fabric.js/test/demo/assets
2011-06-14 17:28:54 -04:00
..
1.svg Start experimenting with scout.js (on-demand code fetching based on feature test). Remove some redundant code from Canvas.Element. Add demo folder to /test. 2010-06-17 13:15:51 -04:00
2.svg Start experimenting with scout.js (on-demand code fetching based on feature test). Remove some redundant code from Canvas.Element. Add demo folder to /test. 2010-06-17 13:15:51 -04:00
3.svg Start experimenting with scout.js (on-demand code fetching based on feature test). Remove some redundant code from Canvas.Element. Add demo folder to /test. 2010-06-17 13:15:51 -04:00
4.svg Start experimenting with scout.js (on-demand code fetching based on feature test). Remove some redundant code from Canvas.Element. Add demo folder to /test. 2010-06-17 13:15:51 -04:00
5.svg Start experimenting with scout.js (on-demand code fetching based on feature test). Remove some redundant code from Canvas.Element. Add demo folder to /test. 2010-06-17 13:15:51 -04:00
6.svg Add another (more complex) shape to demo page. 2010-08-02 20:15:23 -04:00
7.svg Add another shape and an opacity slider (when input[type=range] is supported). 2010-08-03 01:27:41 -04:00
8.svg Add few more test shapes to a demo page; reorganize sidebar slightly. 2010-09-01 16:15:38 -04:00
9.svg Add few more test shapes to a demo page; reorganize sidebar slightly. 2010-09-01 16:15:38 -04:00
10.svg Add few more test shapes to a demo page; reorganize sidebar slightly. 2010-09-01 16:15:38 -04:00
11.svg Add few more test shapes to a demo page; reorganize sidebar slightly. 2010-09-01 16:15:38 -04:00
12.svg Add few more test shapes to a demo page; reorganize sidebar slightly. 2010-09-01 16:15:38 -04:00
13.svg Add few more test shapes to a demo page; reorganize sidebar slightly. 2010-09-01 16:15:38 -04:00
14.svg Add few more test shapes to a demo page; reorganize sidebar slightly. 2010-09-01 16:15:38 -04:00
15.svg Add few more test shapes to a demo page; reorganize sidebar slightly. 2010-09-01 16:15:38 -04:00
16.svg Add few more test shapes to a demo page; reorganize sidebar slightly. 2010-09-01 16:15:38 -04:00
17.svg Add few more test shapes to a demo page; reorganize sidebar slightly. 2010-09-01 16:15:38 -04:00
18.svg Add few more test shapes to a demo page; reorganize sidebar slightly. 2010-09-01 16:15:38 -04:00
19.svg Add few more shapes to the demo page. 2010-09-02 12:50:45 -04:00
20.svg Add few more shapes to the demo page. 2010-09-02 12:50:45 -04:00
21.svg Add few more shapes to the demo page. 2010-09-02 12:50:45 -04:00
22.svg Add few more shapes to the demo page. 2010-09-02 12:50:45 -04:00
23.svg Add few more shapes to the demo page. 2010-09-02 12:50:45 -04:00
24.svg Add few more shapes to the demo page. 2010-09-02 12:50:45 -04:00
25.svg Add few more shapes to the demo page. 2010-09-02 12:50:45 -04:00
26.svg Add few more shapes to the demo page. 2010-09-02 12:50:45 -04:00
27.svg Add another set of shapes to the demo. 2010-09-05 22:23:46 -04:00
28.svg Add more shapes to the demo (all except few render properly). 2011-01-09 01:37:04 -05:00
29.svg Add another set of shapes to the demo. 2010-09-05 22:23:46 -04:00
30.svg Add another set of shapes to the demo. 2010-09-05 22:23:46 -04:00
31.svg Add another set of shapes to the demo. 2010-09-05 22:23:46 -04:00
32.svg Add another set of shapes to the demo. 2010-09-05 22:23:46 -04:00
33.svg Add another set of shapes to the demo. 2010-09-05 22:23:46 -04:00
34.svg Add another set of shapes to the demo. 2010-09-05 22:23:46 -04:00
35.svg Add another set of shapes to the demo. 2010-09-05 22:23:46 -04:00
36.svg Add another set of shapes to the demo. 2010-09-05 22:23:46 -04:00
37.svg Add another set of shapes to the demo. 2010-09-05 22:23:46 -04:00
38.svg Add another set of shapes to the demo. 2010-09-05 22:23:46 -04:00
39.svg Add more shapes to the demo (all except few render properly). 2011-01-09 01:37:04 -05:00
40.svg Add another set of shapes to the demo. 2010-09-05 22:23:46 -04:00
41.svg Add another set of shapes to the demo. 2010-09-05 22:23:46 -04:00
42.svg Add another set of shapes to the demo. 2010-09-05 22:23:46 -04:00
43.svg Add another set of shapes to the demo. 2010-09-05 22:23:46 -04:00
44.svg Elements that are descendants of <defs> elements are no longer rendered (as per spec). 2011-01-06 15:20:56 -05:00
45.svg Fix style attribute parsing + tests. Add one more shape to the demo (which utilizes style attribute). 2011-01-06 17:13:07 -05:00
46.svg Add few more shapes to the demo page 2011-01-07 02:13:44 -05:00
47.svg Add few more shapes to the demo page 2011-01-07 02:13:44 -05:00
48.svg Add few more shapes to the demo page 2011-01-07 02:13:44 -05:00
49.svg Add few more shapes to the demo page 2011-01-07 02:13:44 -05:00
50.svg Add few more shapes to the demo page 2011-01-07 02:13:44 -05:00
51.svg Add few more shapes to the demo page 2011-01-07 02:13:44 -05:00
52.svg Add few more shapes to the demo page 2011-01-07 02:13:44 -05:00
53.svg Add support for parsing <image> SVG elements and creating fabric.Image instances out of them. Backwards-compatibility note: fabric.parseElements changed signature from (elements, options) to (elements, callback, options) and is now an "asynchronous" method -- doesn't return a value, but instead passes it to a callback function (second argument). 2011-01-07 19:53:19 -05:00
54.svg Add support for parsing <image> SVG elements and creating fabric.Image instances out of them. Backwards-compatibility note: fabric.parseElements changed signature from (elements, options) to (elements, callback, options) and is now an "asynchronous" method -- doesn't return a value, but instead passes it to a callback function (second argument). 2011-01-07 19:53:19 -05:00
55.svg Add more shapes to the demo (all except few render properly). 2011-01-09 01:37:04 -05:00
56.svg Add more shapes to the demo (all except few render properly). 2011-01-09 01:37:04 -05:00
57.svg Add more shapes to the demo (all except few render properly). 2011-01-09 01:37:04 -05:00
58.svg Add more shapes to the demo (all except few render properly). 2011-01-09 01:37:04 -05:00
59.svg Add more shapes to the demo (all except few render properly). 2011-01-09 01:37:04 -05:00
60.svg Add more shapes to the demo (all except few render properly). 2011-01-09 01:37:04 -05:00
61.svg Add more shapes to the demo (all except few render properly). 2011-01-09 01:37:04 -05:00
62.svg Add more shapes to the demo (all except few render properly). 2011-01-09 01:37:04 -05:00
63.svg Add more shapes to the demo (all except few render properly). 2011-01-09 01:37:04 -05:00
64.svg Add more shapes to the demo (all except few render properly). 2011-01-09 01:37:04 -05:00
65.svg Add more shapes to the demo (all except few render properly). 2011-01-09 01:37:04 -05:00
66.svg Add more shapes to the demo (all except few render properly). 2011-01-09 01:37:04 -05:00
67.svg Add more demo shapes, including HTML5 logo. Make gradientify button enabled only when there's an active object. 2011-01-18 18:55:46 -05:00
68.svg Add more demo shapes, including HTML5 logo. Make gradientify button enabled only when there's an active object. 2011-01-18 18:55:46 -05:00
69.svg Add more demo shapes, including HTML5 logo. Make gradientify button enabled only when there's an active object. 2011-01-18 18:55:46 -05:00
70.svg Add more demo shapes, including HTML5 logo. Make gradientify button enabled only when there's an active object. 2011-01-18 18:55:46 -05:00
71.svg Add more demo shapes, including HTML5 logo. Make gradientify button enabled only when there's an active object. 2011-01-18 18:55:46 -05:00
72.svg Add missing assets 2011-01-19 02:32:49 -05:00
73.svg Add missing assets 2011-01-19 02:32:49 -05:00
74.svg Gradient color stops can now be parsed from style attribute of <stop> elements (which are children of <gradient> elements). Fix gradient rendering logic, where rendering point would originate from center of the shape, instead of a proper top/left corner. Add 2 more example gradients to the demo page. 2011-01-20 01:42:00 -05:00
75.svg Gradient color stops can now be parsed from style attribute of <stop> elements (which are children of <gradient> elements). Fix gradient rendering logic, where rendering point would originate from center of the shape, instead of a proper top/left corner. Add 2 more example gradients to the demo page. 2011-01-20 01:42:00 -05:00
76.svg Add few more SVG files (for use in a demo). 2011-02-01 19:58:48 -05:00
77.svg Add few more SVG files (for use in a demo). 2011-02-01 19:58:48 -05:00
78.svg Add few more SVG files (for use in a demo). 2011-02-01 19:58:48 -05:00
79.svg Add few more SVG files (for use in a demo). 2011-02-01 19:58:48 -05:00
80.svg Add few more SVG files (for use in a demo). 2011-02-01 19:58:48 -05:00
81.svg Add few more SVG files (for use in a demo). 2011-02-01 19:58:48 -05:00
82.svg Add few more SVG files (for use in a demo). 2011-02-01 19:58:48 -05:00
83.svg Add few more SVG files (for use in a demo). 2011-02-01 19:58:48 -05:00
84.svg Add few more SVG files (for use in a demo). 2011-02-01 19:58:48 -05:00
85.svg Add few more SVG files (for use in a demo). 2011-02-01 19:58:48 -05:00
86.svg Add few more SVG files (for use in a demo). 2011-02-01 19:58:48 -05:00
87.svg Add few more SVG files (for use in a demo). 2011-02-01 19:58:48 -05:00
88.svg Add few more SVG files (for use in a demo). 2011-02-01 19:58:48 -05:00
89.svg Add few more SVG files (for use in a demo). 2011-02-01 19:58:48 -05:00
90.svg Add few more SVG files (for use in a demo). 2011-02-01 19:58:48 -05:00
91.svg Add few more SVG files (for use in a demo). 2011-02-01 19:58:48 -05:00
92.svg Add few more SVG files (for use in a demo). 2011-02-01 19:58:48 -05:00
93.svg Add more shapes to the demo. 2011-02-13 15:28:18 -05:00
94.svg Add more shapes to the demo. 2011-02-13 15:28:18 -05:00
95.svg Add more shapes to the demo. 2011-02-13 15:28:18 -05:00
96.svg Add more shapes to the demo. 2011-02-13 15:28:18 -05:00
97.svg Add more shapes to the demo. 2011-02-13 15:28:18 -05:00
98.svg Add more shapes to the demo. 2011-02-13 15:28:18 -05:00
99.svg Add more shapes to the demo. 2011-02-13 15:28:18 -05:00
100.svg Add more shapes to the demo. 2011-02-13 15:28:18 -05:00
101.svg Add more shapes to the demo. 2011-02-13 15:28:18 -05:00
102.svg Add more shapes to the demo. 2011-02-13 15:28:18 -05:00
103.svg Add support for "opacity" attribute. 2011-06-14 17:28:54 -04:00
logo.png Load demo images locally (to prevent SOP errors when serializing an image). 2010-08-02 11:00:38 -04:00
pug.jpg Load demo images locally (to prevent SOP errors when serializing an image). 2010-08-02 11:00:38 -04:00