Skip to content

Commit ba4d8af

Browse files
committed
Merge branch 'master' of github.com:runemadsen/rune.js
2 parents df70837 + a4e5451 commit ba4d8af

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

TODO.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@
33
- Rename `scale()` to `resize()` and add `scale()` that uses transform scale
44
- Docs: `start()` and `end()`
55
- 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()`
68

79
## Backlog
810

9-
- Bezier curve as shape outside path
11+
- Ability to add custom attributes to any shape
12+
- Clipping path support
1013
- mouse events should work on individual shapes
1114
- Polygon `intersects()` http://bjornharrtell.github.io/jsts/
1215
- Polygon `intersection()` http://bjornharrtell.github.io/jsts/
@@ -18,13 +21,8 @@
1821
- Blend modes
1922
- masking
2023
- Gradients
21-
- Finish Runegen and use for Rune.Font and other plugins
2224
- `textWidth()`
2325
- `keypressed`
2426
- requestAnimationFrame should work in node
2527
- Debug should have full polygon vectors and anchor vectors
2628
- Ability to set debug line color and debug circle color
27-
- SVG parser
28-
29-
30-
## Ideas

0 commit comments

Comments
 (0)