mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-03-16 22:10:32 +00:00
Make README section linkable.
This commit is contained in:
parent
412e08c982
commit
8cdcb614f2
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ You can [run automated unit tests](http://kangax.github.com/fabric.js/test/unit/
|
|||
|
||||
Fabric.js started as a foundation for design editor on [printio.ru](http://printio.ru) — interactive online store with ability to create your own designs. The idea was to create [Javascript-based editor](http://printio.ru/ringer_man_tees/new), which would make it easy to manipulate vector shapes and images on T-Shirts. Since performance was one of the most critical requirements, we chose canvas over SVG. While SVG is excellent with static shapes, it's not as performant as canvas when it comes to dynamic manipulation of objects (movement, scaling, rotation, etc.). Fabric.js was heavily inspired by [Ernest Delgado's canvas experiment](http://www.ernestdelgado.com/public-tests/canvasphoto/demo/canvas.html). In fact, code from Ernest's experiment was the foundation of an entire framework. Later, Fabric.js grew into a collection of distinct object types and got an SVG-to-canvas parser.
|
||||
|
||||
### Building
|
||||
<h3 id="fabric-building">Building</h3>
|
||||
|
||||
1. Install [Sprockets](http://github.com/sstephenson/sprockets)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue