now using xlink (inkscape compatibility)
This commit is contained in:
parent
28498cd79a
commit
4260a7f71a
@ -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 |
Loading…
Reference in New Issue
Block a user