missing text in converter result (SharpVectors.Converters.FileSvgReader.DrawingGroup)
Closed this issue · 2 comments
i am trying to convert SVGs to a XAML DrawingGroup using the above Converter.
Sometimes text elements wont get transformed into the result.
Sample:
Excel_Export.svg - text gets converted
RIB_Import_DataFromTXT.svg no text converted
test.xaml.txt result xaml dictionary
I am using
https://github.com/BerndK/SvgToXaml
to convert the SVGs.
I debugged the code and it seems hat the error occures in the SharpVectors code.
@aaronnottbeck OK, your SVG test file is embedded in the post. The test result is shown below and there seems to be no problem in SharpVectors.
If you want the BerndK/SvgToXaml style ResourceDictionary
output, it is recently added to the SharpVectors. Either use the library directly,ResourceSvgConverter
, or use the WpfTestResourceSvg
sample.
thank you for testing - i'll take a look on WpfTestResourceSvg