Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

SVG Preview (Scaled)

Preview of https://raw.githubusercontent.com/mozilla-firefox/firefox/main/testing/web-platform/tests/svg/styling/css-var-on-length-attributes-01.svg
<title>Usage of css var() on svg width and height attributes (units specified)</title>
<html:link rel="author" title="Divyansh Mangal" href="mailto:dmangal@microsoft.com"/>
<html:link rel="match" href="../embedded/reference/green-rect-100x100.svg"/>
<style>
rect {
--length: 100px;
}
</style>
<rect width="var(--length)" height="var(--length)" fill="green"/>
</svg>