Implement serialization, clipboard
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
function Path_Close()
|
||||
{
|
||||
this.__type_ = "Path_Close";
|
||||
this.name = "close";
|
||||
|
||||
|
||||
this.to_segment = function(prev)
|
||||
{
|
||||
return "Z ";
|
||||
|
||||
Reference in New Issue
Block a user