diff options
| author | Viatrix | 2026-03-11 07:36:02 -0700 |
|---|---|---|
| committer | Viatrix | 2026-03-11 07:36:02 -0700 |
| commit | 1896ef89104109adffcaeb87274abbfe6759c986 (patch) | |
| tree | 68b0eacedcee1c5deb3310cc0a2e4ce54231e7c1 /tests/data/svg | |
| parent | f138950cbf5908fb75fbf1de17d41eb2bf28007e (diff) | |
`<text>` elements now working
Diffstat (limited to 'tests/data/svg')
| -rw-r--r-- | tests/data/svg/text.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/svg/text.svg b/tests/data/svg/text.svg index 6b0a130..2bdf01e 100644 --- a/tests/data/svg/text.svg +++ b/tests/data/svg/text.svg @@ -7,7 +7,7 @@ <ellipse cx="225" cy="50" rx="60" ry="30"/> <text x="225" y="50" fill="#fff" text-anchor="middle" font-size="16">B</text> </a> - <a xlink:href="http://example.com/1"> + <a xlink:href="http://example.com/3"> <ellipse cx="150" cy="150" rx="60" ry="30"/> <text x="150" y="150" fill="#fff" text-anchor="middle" font-size="16">C</text> </a> |
