NGraphics by Frank A. Krueger

<PackageReference Include="NGraphics" Version="0.1.9" />

 NGraphics 0.1.9

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.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>NGraphics</id>
    <version>0.1.9</version>
    <title>NGraphics</title>
    <authors>Frank A. Krueger</authors>
    <owners>Frank A. Krueger</owners>
    <licenseUrl>https://github.com/praeclarum/NGraphics/blob/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/praeclarum/NGraphics</projectUrl>
    <iconUrl>https://raw.githubusercontent.com/praeclarum/NGraphics/master/TestResults/Icon-Mac.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>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.</description>
    <releaseNotes>Convenience functions</releaseNotes>
    <copyright>Copyright 2015 Frank A. Krueger</copyright>
    <tags>graphics pcl vector drawing ios mac android xamarin imaging draw image svg png</tags>
  </metadata>
</package>