Class: Mdi::Checkerboard

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

Overview

  • Version: 1.5.54

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M2 2V22H22V2H2M20 12H16V16H20V20H16V16H12V20H8V16H4V12H8V8H4V4H8V8H12V4H16V8H20V12M16 8V12H12V8H16M12 12V16H8V12H12Z"></path>
  HTML
end