Open RobertSchueler opened 2 years ago
Sure, svglib does only support a subset of the (did I say huge??) CSS specification, so visibility
is currently not handled. Patch welcome!
Sounds like a low hanging froot. But if you generate the SVG yourself, you could of course skip the invisible le element. π
Sounds like a low hanging froot. But if you generate the SVG yourself, you could of course skip the invisible le element. π
Yes, this is exactly what I do right now. But it would be nice if I could switch visibility on and off as I wish without loosing everything else.
An svg element where the attribute "visibility" is set to "hidden" should not be plotted, but it is.
Small example:
Resulting image: