- 20 Jan, 2019 1 commit
-
-
Marcelo Bezerra authored
- This build supports targeting .Net Framework 4.0 and .Netstandard2.0 allowing use of Svg library by .Net core apps. - Solution can be built using Visual Studio 2017 Preview and .Net Core 2.0 Preview 2+
-
- 27 Dec, 2018 1 commit
-
-
H1Gdev authored
-
- 20 Dec, 2018 1 commit
-
-
H1Gdev authored
- Catch exceptions in event handler.
-
- 17 Dec, 2018 2 commits
-
-
Vitaly Derbin authored
# image opacity fix
-
Hayk authored
Fixed inproper use of UTF8Encoding. As it was written before, UTF8Encoding.Default actually returns base class static property Encoding.Default which is system's default ANSI code-page based encoding that is not UTF8.
-
- 28 Dec, 2016 1 commit
-
-
Tebjan Halm authored
-
- 27 Dec, 2015 1 commit
-
-
HeinrichAD authored
A NullReferenceException occurred when the SVG XML will be loaded over the textbox. The reason is that in this case the svgDoc.BaseUri is null.
-
- 20 Dec, 2015 1 commit
-
-
HeinrichAD authored
Fix: Now the application make sure to set back the old culture even an error occurred. SvgColourConverter.ConvertFrom SvgPathBuilder.ConvertTo SvgDocument.Write SvgExtentions.GetXML Add: Attribute: "shape-rendering" Change: - Many other properties were unknowingly overloaded. I changed them to override. - Some methods or structures need the [CLSCompliant(false)] Attribute. For example the Enums.TryParse extension. This extension has the where condition IConvertible. IConvertible is [CLSCompliant(false)] and that the reason why it is correct to mark the Enums.TryParse extension also as [CLSCompliant(false)]. - Property "float Opacity" in SvgElement was unknowingly overloaded in SvgGradientStop as string [stop-opacity]. In the end this property was only used as float. I changed the SvgGradientStop.Opacity property from string to float and to override.
-
- 18 Sep, 2015 1 commit
-
-
ubbn authored
-
- 10 Jan, 2015 1 commit
-
-
tebjan authored
-
- 23 Aug, 2014 1 commit
-
-
Eric Domke authored
- Better parser for dealing with parsing edge cases - Fix corner radius for rectangles - Fix to gradients. Most tests now pass - Add the possibility for a fallback paint server - Initial fixes to clipping - Start marking passed test - Fixes to pattern rendering
-
- 18 Aug, 2014 1 commit
-
-
Eric Domke authored
- Fixing path parsing algorithm to deal with nuanced arc cases and hopefully improve performance - Attempts at better memory management - Working toward getting symbols to render correctly
-
- 24 Jul, 2014 2 commits
-
-
Eric Domke authored
- Implemented .Net 3.5 support mostly by removing ISvgEventCaller functionality in .Net 3.5 build - Added ability to parse colors such as rgb(#%, #%, #%) - Fix issues with calculating the next coordinate after a close figure and a relative move - Allow the std. deviation in a gaussian blur to be a float. - Allow "none" for a unit collection - Allow gradients to reference other gradients defined later in the SVG - Fix href attribute bug on the SVG use element - Adding a descendants convenience methods (similar to the Xml to Linq API) - Removed non-functional property from the SvgDescription class to encourage use of the Content property instead
-
Tebjan Halm authored
-
- 02 Jul, 2014 1 commit
-
-
Tebjan Halm authored
-
- 27 Jun, 2014 1 commit
-
-
Eric Domke authored
- Implemented .Net 3.5 support mostly by removing ISvgEventCaller functionality in .Net 3.5 build - Added ability to parse orient="auto" - Added ability to parse colors such as rgb(#%, #%, #%) - Fixed marker rendering implementation
-
- 11 Jun, 2014 4 commits
- 26 Apr, 2014 1 commit
-
-
C Moore authored
Updated to .Net Framework 4, added some code to finish test, & removed extraneous files. I updated this project so I could test the changes for #66
-
- 16 Apr, 2012 1 commit
-
-
Tebjan Halm authored
-
- 02 Nov, 2010 1 commit
-
-
owaits authored
-