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

Various fixes and features (subpath, parsing, path regex, gradientTransform) - Fix to allow reading gradientTransform from inherited href link. Small fix: gradientTransform was ignored when the gradient was using a...

Is it possible to get an idea about the grid coordinates.

It seems that the parameters in `Graphic.Transform` have been accidentally swapped. The code reads: ``` public Transform Transform { get { return Transform.StretchFillRect (ViewBox, new Rect (Point.Zero, Size)); } }...

invalid

I have a Xamarin solution, which has the fairly usual format of: MyApplication (Portable), MyApplication.Forms, MyApplication.iOS and MyApplication.Droid. It builds with no warnings or errors and has done so for...

Our testing indicates that DrawText requires a Brush on Android, a Pen on Windows, and probably a Brush on iOS (will confirm). `DrawText(string,Point,Font,Brush)` therefore works on Android (and iOS?) and...

Since ICanvas.DrawText accepts a Rect as its second parameter, I would expect it to draw the text INTO the specified Rect. However, both Android and iOS draw the text directly...

I get the following error when using NGraphics to draw a canvas and get the PNG from it. I draw an image from a bytearray to the canvas, some text,...

I have an SVG which includes gradients and `gradientTransform `is not being applied. I attempted different types of transforms (instead of the matrix, as in the example below) and was...