Open Kobzol opened 3 years ago
Currently, <a> has to wrap <text> and cannot wrap <tspan>?
<a>
<text>
<tspan>
Confirmed, it seems that it is a limitation in Cairo backend of Inkscape.
There are posibility to overcome it by splitting text into more <text> elements, but there are problems with space preservation.
Currently,
<a>
has to wrap<text>
and cannot wrap<tspan>
?