Class: Kame::Remocon::Opal::Canvas::Path2D

Inherits:
Object
  • Object
show all
Includes:
Native
Defined in:
lib/kame/remocon/opal/canvas.rb

Instance Method Summary collapse

Constructor Details

#initializePath2D

Returns a new instance of Path2D.



40
41
42
# File 'lib/kame/remocon/opal/canvas.rb', line 40

def initialize
  super `new Path2D()`
end