Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<meta charset="utf-8">
<title>link-parameters: containers referencing one SVG each get their own parameters</title>
<style>
body { margin: 0; }
div { width: 100px; height: 100px; }
#a { background-color: #0a5c2e; }
#b { background-color: #1d4f8c; }
#c { background-color: #7a2f6b; }
</style>
<div id="a"></div>
<div id="b"></div>
<div id="c"></div>