aves
aves copied to clipboard
Some svg images with text do not display correctly
Describe the bug
In this example, the text in the image can't be displayed.
It will be displayed like this.
Expected behavior
Like this
Additional context
Here is the svg image that caused the bug.
I trimmed the SVG to pinpoint what is messing the text rendering.
This is rendered as is in Aves:
Text is not visible in Aves:
Before the text there is a scaled <a>
element. And at a high scale it seems to hide the text. At this stage, I don't know why it does so, but I'll report that to the SVG rendering library owner. Hopefully they'll know.
Upstream issue:
- https://github.com/BigBadaboom/androidsvg/issues/283