From eb5d5e93e571b958ac332eb326c0a20f777dc7a1 Mon Sep 17 00:00:00 2001 From: Juriy Zaytsev Date: Tue, 13 Jul 2010 17:53:55 -0400 Subject: [PATCH] Make description more descriptive. Add IE9pre3 to the list of supported browsers. --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 83a0a103..57f8e16f 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -**Fabric.js** is a framework that makes it easy to work with HTML5 canvas element.
-It is an **interactive object model** on top of canvas element.
-It is also an **SVG-to-canvas parser**. +**Fabric.js** is a framework that makes it easy to work with HTML5 canvas element. It is an **interactive object model** on top of canvas element. It is also an **SVG-to-canvas parser**. + +Using Fabric.js, you can create and populate objects on canvas; objects like simple geometrical shapes — rectangles, circles, ellipses, polygons, or more complex shapes consisting of hundreds or thousands of simple paths. You can then scale, move, and rotate these objects with the mouse; modify their properties — color, transparency, z-index, etc. You can also manipulate these objects altogether — grouping them with a simple mouse selection. ### Goals -- Unit tested (~925 tests at the moment) -- Modular +- Unit tested (939 tests at the moment) +- Modular (~20 small "classes") - Cross-browser - Fast - Encapsulated in one object @@ -17,6 +17,7 @@ It is also an **SVG-to-canvas parser**. - Safari 3+ - Opera 9.64+ - Chrome 1+ +- IE9pre3 ### Building @@ -120,4 +121,4 @@ MIT License ### TODO -- Write unit tests for fabric.base.* and move them to fabric.util.* \ No newline at end of file +- All methods under fabric.util.* (except misc.js) need unit tests \ No newline at end of file