43 Commits

Author SHA1 Message Date
MoyuScript
5a282666dc Use correct document context for canvas render 2014-09-14 20:14:38 +03:00
MoyuScript
c9112bb54a Allow tainting images to be drawn if option enabled 2014-09-08 21:24:26 +03:00
MoyuScript
6f35015b93 Preliminary support for svg rendering 2014-09-04 18:47:06 +03:00
MoyuScript
88c0fe291d Fix linear gradient rendering 2014-05-18 19:14:22 +03:00
MoyuScript
a8d0678328 Fix text rendering for IE and Opera 2014-03-02 16:00:59 +02:00
MoyuScript
1b9a73b3f2 Partial implementation for transforms 2014-02-23 17:35:46 +02:00
MoyuScript
db437f8950 Fix background position rendering 2014-02-15 00:31:48 +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
1a1082a771 Add option to only render current view 2014-01-26 20:42:57 +02:00
MoyuScript
789b780c6e Draw <img> elements 2014-01-26 18:10:04 +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
c12c3b53a9 Filter nodes and render correct size correctly 2014-01-20 22:42:39 +02:00
MoyuScript
355bde3655 0.5.0 rewrite 2014-01-19 18:04:27 +02:00
MoyuScript
888f2a9156 Refactor background parsing 2013-12-23 16:07:49 +02:00
MoyuScript
0b8f67115e Fix missing background color bug 2013-11-12 19:34:20 +02:00
MoyuScript
c54eca0ae8 Fix background color rendering layering with no documentElement color 2013-09-04 20:03:16 +03:00
MoyuScript
b39268a6b6 Refactoring 2013-09-04 19:29:12 +03:00
MoyuScript
565f0a78b2 first implementation for matrix transforms 2013-08-06 21:11:08 +03:00
MoyuScript
a78a500e9d Fix cropping of canvas for float sized elements 2013-08-06 19:15:46 +03:00
MoyuScript
6aa73c3b93 Refactoring logging and gradients 2013-08-06 18:55:04 +03:00
MoyuScript
1fa45c64e1 initial commit for transforms 2013-08-06 18:17:33 +03:00
MoyuScript
373f6f4e62 remove svg rendering 2013-06-15 11:53:28 +03:00
MoyuScript
56a20e2833 revert image smooth disabling 2013-05-29 22:50:01 +03:00
MoyuScript
e7040441d6 disable image smoothing 2013-05-29 22:31:00 +03:00
MoyuScript
e20728aaa9 Fix taint testing 2013-01-12 22:28:00 +02:00
MoyuScript
336c5ac4e1 refactored renderer 2013-01-03 23:15:06 +02:00
MoyuScript
1e81b22027 switched background rendering to use patterns 2013-01-03 22:25:35 +02:00
MoyuScript
1b29b8bc20 background clipping support 2013-01-03 20:34:47 +02:00
MoyuScript
828b1d0116 updated renderer 2012-12-27 23:07:00 +02:00
MoyuScript
b5691592ef Added automated testing with selenium 2012-12-22 16:28:34 +02:00
MoyuScript
ad03ce5182 Clean up 2012-11-25 22:39:09 +02:00
MoyuScript
c5d82acdf6 Switched build process to use grunt 2012-11-25 20:59:31 +02:00
MoyuScript
b746300f6e corrected border drawing with multiple colors
initial code for border-radius implemented
2012-06-26 15:15:46 +03: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
0aff7422e5 Fixed image rendering in SVG renderer 2012-04-17 10:58:14 +02:00
MoyuScript
e7132d9095 fixed a few undefined references, fixed missing files in a few places 2012-03-12 07:37:18 +01:00
MoyuScript
69d87d5497 add svg powered rendering 2012-03-06 17:11:10 +02:00
MoyuScript
35fd0ae8bf bug fixes 2012-03-03 21:03:59 +02:00
MoyuScript
a406c791f1 capitalized name 2012-03-02 21:25:08 +02:00
MoyuScript
d32ca469de fix naming 2012-03-02 21:24:21 +02:00
MoyuScript
ffcd5c04fb Split renderers to their own objects 2012-03-02 20:35:48 +02:00