"git@s-devrep.domain.ft:importedprojects/SVG.git" did not exist on "dcafe7865871820c65e99b8a356a987345176c83"
user avatar
Fixed issue with translate(x,y) transformation parsing in SvgTransformConverter
joye-ramone authored
According to https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/transform
translate transformation can be specified without second parameter
dcafe786

SVG.NET

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.

Microsoft Public License: https://svg.codeplex.com/license

It is also available via Nuget:

PM> Install-Package Svg