WebGraphics.DrawSVG method

This is a helper module to make things easier when you want to draw SVG XML directly in your WebCanvas paint event.

WebGraphics.DrawSVG

The method uses the SVG renderer of the browser, so you should be able to render almost any SVG with it.

Cool! I created a similar thing just days ago that opens a locally stored SVG and displays it in a chosen color!
SVG is a must in WE to look crisp on retina displays :wink:

Absolutely. I’m a huge fan of using SVG for anything it can be used for… especially data visualization.