Render SVG in C# Windows RT metro app -


is there way render string (containing svg) png using windows rt? know there libraries this, rely on gdi+ , seems work changing dependencies e. g. writablebitmapex. don't need clean solution , i'd happy rendering browser control displying svg, don't know if that's possible either.

you may able use sharpvectors. can feed svg string in filesvgconverter can convert svg file corresponding xaml; can rendered on screen. according documentation there no gdi+ dependencies.


Comments

Popular posts from this blog

ios - Change Storyboard View using Seague -

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -