kangax
|
34e2fbafc9
|
Prevent errors in parser.js unit tests.
|
2011-02-13 15:29:03 -05:00 |
|
kangax
|
80148361f3
|
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 |
|
kangax
|
2eea8d4468
|
Fix style attribute parsing + tests. Add one more shape to the demo (which utilizes style attribute).
|
2011-01-06 17:13:07 -05:00 |
|
kangax
|
19a82b2b50
|
Add test for elements inside <defs> being ignored.
|
2011-01-06 15:38:20 -05:00 |
|
kangax
|
f2f37e5ffd
|
Update unit tests count. Add link to project on github to a demo page. Fix one of the remaining failing json tests.
|
2010-09-09 17:37:32 -04:00 |
|
kangax
|
69d83c6484
|
Add information about test suite results in IE 6 & 7. Few tweaks to make test suite run in IE6.
|
2010-07-26 15:39:00 -04:00 |
|
Juriy Zaytsev
|
33ad430a62
|
Rename test files: canvas_* --> *
|
2010-07-24 00:15:13 -04:00 |
|