Source code

Revision control

Copy as Markdown

Other Tools

SVG Preview (Scaled)

Preview of https://hg.mozilla.org/mozilla-central/raw-file/tip/testing/web-platform/tests/svg/styling/nested-svg-sizing-min-content.tentative.svg
<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg" xmlns:html="http://www.w3.org/1999/xhtml">
<title>Width and Height (in min-content) as presentation attributes on nested svg</title>
<html:link rel="match" href="nested-svg-sizing-full-circle-ref.svg" />
<svg width="50" height="50" style="width:min-content;height:min-content;">
<circle cx="50" cy="50" r="40" fill="green" />
</svg>
</svg>