Files
pointvec/sources/scripts/path_close.js

7 lines
85 B
JavaScript
Raw Normal View History

2017-11-05 17:33:04 +13:00
function Path_Close()
{
this.to_segment = function(prev)
{
return "Z ";
}
}