Module: Ea::Svg::EaEmitter::Background

Defined in:
lib/ea/svg/ea_emitter/background.rb

Class Method Summary collapse

Class Method Details

.render(canvas) ⇒ Object



9
10
11
# File 'lib/ea/svg/ea_emitter/background.rb', line 9

def render(canvas)
  %(<g style="fill:#FFFFFF;fill-opacity:1.00;">\n  <rect x="0" y="0" width="#{canvas.width}" height="#{canvas.height}" shape-rendering="auto"/>\n</g>)
end