fix: text cut off at the equator
This commit is contained in:
parent
0838dd8beb
commit
5672860649
1 changed files with 2 additions and 2 deletions
|
@ -42,8 +42,8 @@
|
|||
0 0 0 0 0
|
||||
0 0 0 1 0" />
|
||||
</filter>
|
||||
<path id="upper" stroke="red" fill="none" d="M 40 250 A 210 210 0 0 1 460 250" />
|
||||
<path id="lower" stroke="red" fill="none" d="M 10 250 A 230 230 0 0 0 490 250" />
|
||||
<path id="upper" stroke="red" fill="none" d="M 249.999 460 A 210 210 0 1 1 250.001 460" />
|
||||
<path id="lower" stroke="red" fill="none" d="M 249.999 10 A 240 240 0 1 0 250.001 10" />
|
||||
</defs>
|
||||
<g id="svgroot" transform="scale(1, 1)">
|
||||
<circle id="bleed" cx="250" cy="250" r="249" stroke="#ff00ff" fill="none" stroke-width="0" />
|
||||
|
|
Loading…
Reference in a new issue