MoyuScript
|
08e532eb6b
|
Fix canvas cropping with type: 'view'
|
2014-10-15 20:28:26 +03:00 |
|
MoyuScript
|
89193f390f
|
Disable animations on rendered page
|
2014-10-12 20:44:39 +03:00 |
|
MoyuScript
|
cb11e1da95
|
Implement css clipping for rect() (with pixel values)
|
2014-10-12 20:32:47 +03:00 |
|
MoyuScript
|
4836aa343c
|
Don't remove frame container in tests
|
2014-10-12 20:32:10 +03:00 |
|
MoyuScript
|
034e0663e6
|
Expand clip test case
|
2014-10-12 20:32:00 +03:00 |
|
MoyuScript
|
e0db996efa
|
Add test case for css clip
|
2014-10-07 20:11:46 +03:00 |
|
MoyuScript
|
4183f86d7c
|
Correctly clip content that has border-radius (#399)
|
2014-10-07 19:11:24 +03:00 |
|
MoyuScript
|
8756d5d860
|
Fix origin check for IE (#460)
|
2014-10-07 18:59:26 +03:00 |
|
MoyuScript
|
587e8a73ef
|
Fix pseudoelement rendering (with nth-child selectors etc.)
|
2014-10-06 22:46:43 +03:00 |
|
MoyuScript
|
b80eaf15cd
|
Ignore exports and module assignments within scope
|
2014-09-29 19:33:01 +03:00 |
|
MoyuScript
|
c97854fc05
|
Don't leak punycode to global scope
|
2014-09-29 19:15:50 +03:00 |
|
MoyuScript
|
418492074f
|
Add option to use existing canvas for rendering
|
2014-09-28 22:51:11 +03:00 |
|
MoyuScript
|
c083985f93
|
Provide fallbacks for html parsing
|
2014-09-28 00:11:54 +03:00 |
|
MoyuScript
|
b46648657c
|
Fix firefox cross-origin iframe rendering
|
2014-09-27 23:03:57 +03:00 |
|
MoyuScript
|
760fda5841
|
Don't load javascript on cloned content by default
|
2014-09-27 21:20:08 +03:00 |
|
MoyuScript
|
ac6b05d5d7
|
Add simpler api for rendering external urls
|
2014-09-27 21:07:25 +03:00 |
|
MoyuScript
|
1f5d8ba1cf
|
Add simpler api for rendering external urls
|
2014-09-27 20:37:12 +03:00 |
|
MoyuScript
|
998bfb496e
|
Add google maps test
|
2014-09-27 20:20:08 +03:00 |
|
MoyuScript
|
6d01d29b27
|
Fix background-size with background-repeat x and y as well (#447)
|
2014-09-27 18:03:18 +03:00 |
|
MoyuScript
|
b36372bf6c
|
Clone and render canvas content correctly
|
2014-09-27 18:00:14 +03:00 |
|
MoyuScript
|
8f46190da8
|
Fix: Render background-size correctly with no-repeat #447
|
2014-09-27 17:02:46 +03:00 |
|
MoyuScript
|
ce2517ee6d
|
Correctly handle overflow content
|
2014-09-27 16:54:53 +03:00 |
|
MoyuScript
|
fa360b8022
|
Fix z-index stacking with fixed position
|
2014-09-21 11:44:11 +03:00 |
|
MoyuScript
|
f875ee6c9b
|
Correctly apply canvas background color
|
2014-09-21 11:24:20 +03:00 |
|
MoyuScript
|
72994252aa
|
Continue render with failed svg images
|
2014-09-20 21:54:03 +03:00 |
|
MoyuScript
|
d7fabc5764
|
Fix test retry logic
|
2014-09-20 21:09:18 +03:00 |
|
MoyuScript
|
226c11209f
|
Add proxy server to travis task
|
2014-09-20 20:54:43 +03:00 |
|
MoyuScript
|
61d50f7263
|
Fix tests to use local proxy
|
2014-09-20 20:25:48 +03:00 |
|
MoyuScript
|
c1ea1206e3
|
Correctly use native rendering with inline <svg> nodes if possible
|
2014-09-20 20:21:25 +03:00 |
|
MoyuScript
|
bc08edc340
|
Fallback to jsonp proxy if browser doesn't support cors xhr/image
|
2014-09-20 19:53:22 +03:00 |
|
MoyuScript
|
df0a696b6a
|
Fix missing jsonp feature with grunt-contrib-connect
|
2014-09-20 18:25:28 +03:00 |
|
MoyuScript
|
f367d890a8
|
Revert back to grunt-contrib-connect
|
2014-09-20 18:18:39 +03:00 |
|
MoyuScript
|
f758631480
|
Use correct window size for cloned iframe
|
2014-09-20 18:01:57 +03:00 |
|
MoyuScript
|
f2a9bed110
|
Merge branch 'ddrscott-fix-doc-measurements'
|
2014-09-20 17:40:27 +03:00 |
|
MoyuScript
|
a101b4acbf
|
Merge branch 'fix-doc-measurements' of https://github.com/ddrscott/html2canvas into ddrscott-fix-doc-measurements
Conflicts:
dist/html2canvas.js
dist/html2canvas.min.js
src/core.js
|
2014-09-20 17:40:09 +03:00 |
|
MoyuScript
|
15599b520d
|
Begin implementing cross-origin iframes
|
2014-09-20 17:36:15 +03:00 |
|
MoyuScript
|
58d2251e17
|
Fix tests
|
2014-09-18 22:25:37 +03:00 |
|
MoyuScript
|
773084235c
|
Simplify webdriver tests
|
2014-09-17 00:11:47 +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
|
3628bd2c2b
|
Update examples to v0.5 api
|
2014-09-14 20:04:37 +03:00 |
|
MoyuScript
|
d71a9d5a7e
|
Add fontawesome test
|
2014-09-14 19:45:58 +03:00 |
|
MoyuScript
|
733bd13a18
|
Use punycode to parse unicode characters correctly
|
2014-09-14 19:32:26 +03:00 |
|
MoyuScript
|
489be4376b
|
upd
|
2014-09-14 18:55:14 +03:00 |
|
MoyuScript
|
e23f9dd71b
|
Don't parse/render input hidden nodes
|
2014-09-14 17:44:55 +03:00 |
|
MoyuScript
|
f93e316e46
|
Ensure webdriver session is closed before exiting
|
2014-09-09 19:54:13 +03:00 |
|
MoyuScript
|
7cbb4d04b2
|
Add atob polyfill for ie9 for SVG base64 rendering
|
2014-09-09 18:42:00 +03:00 |
|
MoyuScript
|
90100dbc05
|
Add support for inline, base64 and node svg's
|
2014-09-08 23:44:10 +03:00 |
|
MoyuScript
|
215cc9d29c
|
Use correct build with ci and default grunt tasks
|
2014-09-08 23:43:00 +03:00 |
|
MoyuScript
|
ce9f413666
|
Default to element dimension if image size cannot be determined (vector images)
|
2014-09-08 21:25:21 +03:00 |
|