-
Is there a way to get a string representation of a single tag without adding it into a Drawing or writing out to a file? |
Beta Was this translation helpful? Give feedback.
Answered by
cduck
Jan 11, 2024
Replies: 1 comment
-
No. If you are willing to dig into the code you can use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
cduck
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No. If you are willing to dig into the code you can use
element.write_svg_element(...lots of args)
like here.