- 01 Mar, 2019 1 commit
-
-
H1Gdev authored
-
- 27 Jan, 2019 1 commit
-
-
mrbean-bremen authored
- fixed stroke and fill color (taken from marker or from included path) - added missing scaling for markerUnits="strokeWidth" - fixed initial value of "orient" to be "0" - fixes 2 of the W3C tests
-
- 27 Dec, 2018 1 commit
-
-
H1Gdev authored
-
- 20 Dec, 2018 1 commit
-
-
H1Gdev authored
- Catch exceptions in event handler.
-
- 17 Dec, 2018 1 commit
-
-
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.
-
- 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.
-
- 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 1 commit
-
-
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 1 commit
-
-
tebjan authored
-
- 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
-