Implement serialization, clipboard

This commit is contained in:
Maik Macho
2017-11-21 22:24:25 +01:00
parent 31613aa412
commit 6831781569
9 changed files with 151 additions and 5 deletions

View File

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