Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /svg/styling/css-linked-parameters/link-parameters-geometry.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<meta charset="utf-8">
<title>link-parameters: a parameter can drive geometry inside the referenced SVG</title>
<link rel="match" href="link-parameters-geometry-ref.html">
<style>
body { margin: 0; }
img { display: block; width: 100px; height: 100px; }
#target { link-parameters: param(--x, 50); }
</style>
<img id="target" src="resources/geometry.svg">