This website requires JavaScript.
Explore
Help
Sign in
scratchfoundation
/
paper.js
Watch
1
Star
0
Fork
You've already forked paper.js
0
mirror of
https://github.com/scratchfoundation/paper.js.git
synced
2025-01-10 06:41:59 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
c6d79f964c
paper.js
/
src
/
path
/
PathItem.js
8 lines
92 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Declare all classes as local variables, so they can be scoped.
2011-03-03 08:33:41 -05:00
var
PathItem
=
Item
.
extend
(
{
Implement CompoundPath and move most of PathItem into Path.
2011-02-17 07:36:40 -05:00
beans
:
true
,
Initial commit
2011-02-07 13:28:09 -05:00
Implement CompoundPath and move most of PathItem into Path.
2011-02-17 07:36:40 -05:00
initialize
:
function
(
)
{
this
.
base
(
)
;
}
Reformating code to follow Scriptotgrapher coding conventions.
2011-02-13 11:26:24 -05:00
}
)
;
Reference in a new issue
Copy permalink