Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /svg/painting/reftests/non-scaling-stroke-008.html - WPT Dashboard Interop Dashboard
<!doctype html>
<title>'zoom' interaction with 'vector-effect: non-scaling-stroke'</title>
<link rel="match" href="../../struct/reftests/reference/green-100x100.html">
<svg viewBox="0 0 10 10" width="50" height="50"
style="zoom: 2; background-color: red; overflow: visible">
<rect x="2.5" y="2.5" width="5" height="5" stroke="green" stroke-width="25" fill="red"
vector-effect="non-scaling-stroke"/>
</svg>