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
If I use code like this svgdoc = SvgDocument.Open(...) then I draw svgdoc.Path it creates the correct drawing but it also contains small circles of various (small) sizes which do not correspond to any data in the original svg. Anyone knows why this happens? Thank you
It does it for all files I've tested but here is one sample https://en.wikipedia.org/wiki/File:C_172_line_drawing_oblique.svg
and the generated GraphicsPath
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
Uh oh!
There was an error while loading. Please reload this page.
-
If I use code like this

svgdoc = SvgDocument.Open(...)
then I drawsvgdoc.Path
it creates the correct drawing but it also contains small circles of various (small) sizes which do not correspond to any data in the original svg. Anyone knows why this happens? Thank youIt does it for all files I've tested but here is one sample https://en.wikipedia.org/wiki/File:C_172_line_drawing_oblique.svg
and the generated GraphicsPath
Beta Was this translation helpful? Give feedback.
All reactions