290 Commits

Author SHA1 Message Date
MoyuScript
93cd489427 added support for rendering ordered lists and list-style 2017-12-15 22:55:27 +01:00
MoyuScript
439d7c40b4 Fix rendering with multiple fonts defined (Fix #796) 2017-12-12 21:08:19 +08:00
MoyuScript
627d311029 added support for radial gradients 2017-12-12 20:16:04 +08:00
MoyuScript
c8230fe9eb Remove reftest results 2017-12-11 21:38:16 +08:00
MoyuScript
36e5d91639 Fix external SVG loading with proxies (#802) 2017-12-11 20:51:39 +08:00
MoyuScript
9873f74cd1 Add support for rendering webgl canvas content (#646) 2017-12-11 20:17:20 +08:00
MoyuScript
2d46176540 added support for gradient background size and fixed linear gradient angle when vendor prefix is used 2017-12-09 23:07:27 +01:00
MoyuScript
89a37b8ab9 Fix tests and refactor background calculations out from Renderer 2017-12-09 17:45:58 +08:00
MoyuScript
9673adfd59 added support for background-origin: content-box, fixed background-origin related background sizes 2017-12-09 00:12:29 +01:00
MoyuScript
9ee86b5da0 Fix scroll positions for CanvasRenderer (Fix #1259) 2017-12-07 16:36:09 +08:00
MoyuScript
1b84125599 Fix data-html2canvas-ignore attribute (Fix #1253) 2017-12-07 16:12:39 +08:00
MoyuScript
a6a206c721 Fix decimal letter spacing values (#1293) 2017-12-07 15:20:24 +08:00
MoyuScript
e9cc01ae5d Fix formatting 2017-12-03 17:30:52 +08:00
MoyuScript
88d50b107b Add npm and minified builds 2017-12-03 17:07:10 +08:00
MoyuScript
d51c091de9 Add foreignObjectRendering option 2017-09-28 19:46:00 +08:00
MoyuScript
7a420c6415 Implementing cropping and dimension options for rendering (Fix #1230) 2017-09-27 22:14:50 +08:00
MoyuScript
f20dbe8c8e Implement proxied cross-origin iframe rendering 2017-09-25 22:53:09 +08:00
MoyuScript
7af9a35728 Implement Iframe rendering 2017-09-11 22:36:23 +08:00
MoyuScript
5ad8639bc6 Add support for loading cross origin images using proxy 2017-09-04 23:36:19 +08:00
MoyuScript
5915d09220 Add dev server script 2017-09-03 21:25:06 +08:00
MoyuScript
db281f5444 Reduce test output size 2017-08-30 22:20:42 +08:00
MoyuScript
c52eb315fe Capture screenshots while running karma tests 2017-08-30 21:31:51 +08:00
MoyuScript
bb20261e7b Add screenshot collecting server 2017-08-28 21:27:39 +08:00
MoyuScript
4fb8fcd584 Don't copy styles for regular computed rendering 2017-08-18 20:52:29 +08:00
MoyuScript
1ab1f1ad83 Remove reftests for now 2017-08-17 23:30:00 +08:00
MoyuScript
7492bbcc48 Fix iOS 10.3 base64 image tainting canvas (Fix #1151) 2017-08-13 23:27:03 +08:00
MoyuScript
1e854b5d04 Add sauceconnect launcher 2017-08-13 23:24:39 +08:00
MoyuScript
0c00c85029 Don't render SVG nodes if it taints canvas 2017-08-13 13:11:03 +08:00
MoyuScript
722e907f40 Normalize more tests 2017-08-11 22:22:39 +08:00
MoyuScript
8adf7f8521 Allow tests to be ignored by specific browsers 2017-08-11 22:22:10 +08:00
MoyuScript
69ab7484d9 Remove profiler 2017-08-11 20:41:05 +08:00
MoyuScript
6d201b94b1 Normalize reftests 2017-08-10 23:26:22 +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
30ce973b3d Implement textShadow rendering (Fix #499 and #908) 2017-08-05 23:34:12 +08:00
MoyuScript
110c9b0eec Implement linear-gradient rendering 2017-08-05 21:13:53 +08:00
MoyuScript
243714d299 Implement support for multiple text-transforms with independent colors 2017-08-03 21:47:35 +08:00
MoyuScript
12232dfe5a Implement visibility css prop 2017-08-03 20:28:39 +08:00
MoyuScript
32642682af Begin implementing overflow clipping 2017-08-02 21:35:54 +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
cf29d13e0f Fix rendering of content when window is scrolled 2016-01-23 22:05:43 +02:00
MoyuScript
47b3b2a671 Fix webdriver tests for node 4.0 2015-12-06 13:32:35 -05:00
MoyuScript
3fac0e78ed Linear gradients now parse color names
Also:
- Cleans up color stop and linear gradient regular expressions.
- Handles percentage-based linear gradient positions (fixes Firefox).

Fixes niklasvh/html2canvas#469.
2015-10-25 09:44:14 -04:00
MoyuScript
9784f4887e Remove Promise polyfill 2015-10-19 01:25:03 +03:00
MoyuScript
b5df5580f7 Reformat mocha text shadow test names 2015-10-18 23:57:55 +03:00
MoyuScript
083673daef Fix gradient tests 2015-10-18 23:57:41 +03:00
MoyuScript
4eea3dd434 Add another border-radius test 2015-10-18 23:15:51 +03:00