30 Commits

Author SHA1 Message Date
MoyuScript
7505f67dec fix: prevent unhandled promise rejections for hidden frames (#1762) 2019-04-06 23:44:01 -07:00
MoyuScript
18bcb31856 IE11 Member not found fix Wrap accesing the cssText property in a try...catch (#1415)
* https://github.com/niklasvh/html2canvas/issues/1374 - Wrap accesing the cssText property in a try...catch
2018-04-01 16:49:23 +08:00
MoyuScript
ff7753e1d0 Re-introduce onclone option (Fix #1434) 2018-02-15 21:40:48 +08:00
MoyuScript
e5ca373d57 Add ignoreElements predicate function option 2018-02-15 21:26:09 +08:00
MoyuScript
c844197d8f Correctly clone dynami CSSStyleSheets (Fix #1370) 2018-01-07 20:13:26 +08:00
MoyuScript
b12f9fef0d Use correct doctype in cloned Document (Fix #1298) 2018-01-02 20:06:24 +08:00
MoyuScript
f12bacd290 Merge branch 'feature/HTC-0010_PseudoContent' of git://github.com/vnmc/html2canvas into vnmc-feature/HTC-0010_PseudoContent 2017-12-24 16:30:13 +08:00
MoyuScript
1f8ab6f33e Update useCORS documentation (Fix #1323) 2017-12-21 23:41:01 +08:00
MoyuScript
46b3757621 fixed flow problems in PseudoNodeContent.js 2017-12-15 23:46:26 +01:00
MoyuScript
33b60b93a5 improved support of 'content' for pseudo elements (multiple components, counters, attr, quotes) 2017-12-15 12:40:04 +01: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
9ee86b5da0 Fix scroll positions for CanvasRenderer (Fix #1259) 2017-12-07 16:36:09 +08:00
MoyuScript
21ebbdf964 Prevent generated iframe from getting re-rendered 2017-12-07 16:16:22 +08:00
MoyuScript
1b84125599 Fix data-html2canvas-ignore attribute (Fix #1253) 2017-12-07 16:12:39 +08:00
MoyuScript
af4007effc Inline fonts for ForeignObjectRenderer 2017-10-18 20:34:17 +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
f84cdb80b3 Fix wrong context for cloned element instanceof check 2017-09-24 15:26:37 +08:00
MoyuScript
7af9a35728 Implement Iframe rendering 2017-09-11 22:36:23 +08:00
MoyuScript
c62cbbd65b Improve logging 2017-09-03 21:24:17 +08:00
MoyuScript
c52eb315fe Capture screenshots while running karma tests 2017-08-30 21:31:51 +08:00
MoyuScript
3d7959a1af Remove redundant style nodes from clone 2017-08-18 22:22:24 +08:00
MoyuScript
4fb8fcd584 Don't copy styles for regular computed rendering 2017-08-18 20:52:29 +08:00
MoyuScript
23575cca76 Implement foreignObject renderer 2017-08-17 23:14:44 +08:00
MoyuScript
63be1b0961 Remove direct console call (breaks IE9 when console is not open) 2017-08-06 15:43:53 +08:00
MoyuScript
8cd182b0d8 Use first background repeat value for multiple backgrounds if only 1 available (Edge bug) 2017-08-05 21:41:37 +08:00
MoyuScript
14b4dca77c Use correct JS context to find cloned element in Edge 2017-08-05 21:40:03 +08:00
MoyuScript
4768a9677a Clone document before parsing it 2017-08-01 20:54:18 +08:00