14 lines
139 B
JavaScript
14 lines
139 B
JavaScript
function Path()
|
|
{
|
|
Module.call(this,"path");
|
|
|
|
this.methods.stroke = function()
|
|
{
|
|
|
|
}
|
|
|
|
this.methods.fill = function()
|
|
{
|
|
|
|
}
|
|
} |