xo-alloc/utest/mount-origin/bluecircle.svg

7 lines
287 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!-- <svg width="30" height="50"> ... </svg> does not satisfy chrome -->
<svg width="30.0mm" height="50.0mm" version="1.1" xmlns="http://www.w3.org/2000/svg">
<circle cx="25" cy="25" r="22" fill="blue" stroke="gray" stroke-width="2"/>
</svg>