BerndK / SvgToXaml

Smart Tool to view svg-files and convert them to xaml for use in .NET
Other
886 stars 164 forks source link

Text is not always recognized in SVG #32

Closed aaronnottbeck closed 1 year ago

aaronnottbeck commented 1 year ago

First: Thank you very much for this nice helpful tool.

I have som svg files where i have the problem that the result xaml path does not contain the text existing in the original. I tried to investigate the original files to find a difference in the text description but everything looks okay for me.

In my explorer the extension renders everything and also in FireFox.

Excel_Export RIB_Import_DataFromTXT test.xaml.txt

aaronnottbeck commented 1 year ago

i debugged the code and the problem occures in SharpVectors

paulushub commented 1 year ago

i debugged the code and the problem occures in SharpVectors

The app is using a version of the SharpVectors released in 2018!

aaronnottbeck commented 1 year ago

yes i know. ther for i updated the whole application to net6.0 and the last sharpvector package but the problem resists. However now i'm using the test app of sharpvector. no need to do anything.