Added close stroke icon
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
function Path_Close()
|
||||
{
|
||||
this.name = "close";
|
||||
|
||||
this.to_segment = function(prev)
|
||||
{
|
||||
return "Z ";
|
||||
|
Reference in New Issue
Block a user