Class: RVGShape::Shape

Inherits:
ShapeBase show all
Defined in:
lib/rvg_shape.rb

Instance Method Summary collapse

Methods inherited from ShapeBase

#draw

Constructor Details

#initializeShape

Returns a new instance of Shape.



11
12
13
# File 'lib/rvg_shape.rb', line 11

def initialize()
  super
end