pointvec/sources/scripts/path_close.js
Devine Lu Linvega 0db55f4ba4 Version 1?
2017-11-05 17:33:04 +13:00

7 lines
85 B
JavaScript

function Path_Close()
{
this.to_segment = function(prev)
{
return "Z ";
}
}