Files
svgedit/cypress/__svgSnapshots__/scenario-check tool_clone.svg
JFH 403237c182 Fix text scale #1008 (#1010)
* update dependencies

* fix #1008 by adjusting font-size

(allowing to keep the text keep his proportions to the font)

* refactor math.js
2024-12-27 21:37:05 +01:00

7 lines
503 B
XML

<svg width="640" height="480" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg">
<g class="layer">
<title>Layer 1</title>
<text fill="#000000" font-family="Serif" font-size="24" id="svg_1" stroke="#000000" stroke-width="0" text-anchor="middle" x="200" xml:space="preserve" y="200">AB</text>
<text fill="#000000" font-family="Serif" font-size="20" id="svg_2" stroke="#000000" stroke-width="0" text-anchor="middle" x="220" xml:space="preserve" y="220">AB</text>
</g>
</svg>