Version 1?

This commit is contained in:
Devine Lu Linvega
2017-11-05 17:33:04 +13:00
parent a8833095b2
commit 0db55f4ba4
12 changed files with 64 additions and 282 deletions

View File

@@ -0,0 +1,7 @@
function Path_Close()
{
this.to_segment = function(prev)
{
return "Z ";
}
}