Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS zoom does not scale SVG stroke-width when defined on svg element - reference</title>
<style>
body { margin: 0; }
</style>
<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 100 100"
fill="none" stroke="black" stroke-width="2">
<rect x="10" y="10" width="80" height="80"/>
</svg>
<div>
<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 100 100"
fill="none" stroke="black" stroke-width="2">
<rect x="10" y="10" width="80" height="80"/>
</svg>
</div>