You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: