Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<meta charset=utf-8>
<title>attr() with SVG attributes</title>
<style>
svg { width: 100px; height: 100px; }
#casematch { background-color: red; }
</style>
<svg id="casematch"></svg>