Class: Mdi::VectorPointEdit

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

Overview

  • Version: 2.5.94

  • Author: Andrea Antonello

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M9 9V15H15V9H9M11 11H13V13H11V11M21.2 13C21.1 13 20.9 13.1 20.8 13.2L19.8 14.2L21.9 16.3L22.9 15.3C23.1 15.1 23.1 14.7 22.9 14.5L21.6 13.2C21.4 13.1 21.3 13 21.2 13M19.1 14.8L13 20.9V23H15.1L21.2 16.8L19.1 14.8Z"></path>
  HTML
end