Commit Graph

32 Commits

Author SHA1 Message Date
Niklas von Hertzen 7775d3c0d6
docs: remove invalid `async` option from docs (fix #1769) (#1796) 2019-04-07 22:16:29 -07:00
Paul Thompson 2c018d1987 fix: wrap .sheet.cssRules access in try...catch. (#1693) 2019-04-07 12:17:43 -07:00
earshinov 5cbe5db351 fix: prevent unhandled promise rejections for hidden frames (#1762) 2019-04-06 23:44:01 -07:00
Simon 0e273418c7 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
Niklas von Hertzen 9fb9898894 Re-introduce onclone option (Fix #1434) 2018-02-15 21:40:48 +08:00
Niklas von Hertzen fad4f837c9 Add ignoreElements predicate function option 2018-02-15 21:26:09 +08:00
Niklas von Hertzen 4c14894a0a Correctly clone dynami CSSStyleSheets (Fix #1370) 2018-01-07 20:13:26 +08:00
Niklas von Hertzen ae019f174c Use correct doctype in cloned Document (Fix #1298) 2018-01-02 20:06:24 +08:00
Niklas von Hertzen afa5d7cb8e 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
Niklas von Hertzen a570f5df74 Update useCORS documentation (Fix #1323) 2017-12-21 23:41:01 +08:00
Matthias Christen 6d0cd2d226 fixed flow problems in PseudoNodeContent.js 2017-12-15 23:46:26 +01:00
Matthias Christen 78c3c7fc71 improved support of 'content' for pseudo elements (multiple components, counters, attr, quotes) 2017-12-15 12:40:04 +01:00
Niklas von Hertzen 50608e9cd4 Fix external SVG loading with proxies (#802) 2017-12-11 20:51:39 +08:00
Niklas von Hertzen 250208dc99 Add support for rendering webgl canvas content (#646) 2017-12-11 20:17:20 +08:00
Niklas von Hertzen ef5c59e26d Fix scroll positions for CanvasRenderer (Fix #1259) 2017-12-07 16:36:09 +08:00
Niklas von Hertzen 8b653f89bc Prevent generated iframe from getting re-rendered 2017-12-07 16:16:22 +08:00
Niklas von Hertzen 9db8580b97 Fix data-html2canvas-ignore attribute (Fix #1253) 2017-12-07 16:12:39 +08:00
Niklas von Hertzen 9445b0b598 Inline fonts for ForeignObjectRenderer 2017-10-18 20:34:17 +08:00
Niklas von Hertzen f16d581f04 Add foreignObjectRendering option 2017-09-28 19:46:00 +08:00
Niklas von Hertzen 53dd885279 Implementing cropping and dimension options for rendering (Fix #1230) 2017-09-27 22:14:50 +08:00
Niklas von Hertzen 929b9de6e0 Implement proxied cross-origin iframe rendering 2017-09-25 22:53:09 +08:00
Niklas von Hertzen 57dc7137b2 Fix wrong context for cloned element instanceof check 2017-09-24 15:26:37 +08:00
Niklas von Hertzen 90a8422938 Implement Iframe rendering 2017-09-11 22:36:23 +08:00
Niklas von Hertzen 1a53643457 Improve logging 2017-09-03 21:24:17 +08:00
Niklas von Hertzen 23b6f29ecf Capture screenshots while running karma tests 2017-08-30 21:31:51 +08:00
Niklas von Hertzen 5dbb197a82 Remove redundant style nodes from clone 2017-08-18 22:22:24 +08:00
Niklas von Hertzen f79ae2b73a Don't copy styles for regular computed rendering 2017-08-18 20:52:29 +08:00
Niklas von Hertzen a73dbf8067 Implement foreignObject renderer 2017-08-17 23:14:44 +08:00
Niklas von Hertzen 10ec079762 Remove direct console call (breaks IE9 when console is not open) 2017-08-06 15:43:53 +08:00
Niklas von Hertzen 82a7349e43 Use first background repeat value for multiple backgrounds if only 1 available (Edge bug) 2017-08-05 21:41:37 +08:00
Niklas von Hertzen 12672839f1 Use correct JS context to find cloned element in Edge 2017-08-05 21:40:03 +08:00
Niklas von Hertzen 478155af64 Clone document before parsing it 2017-08-01 20:54:18 +08:00