SvgForXaml icon indicating copy to clipboard operation
SvgForXaml copied to clipboard

Draw SVG image with Win2D

Results 10 SvgForXaml issues
Sort by recently updated
recently updated
newest added

Why trying to add support for ARM64 to my UWP projects, I get this: ![image](https://user-images.githubusercontent.com/1246444/48613696-cb483380-e98c-11e8-9d1a-b0f2e1c29e36.png) I am happy to contribute with a PR, but need to know whether you will...

enhancement

I am trying to render this file: [500px.zip](https://github.com/mntone/SvgForXaml/files/1884557/500px.zip) This is my Code Xaml: `` This is my code C#: `await SvgPreview.LoadFileAsync(mediaModel.MediaFile);` This is the stacktrace: ``` at Mntone.SvgForXaml.Path.SvgPathSegmentParser.ParseSmoothQuadraticBezierCurveToArgumentSequence(StringPtr ptr, Boolean...

I've been trying to use ItemsSource property of a ListView to render a bunch of SVG images and had no luck. After debugging it a bit, I think there is...

I use [Sketch app](https://www.sketchapp.com/) to export SVG file. When this app exports as SVG, the place for fill and fill-rule is different by being grouped or not grouped. if grouped,...

The grammar allows for x.y.z as two floating point numbers. But I get a format error with SvgForXaml. for the string 'M 0.6.5', the first coordinate of the "moveto" consumes...

at Mntone.SvgForXaml.Internal.StringPtr.get_Char() at Mntone.SvgForXaml.Path.SvgPathSegmentParser.ParseCommaOrWhitespace(StringPtr ptr) at Mntone.SvgForXaml.Path.SvgPathSegmentParser.ParseCurveToArgumentSequence(StringPtr ptr, Boolean abs) at Mntone.SvgForXaml.Path.SvgPathSegmentParser.ParseCurveTo(StringPtr ptr) at Mntone.SvgForXaml.Path.SvgPathSegmentParser.ParseDrawToCommand(StringPtr ptr) at Mntone.SvgForXaml.Path.SvgPathSegmentParser.ParseDrawToCommands(StringPtr ptr) at Mntone.SvgForXaml.Path.SvgPathSegmentParser.ParseDrawToCommands(StringPtr ptr) at Mntone.SvgForXaml.Path.SvgPathSegmentParser.ParseDrawToCommands(StringPtr ptr) at Mntone.SvgForXaml.Path.SvgPathSegmentParser.ParseMoveToDrawToCommandGroup(StringPtr ptr) at Mntone.SvgForXaml.Path.SvgPathSegmentParser.ParseMoveToDrawToCommandGroups(StringPtr...

Hi. Would like to build so I can debug into your library but getting the following errors. ![mntone_build_errors](https://cloud.githubusercontent.com/assets/11292998/14920399/3b0d411a-0e25-11e6-8f62-8fe9de463118.PNG) Any advice would be greatly appreciated. Thanks Tony

First of all, thanks for putting effort on this excellent lib. It really helped me a lot! I'm trying to convert some SVG files to PNG however at some point...

Hi. This is the most feature-rich SVG solution on WinRT as far as I searched. I wonder it never inherits the properties of 'fill' and 'stroke', although should do according...

Hi, I really like your project and would like to use in the context of a Win2D application. Have you done some performance measurements. I had a look to the...