scour/unittests/referenced_child.svg
2022-09-15 21:40:01 +02:00

9 lines
No EOL
343 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<clipPath id="unusedclip">
<rect id="the_path" width="100" height="100"/>
</clipPath>
</defs>
<use fill="red" width="100%" height="100%" xlink:href="#the_path"/>
</svg>