Version 1?
This commit is contained in:
7
sources/scripts/path_close.js
Normal file
7
sources/scripts/path_close.js
Normal file
@@ -0,0 +1,7 @@
|
||||
function Path_Close()
|
||||
{
|
||||
this.to_segment = function(prev)
|
||||
{
|
||||
return "Z ";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user