From bc2384c8c3b1e7308b32465924fd2834e64ece49 Mon Sep 17 00:00:00 2001 From: kangax Date: Sun, 13 Feb 2011 15:54:22 -0500 Subject: [PATCH] Update TODO in README. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dd8563cf..9c2f56e1 100644 --- a/README.md +++ b/README.md @@ -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) \ No newline at end of file +- 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.) \ No newline at end of file