Replies: 1 comment 4 replies
-
@yugiking Since you are using |
Beta Was this translation helpful? Give feedback.
4 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.
Uh oh!
There was an error while loading. Please reload this page.
-
hi,
Thanks for this great tool!
And I have a problem as below:
I use the FileSvgConverter to convert my svg file to xaml, and insert this xaml content to my WPF window(default file name is MainWindow.xaml), code as below:
The image can show out, but it's not vector, it means that I can't select the content within the image, so my question is how I can use the converted xaml so it can show in WPF with vector? by using other control instead of "Image" ?
I have this requirement because I need to export my WPF window to a XPS file and the XPS file's content should be accessible
Beta Was this translation helpful? Give feedback.
All reactions