now using xlink (inkscape compatibility)

This commit is contained in:
Patrick Haßel 2025-11-13 13:33:24 +01:00
parent 28498cd79a
commit 4260a7f71a

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<path id="textPath" d="M50,12A39,39 0 1,1 49.9,12"/>
</defs>
@ -25,7 +25,7 @@
<!-- Text -->
<text font-size="9" text-anchor="middle" transform="rotate(180 50 50)">
<textPath href="#textPath" startOffset="50%">TURNVEREIN 1883 BILDSTOCK e. V.</textPath>
<textPath xlink:href="#textPath" startOffset="50%">TURNVEREIN 1883 BILDSTOCK e. V.</textPath>
</text>
<!-- Turner -->

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 20 KiB