Class: Mdi::FormatPageBreak

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/format_page_break.rb

Overview

  • Version: 1.8.36

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



10
11
12
13
14
# File 'app/models/mdi/format_page_break.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M18,20H6V18H4V20A2,2 0 0,0 6,22H18A2,2 0 0,0 20,20V18H18V20M14,2H6A2,2 0 0,0 4,4V12H6V4H14V8H18V12H20V8L14,2M11,16H8V14H11V16M16,16H13V14H16V16M3,14H6V16H3V14M21,16H18V14H21V16Z"></path>
  HTML
end