scour/unittests/shorten-ids-stable-output.svg
Niels Thykier 039022ee9d shortenID: Improve tracking of optimal ID lengths
Signed-off-by: Niels Thykier <niels@thykier.net>
2018-04-16 18:52:12 +00:00

11 lines
341 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<rect id="a" width="80" height="50" fill="red"/>
<rect id="long_id" width="80" height="50" fill="blue"/>
</defs>
<use xlink:href="#a"/>
<use xlink:href="#long_id"/>
<use xlink:href="#long_id"/>
</svg>