Open ilkoch008 opened 10 months ago
Thank you for raising your first issue! Your help to improve svglib is much appreciated!
Possible, certainly, but someone will need to add this support.
Found out that just default case processing is not enough for me, but maybe this would help someone.
Just to add some context: https://www.w3.org/TR/SVG/struct.html#SwitchElement
Is it possible to add support for at least default cases (without
requiredFeatures
)?My case: I use rst2pdf to compile document containing svg images. Those svg images are exported from draw.io. draw.io uses
<switch>
when exporting to svg for all text blocks.Example:
As a result, all text in the images is lost after assembly.