Class: Mdi::TextureBox

Inherits:
MdiData show all
Defined in:
app/models/mdi/texture_box.rb

Overview

  • Version: 4.0.96

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M20 2H4C2.9 2 2 2.9 2 4V20C2 21.11 2.9 22 4 22H20C21.11 22 22 21.11 22 20V4C22 2.9 21.11 2 20 2M4 6L6 4H10.9L4 10.9V6M4 13.7L13.7 4H18.6L4 18.6V13.7M20 18L18 20H13.1L20 13.1V18M20 10.3L10.3 20H5.4L20 5.4V10.3Z"></path>
  HTML
end