blob: 19ffecd637b059f1dcebdc0a5505c826b2cc2f1e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Svg</id>
<version>2.1.0</version>
<title>SVG Rendering Library</title>
<authors>davescriven,jvenema,owaits,ddpruitt,Eric Domke,Josh McCullough,Tebjan Halm,and others</authors>
<owners>vvvv.org</owners>
<licenseUrl>http://opensource.org/licenses/MS-PL.html</licenseUrl>
<projectUrl>https://github.com/vvvv/SVG</projectUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>Public fork of the C# SVG rendering library on codeplex: https://svg.codeplex.com/
This started out as a minor modification to enable the writing of proper SVG strings. But now after almost two years we have so many fixes and improvements that we decided to share our current codebase to the public in order to improve it even further.
So please feel free to fork it and open pull requests for any fix, improvement or feature you add.
License: Microsoft Public License: https://svg.codeplex.com/license</description>
<summary>Open source library to load/save and render SVG vector graphics.</summary>
<releaseNotes>merged many github pull requests, special thanks to erdomke and JoshMcCullough</releaseNotes>
<tags>svg, vector graphics, rendering</tags>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System" targetFramework="" />
<frameworkAssembly assemblyName="System.Web" targetFramework="" />
<frameworkAssembly assemblyName="System.Xml" targetFramework="" />
<frameworkAssembly assemblyName="System.Drawing" targetFramework="" />
</frameworkAssemblies>
</metadata>
</package>
|