Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Writing changes back to SVG #247

Closed
Shujee opened this issue Mar 6, 2023 · 1 comment
Closed

Writing changes back to SVG #247

Shujee opened this issue Mar 6, 2023 · 1 comment

Comments

@Shujee
Copy link

Shujee commented Mar 6, 2023

Does SharpVector support converting DrawingGeometry back to SVG file? I'm trying to create a simple SVG editor in WPF, where users will be able to open SVG files, make minor changes (add a circle, rect or path, delete one or more elements, change fill/stroke etc.) and then save those changes back to the SVG file. Is SharpVectors good enough for performing round-trip conversion between WPF objects and SVG elements?

I'm also interested in keeping this as much MVVM-compatible as possible (e.g. keeping most of the logic out of the UI layer by, for example, using data binding with SharpVectors WPF controls instead of calling their methods).

@paulushub
Copy link
Contributor

Does SharpVector support converting DrawingGeometry back to SVG file?

No, it is currently one way.

@ElinamLLC ElinamLLC locked and limited conversation to collaborators Mar 8, 2023
@paulushub paulushub converted this issue into discussion #248 Mar 8, 2023

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants