Support for SVG Text tag #2819
asultan123
started this conversation in
Suggestions and Proposals
Replies: 1 comment 1 reply
-
Im using Inskape for my svg drawings, I had the same problem, the only way I found for insert text on manim scene is importing from: https://maketext.io/. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description of proposed feature
During svg parsing in svg_mobject.py svg fields are ignored because they fail to match any of the currently supported tag names
manim/manim/mobject/svg/svg_mobject.py
Lines 204 to 235 in d3bdefb
How can the new feature be used?
When exporting svg objects for block diagrams from flowcharting software like visio and draw.io it would be helpful to preserve labels given to drawn objects while animating exported svg output in manim.
Additional comments
Beta Was this translation helpful? Give feedback.
All reactions