Class: Mdi::TallyMark5

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

Overview

  • Version: 6.8.96

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M19 10.73V19H17V11.36L15 12V19H13V12.62L11 13.26V19H9V13.89L7 14.5V19H5V15.15L2.57 15.92L2 14L5 13.05V5H7V12.42L9 11.79V5H11V11.16L13 10.53V5H15V9.9L17 9.26V5H19V8.63L21 8L21.57 9.92L19 10.73Z"></path>
  HTML
end