Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<meta charset="utf-8">
<title>link-parameters: a parameter is exposed to the referenced SVG through env()</title>
<link rel="match" href="link-parameters-basic-ref.html">
<style>
body { margin: 0; }
img { display: block; width: 100px; height: 100px; }
#target { link-parameters: param(--bg, #0a5c2e); }
</style>
<img id="target" src="resources/solid.svg">