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
Post a Comment