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

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -