Class: Mdi::FitToPage

Inherits:
MdiData show all
Defined in:
app/models/mdi/fit_to_page.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.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,2M12,4L15,7H13V9H11V7H9M7,15L4,12L7,9V11H9V13H7M12,20L9,17H11V15H13V17H15M17,15V13H15V11H17V9L20,12"></path>
  HTML
end