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-simple.html - WPT Dashboard Interop Dashboard
<!doctype html>
<meta charset="utf-8">
<link rel="match" href="svg-path-simple-ref.html">
<svg style="zoom: 2" width="100" height="100" viewBox="0 0 20 20">
<path fill="#333333" d="M16 7h1v7h-1z"></path>
</svg>