Class: Mdi::SelectionDrag

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

Overview

  • Version: 2.6.95

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M14,17H17V14H19V17H22V19H19V22H17V19H14V17M12,17V19H9V17H12M7,17V19H3V15H5V17H7M3,13V10H5V13H3M3,8V4H7V6H5V8H3M9,4H12V6H9V4M15,4H19V8H17V6H15V4M19,10V12H17V10H19Z"></path>
  HTML
end