File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 3
3
- Rename ` scale() ` to ` resize() ` and add ` scale() ` that uses transform scale
4
4
- Docs: ` start() ` and ` end() `
5
5
- Rename circle.radius to diameter? Change toPolygon so they don't double in size
6
+ - Change ` draw ` event to ` update ` event in doc
7
+ - Cache ` .length() ` on Polygon and Path if object did not call ` changed() `
6
8
7
9
## Backlog
8
10
9
- - Bezier curve as shape outside path
11
+ - Ability to add custom attributes to any shape
12
+ - Clipping path support
10
13
- mouse events should work on individual shapes
11
14
- Polygon ` intersects() ` http://bjornharrtell.github.io/jsts/
12
15
- Polygon ` intersection() ` http://bjornharrtell.github.io/jsts/
18
21
- Blend modes
19
22
- masking
20
23
- Gradients
21
- - Finish Runegen and use for Rune.Font and other plugins
22
24
- ` textWidth() `
23
25
- ` keypressed `
24
26
- requestAnimationFrame should work in node
25
27
- Debug should have full polygon vectors and anchor vectors
26
28
- Ability to set debug line color and debug circle color
27
- - SVG parser
28
-
29
-
30
- ## Ideas
You can’t perform that action at this time.
0 commit comments