1
0
mirror of https://github.com/niklasvh/html2canvas.git synced 2023-08-10 21:13:10 +03:00

33 Commits

Author SHA1 Message Date
MoyuScript
15599b520d Begin implementing cross-origin iframes 2014-09-20 17:36:15 +03:00
MoyuScript
a4ee26cffd Add preliminary support for same-origin iframes 2014-09-16 20:12:13 +03:00
MoyuScript
5a282666dc Use correct document context for canvas render 2014-09-14 20:14:38 +03:00
MoyuScript
733bd13a18 Use punycode to parse unicode characters correctly 2014-09-14 19:32:26 +03:00
MoyuScript
b081bf8756 Fix rendering for safari 6 2014-09-04 19:29:42 +03:00
MoyuScript
6f35015b93 Preliminary support for svg rendering 2014-09-04 18:47:06 +03:00
MoyuScript
d63fd9d870 Fix bug with iframe not being loaded in-time 2014-03-24 19:05:32 +02:00
MoyuScript
be59e0ee19 Move non-canvas supported fallback to seperate file 2014-03-15 13:22:55 +02:00
MoyuScript
7ba49ebc4c Fail with a Promise.reject when no canvas support 2014-03-10 18:46:25 +02:00
MoyuScript
fbabcfe7dd Fix Firefox DOM clone not being ready 2014-03-05 22:24:53 +02:00
MoyuScript
4e580076d3 Fix cropping bug 2014-03-05 19:19:24 +02:00
MoyuScript
de21379f36 Limit crop to the maximum size of outputted canvas 2014-03-04 21:54:24 +02:00
MoyuScript
bb485acf98 Account for negative bounds in cropping 2014-03-04 20:42:34 +02:00
MoyuScript
57c13e0002 Correctly crop content 2014-03-03 21:19:28 +02:00
MoyuScript
308b8fd8f4 Fix IE misalignment of content after scroll 2014-03-02 18:03:30 +02:00
MoyuScript
f344a350d5 Remove script tags from cloned DOM 2014-03-02 16:03:22 +02:00
MoyuScript
a8d0678328 Fix text rendering for IE and Opera 2014-03-02 16:00:59 +02:00
MoyuScript
a4ba5d1b11 Render correct element 2014-02-23 17:02:49 +02:00
MoyuScript
b062c9ca7d Hide iframe container from view during render 2014-02-23 16:26:23 +02:00
MoyuScript
ddc81fe697 Fix render ordering of nodes that form fake stacking contexts 2014-02-15 00:33:09 +02:00
MoyuScript
f75dc6ecca Force doctype for iframe 2014-02-10 19:53:13 +02:00
MoyuScript
f1482b8c2f Correctly assign image loading method for <img> elements 2014-02-08 14:07:20 +02:00
MoyuScript
69390d6b8f Switch to using Promises 2014-02-03 19:42:42 +02:00
MoyuScript
6ffaf97621 Add font metrics and text-decorations 2014-02-01 19:36:43 +02:00
MoyuScript
7c0dcde86b Move NodeParser to seperate file 2014-02-01 18:52:53 +02:00
MoyuScript
0e2fd37f28 ios window size and scroll fixes 2014-02-01 18:32:05 +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
f2b4a9948f Add work around for chrome related background-image issues in iframe 2014-01-26 15:50:13 +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
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