We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18f96a9 commit 5371cdbCopy full SHA for 5371cdb
manim/mobject/svg/svg_mobject.py
@@ -199,8 +199,6 @@ def generate_mobject(self) -> None:
199
new_tree = self.modify_xml_tree(element_tree) # type: ignore[arg-type]
200
# Create a temporary svg file to dump modified svg to be parsed
201
modified_file_path = file_path.with_name(f"{file_path.stem}_{file_path.suffix}")
202
- print("modified_file_path")
203
- print(modified_file_path)
204
new_tree.write(modified_file_path)
205
206
svg = se.SVG.parse(modified_file_path)
0 commit comments