This website requires JavaScript.
Explore
Help
Sign In
Atlas48
/
pointvec
Watch
1
Star
0
Fork
0
You've already forked pointvec
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Files
01483dddccc566321de60a1acccb1528bee97321
pointvec
/
sources
/
scripts
/
path_close.js
9 lines
109 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Version 1?
2017-11-05 17:33:04 +13:00
function
Path
_Close
(
)
{
Added close stroke icon
2017-11-06 08:38:14 +13:00
this
.
name
=
"close"
;
Version 1?
2017-11-05 17:33:04 +13:00
this
.
to
_segment
=
function
(
prev
)
{
return
"Z "
;
}
}
Reference in New Issue
Copy Permalink