mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
fix: responsive svg images (#2583)
This commit is contained in:

committed by
GitHub

parent
1acdc827a4
commit
92fa448913
@ -34,7 +34,7 @@
|
||||
style="fill:#40aa54;fill-opacity:1;stroke:#20552a;stroke-width:7.99999952;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"/>
|
||||
</g>
|
||||
</svg>
|
||||
<svg width="240" height="160" viewBox="0 0 120 80" xmlns="http://www.w3.org/2000/svg">
|
||||
<svg width="50%" height="75%" viewBox="0 0 120 80" xmlns="http://www.w3.org/2000/svg">
|
||||
<text x="40" y="20" class="html">html</text>
|
||||
<text x="55" y="25" class="two">2</text>
|
||||
<text x="65" y="35" class="canvas">canvas</text>
|
||||
|
Reference in New Issue
Block a user