mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
Fix external SVG loading with proxies (#802)
This commit is contained in:
@ -15,6 +15,9 @@
|
||||
<h1>External image</h1>
|
||||
<img src="http://localhost:8081/assets/image2.jpg" style="border:5px solid black;" />
|
||||
|
||||
<h1>External svg image</h1>
|
||||
<img src="http://localhost:8081/assets/image.svg" style="border:5px solid black;" />
|
||||
|
||||
<h1>External image (using <base> href)</h1>
|
||||
<img src="/assets/image_1.jpg" />
|
||||
</body>
|
||||
|
@ -16,5 +16,6 @@
|
||||
<body>
|
||||
<h1>External image (CORS)</h1>
|
||||
<img src="http://localhost:8081/cors/tests/assets/image2.jpg" />
|
||||
<img src="http://localhost:8081/cors/tests/assets/image.svg" />
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user