You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So my entire text seems to have gone missing.... but let’s try again....
I am writing a image editor in c#. For this I also want to enable importing of svg files. They are then drawn using gdi+ Multiple svg images can be dragged from a library onto the canvas. I already started testing with this library and the basics are working. The main things is that i don’t need the standard draw function, since I am drawing myself. I just need the system.drawing objects. I could of course traverse through the dom and create them myself, but I was wondering if there is a way to get them directly from the svgelements? Since the lib already does a great job at creating them.
This discussion was converted from issue #624 on March 25, 2021 18:52.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
So my entire text seems to have gone missing.... but let’s try again....
I am writing a image editor in c#. For this I also want to enable importing of svg files. They are then drawn using gdi+ Multiple svg images can be dragged from a library onto the canvas. I already started testing with this library and the basics are working. The main things is that i don’t need the standard draw function, since I am drawing myself. I just need the system.drawing objects. I could of course traverse through the dom and create them myself, but I was wondering if there is a way to get them directly from the svgelements? Since the lib already does a great job at creating them.
Regards,
Per
Beta Was this translation helpful? Give feedback.
All reactions