Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-viewport/zoom/svg-path.html - WPT Dashboard Interop Dashboard
<!doctype html>
<meta charset="utf-8">
<link rel="match" href="svg-path-ref.html">
<svg width="160" height="100" style="zoom: 2; background: #006AA7;">
<path d="M60 0 L 60 160Z" stroke="#FECC02" stroke-width="20"/>
<rect x="0" y="40" width="160" height="20" fill="#FECC02" />
</svg>