Class: Mdi::ImageFilterHdr

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

Overview

  • Version: 1.5.54

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M14,6L10.25,11L13.1,14.8L11.5,16C9.81,13.75 7,10 7,10L1,18H23L14,6Z"></path>
  HTML
end