Render SVG from Draw.io
- 主要言語
- Python
- スター
- 93.9k
- フォーク
- 7.7k
- 平均マージ
- 2日 13時間
- マージ済み PR(30日)
- 4
説明
Hi, I'm trying to display some SVG from Draw.io, but I got some strange results.
I want to use manim for development and programming videos :smile:
The code :
```
class Uml(SVGMobject):
CONFIG = {
"file_name": "/home/necros/Downloads/FormObjects-Models.svg",
"unpack_groups": False
}
class UmlRender(Scene):
def construct(self):
uml = Uml()
uml.scale(5)
self.play(DrawBorderThenFill(uml), run_time=5)
self.wait(5)
```
Expected result :

Actual result :

Exemple file : https://filebin.net/vhs2w1zlwbqeadhv/FormObjects-Models__1_.svg?t=byk639bd
In hope you have any idea to help me.
Regards
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。