Importing SVG

Oystein Bjorke 10 jaar geleden 0
This discussion was imported from CodePlex

etrgyphon wrote at 2014-01-03 16:21:

I have an SVG that was created by OxyPlot. I can't find a import function. I just need to show the SVG image and not manipulate it.

Is that outside the scope of this project?

objo wrote at 2014-01-07 22:03:

Yes, Oxyplot only exports SVG. It would be nice to be able to import SVG, but that's a big task and is not planned.
I want to implement a drawing model that should make it possible to include drawings in plots, but this should be very simple (not including svg import).

I would use an external library:
https://github.com/vvvv/SVG
https://sharpvectors.codeplex.com/