Skip to content

Commit

Permalink
Merge branch 'master' of github.com:runemadsen/rune.js
Browse files Browse the repository at this point in the history
  • Loading branch information
runemadsen committed Jan 23, 2020
2 parents df70837 + a4e5451 commit ba4d8af
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@
- Rename `scale()` to `resize()` and add `scale()` that uses transform scale
- Docs: `start()` and `end()`
- Rename circle.radius to diameter? Change toPolygon so they don't double in size
- Change `draw` event to `update` event in doc
- Cache `.length()` on Polygon and Path if object did not call `changed()`

## Backlog

- Bezier curve as shape outside path
- Ability to add custom attributes to any shape
- Clipping path support
- mouse events should work on individual shapes
- Polygon `intersects()` http://bjornharrtell.github.io/jsts/
- Polygon `intersection()` http://bjornharrtell.github.io/jsts/
Expand All @@ -18,13 +21,8 @@
- Blend modes
- masking
- Gradients
- Finish Runegen and use for Rune.Font and other plugins
- `textWidth()`
- `keypressed`
- requestAnimationFrame should work in node
- Debug should have full polygon vectors and anchor vectors
- Ability to set debug line color and debug circle color
- SVG parser


## Ideas

0 comments on commit ba4d8af

Please sign in to comment.