2017-09-28 09:38:36 +13:00

14 lines
139 B
JavaScript

function Path()
{
Module.call(this,"path");
this.methods.stroke = function()
{
}
this.methods.fill = function()
{
}
}