Class: Mdi::FitToPageOutline

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

Overview

  • Version: 3.8.95

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M20,2H4C2.89,2 2,2.89 2,4V20C2,21.11 2.89,22 4,22H20C21.11,22 22,21.11 22,20V4C22,2.89 21.11,2 20,2M20,20H4V4H20M13,8V10H11V8H9L12,5L15,8M16,15V13H14V11H16V9L19,12M10,13H8V15L5,12L8,9V11H10M15,16L12,19L9,16H11V14H13V16"></path>
  HTML
end