class Svgle::Shape
Public Class Methods
new(*args)
click to toggle source
Calls superclass method
# File lib/r2dsvg/r2dsvg_module.rb, line 28 def initialize(*args) super(*args) @attr_map ||= {fill: :color} end