Files
SSG-Ruledesigner-Konfigurator/SSG/shapes/svg/empty.xml
T
2023-06-30 13:26:42 +02:00

8 lines
472 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:xlink="http://www.w3.org/1999/xlink" baseProfile="full" version="1.1">
<g transform="rotate(0)">
<svg position="absolute" overflow="visible" preserveAspectRatio="none" viewBox="0 0 1000 1000">
<path d="M0,0 L1000,0 L1000,1000 L0,1000 L0,0" fill="none" stroke="none" fill-opacity="0.0"/>
</svg>
</g>
</svg>