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,7 +1,8 @@
function Path_Close()
{
this.__type_ = "Path_Close";
this.name = "close";
this.to_segment = function(prev)
{
return "Z ";