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/small-nested-viewbox.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<meta charset="utf-8">
<link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io">
<link rel="match" href="small-nested-viewbox-ref.html">
<style>
svg {
width: 16px;
padding: 4px;
background: #ccc;
color: #000;
}
</style>
<svg viewBox="0 0 4 4">
<svg viewBox='0 0 256 256'>
<rect width="256" height="256" x="0" y="0" fill="green" />
</svg>
</svg>