Added close stroke icon

This commit is contained in:
Devine Lu Linvega
2017-11-06 08:38:14 +13:00
parent 0e32be5314
commit c7046e00b7
7 changed files with 19 additions and 44 deletions

View File

@@ -1,5 +1,7 @@
function Path_Arc(from,to,orientation,end)
{
this.name = "arc";
this.from = from;
this.to = to;
this.orientation = orientation;