Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<title>Width and Height (in viewport units) as presentation attributes on nested svg</title>
<link rel="author" title="Divyansh Mangal" href="mailto:dmangal@microsoft.com">
<link rel="match" href="nested-svg-sizing-viewport-units-with-ICB-expected.html">
<svg width="50vw" height="50vh" xmlns="http://www.w3.org/2000/svg">
<svg style="width:50vw;height:50vh;">
<rect width="100%" height="100%" fill="green" />
</svg>
</svg>