Class: Mdi::PanoramaFisheye

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/panorama_fisheye.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/panorama_fisheye.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M12,20C7.59,20 4,16.41 4,12C4,7.59 7.59,4 12,4C16.41,4 20,7.59 20,12C20,16.41 16.41,20 12,20M12,2C6.47,2 2,6.47 2,12C2,17.53 6.47,22 12,22C17.53,22 22,17.53 22,12C22,6.47 17.53,2 12,2Z"></path>
  HTML
end