How do I merge two SVG files? #959
Unanswered
martinfrandsen
asked this question in
Q&A
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I got a svg template, which I wish to add a generated QR code to.
I can save the QR code as SVG file, and I can create a copy of the template, but I can't merge the two svg's together.
I thought it was as simple as taking the children from the QR code document and adding them to a SvgElement from the template, which I found using the "GetElementById" method.
Beta Was this translation helpful? Give feedback.
All reactions