spirali / elsie

Python framework for making slides
MIT License
70 stars 7 forks source link

Add support for clickable links #63

Open Kobzol opened 3 years ago

Kobzol commented 3 years ago

Currently, <a> has to wrap <text> and cannot wrap <tspan>?

spirali commented 3 years ago

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.