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_Close()
{
this.name = "close";
this.to_segment = function(prev)
{
return "Z ";