53 Commits

Author SHA1 Message Date
MoyuScript
5ad8639bc6 Add support for loading cross origin images using proxy 2017-09-04 23:36:19 +08:00
MoyuScript
69ab7484d9 Remove profiler 2017-08-11 20:41:05 +08:00
MoyuScript
6825831d27 Don't toggle canvas on right-mouse click 2017-08-10 21:59:26 +08:00
MoyuScript
08f0e65989 Remove animations from reftests 2017-08-09 12:05:16 +08:00
MoyuScript
a09f38ba7c Use tree order when z-index is the same 2017-08-09 11:52:42 +08:00
MoyuScript
b4dfb4404f Beging implementing reftests 2017-08-09 00:52:56 +08:00
MoyuScript
c14726ec7e Keep scroll position when toggling canvas view 2017-08-02 20:15:39 +08:00
MoyuScript
441d349948 Library rewrite 2017-08-01 00:25:58 +08:00
MoyuScript
9784f4887e Remove Promise polyfill 2015-10-19 01:25:03 +03:00
MoyuScript
c4cdaede98 Switch build to use browserify (#502) 2015-02-03 21:34:05 +02:00
MoyuScript
15dd95c15c Use Color objects for colors 2014-12-13 18:10:41 +02:00
MoyuScript
4836aa343c Don't remove frame container in tests 2014-10-12 20:32:10 +03:00
MoyuScript
587e8a73ef Fix pseudoelement rendering (with nth-child selectors etc.) 2014-10-06 22:46:43 +03:00
MoyuScript
998bfb496e Add google maps test 2014-09-27 20:20:08 +03:00
MoyuScript
f875ee6c9b Correctly apply canvas background color 2014-09-21 11:24:20 +03:00
MoyuScript
61d50f7263 Fix tests to use local proxy 2014-09-20 20:25:48 +03:00
MoyuScript
c1ea1206e3 Correctly use native rendering with inline <svg> nodes if possible 2014-09-20 20:21:25 +03:00
MoyuScript
bc08edc340 Fallback to jsonp proxy if browser doesn't support cors xhr/image 2014-09-20 19:53:22 +03:00
MoyuScript
a4ee26cffd Add preliminary support for same-origin iframes 2014-09-16 20:12:13 +03:00
MoyuScript
733bd13a18 Use punycode to parse unicode characters correctly 2014-09-14 19:32:26 +03:00
MoyuScript
90100dbc05 Add support for inline, base64 and node svg's 2014-09-08 23:44:10 +03:00
MoyuScript
b5923fc04b Add svg rendering with fabric.js 2014-09-04 20:50:31 +03:00
MoyuScript
07fef3c04a reformat testing 2014-09-04 18:46:17 +03:00
MoyuScript
436e7e9692 rename build folder to dist 2014-09-01 20:22:56 +03:00
MoyuScript
af29a6bcf3 Update travis webdriver settings 2014-05-18 21:17:59 +03:00
MoyuScript
73266849b4 Don't fail on broken images 2014-03-15 13:20:05 +02:00
MoyuScript
a4ba5d1b11 Render correct element 2014-02-23 17:02:49 +02:00
MoyuScript
6ecd8bcead Fix image loading for cross-origin resources 2014-02-17 00:04:09 +02:00
MoyuScript
27ace9727c Start implementing background gradients 2014-02-01 21:48:30 +02:00
MoyuScript
2ce928069a Add support for single text-shadow 2014-02-01 20:03:23 +02:00
MoyuScript
7c0dcde86b Move NodeParser to seperate file 2014-02-01 18:52:53 +02:00
MoyuScript
e48fed63a5 Implement background rendering 2014-01-26 16:06:16 +02:00
MoyuScript
9698eaec5f Begin implementing background-image rendering 2014-01-21 21:41:00 +02:00
MoyuScript
9754c224e5 Make image loading to work on top of Promises/polyfill 2014-01-19 21:05:07 +02:00
MoyuScript
355bde3655 0.5.0 rewrite 2014-01-19 18:04:27 +02:00
MoyuScript
1e81b22027 switched background rendering to use patterns 2013-01-03 22:25:35 +02:00
MoyuScript
dee1085046 Moved font metrics to seperate file 2012-12-30 21:26:25 +02:00
MoyuScript
0ebb1e41b0 Moved browser support checks to seperate file 2012-12-30 15:48:55 +02:00
MoyuScript
87e0d09722 removed external files 2012-12-27 23:57:06 +02:00
MoyuScript
d70a861e64 formatted tests into smaller units 2012-12-27 23:53:27 +02:00
MoyuScript
96b8431b24 webdriver testing 2012-12-27 23:06:47 +02:00
MoyuScript
d88e72e1b6 Added a sublime-project file for Sublime Text 2 that contains the detected linting and standards set. Allows Sublime Text 2 to automatically follow the standards and have live linting enabled. Trimmed useless whitespace. 2012-05-29 11:26:26 +10:00
MoyuScript
35fd0ae8bf bug fixes 2012-03-03 21:03:59 +02:00
MoyuScript
67c5af1822 removed jQuery.css dependancy and few general CSS bug fixes 2012-03-03 19:18:39 +02:00
MoyuScript
68d2c50832 update tests/origin.html to use the new options overriding
allow tests to override selector and rendering options
2012-03-03 15:24:26 +01:00
MoyuScript
ae6d988ec3 updated test.js to allow options 2012-03-03 00:52:46 +02:00
MoyuScript
ffcd5c04fb Split renderers to their own objects 2012-03-02 20:35:48 +02:00
MoyuScript
243a3ae8f5 simplified API and cleaned up code 2012-03-02 18:05:03 +02:00
MoyuScript
dcd0c7d691 added support for CORS images and option to create canvas as tainted 2012-03-01 19:44:25 +02:00
MoyuScript
0b1fb0dac7 build: improve minification, more verbose 2012-02-26 22:30:34 +01:00