Files
qrbill/swisscross.svg
Michael Stapelberg f39a23b8dc switch to own SVG of the Swiss cross
Compared to the Adobe Illustrator-exported version from SIX,
this version is defined on a 166px x 166px viewbox,
which are the recommended dimensions with which the cross
should be overlaid on top of QR codes.

This versions visually matches the PNG version from SIX
when rendered onto the same pixel size (166px x 166px).

But, this version scales better!
The SIX version does not render correctly.
My guess is that it might have to do with their
use of floating point coordinates.
2020-11-10 23:39:48 +01:00

8 lines
445 B
XML

<?xml version="1.0" encoding="utf-8"?>
<svg x="0" y="0" width="166" height="166" viewBox="0 0 166 166" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg">
<rect x="0" y="0" width="166" height="166" fill="white"></rect>
<rect x="12" y="12" width="142" height="142" fill="black"></rect>
<rect x="36" y="66" width="94" height="28" fill="white"></rect>
<rect x="68" y="34" width="30" height="92" fill="white"></rect>
</svg>