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
e21cf2cbf2
pointvec
/
sources
/
scripts
/
path_close.js
9 lines
109 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Version 1?
2017-11-05 00:33:04 -04:00
function
Path
_Close
(
)
{
Added close stroke icon
2017-11-05 14:38:14 -05:00
this
.
name
=
"close"
;
Version 1?
2017-11-05 00:33:04 -04:00
this
.
to
_segment
=
function
(
prev
)
{
return
"Z "
;
}
}
Reference in New Issue
Copy Permalink