NGraphics icon indicating copy to clipboard operation
NGraphics copied to clipboard

NGraphics is a cross platform library for rendering vector graphics on .NET. It provides a unified API for both immediate and retained mode graphics using high quality native renderers.

Results 62 NGraphics issues
Sort by recently updated
recently updated
newest added

Xamarin is official dead starting next week. Are there any plans to add MAUI support? I tried using NGraphics in a MAUI project to see if it would just work,...

I have created a new solution and done nothing except install NGraphics using NuGet. My code is simply this: ```c# using NGraphics; var canvas = Platforms.Current.CreateImageCanvas(new Size(100), scale: 2); ```...

For example, if I want to fill every part of the canvas but leave a circle transparent, a simple way to do it would be to fill a rectangle, then...

How to use xamarin.forms Crop the stream image.

We have a mostly complete implementation of this platform for NGraphics. It works for our purposes but is missing the ArcTo op and probably a few others. I'm mostly posting...

Hello, Thank you for the comprehensive cross-platform 2D Graphics library... What was a driving motivation for not selecting Win2D as the API for UWP Platform? As Win2D is native to...

I found the defs defintion in SvgWriter and DefsWriter, but I don't know how to use it. Could you help me to show an example?

Basically, there is no documentation on how to draw with the SVG reader and barely any information about how to draw at all with NGraphics Can anyone provide some samples...

`` can appear in roots. [svg.breadboard.adafruit_b736abbd2e4c40207ad13bac95005909_1_breadboard copy.svg.txt](https://github.com/praeclarum/NGraphics/files/4173108/svg.breadboard.adafruit_b736abbd2e4c40207ad13bac95005909_1_breadboard.copy.svg.txt)

enhancement