mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-14 00:33:09 +00:00
Update TODO in README.
This commit is contained in:
parent
dc83c95e7d
commit
bc2384c8c3
1 changed files with 3 additions and 2 deletions
|
|
@ -115,5 +115,6 @@ SOFTWARE.
|
|||
### TODO
|
||||
|
||||
- All methods under fabric.util.* (except misc.js) need unit tests
|
||||
- SVG-to-canvas parser needs to support more SVG declarations (e.g. gradients are not yet supported)
|
||||
- IE<9 buggy with drawing images (images are rendered, but can't be moved/scaled/rotated)
|
||||
- SVG-to-canvas parser needs to support more SVG declarations (e.g. radial gradients are not yet supported)
|
||||
- IE<9 buggy with drawing images (images are rendered, but can't be moved/scaled/rotated)
|
||||
- Need more performance tests vs. Raphael.js (to be able to determine which one is better at which times; e.g. static vs. dynamic, animation, etc.)
|
||||
Loading…
Reference in a new issue