- 27 Feb, 2019 1 commit
-
-
Ken in NH authored
-
- 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.
-
- 03 Apr, 2015 1 commit
-
-
Josh McCullough authored
SvgDocument as Write(XmlTextWriter); allowed elements to decide whether or not they should be written. E.g. text elements should not be written unless they have children.
-
- 23 Mar, 2015 1 commit
-
-
Tebjan Halm authored
-
- 11 Feb, 2015 1 commit
-
-
Josh McCullough authored
SvgDocument as Write(XmlTextWriter); allowed elements to decide whether or not they should be written. E.g. text elements should not be written unless they have children.
-
- 29 Mar, 2014 1 commit
-
-
tebjan authored
-
- 08 Mar, 2014 1 commit
-
-
tebjan authored
-
- 07 Dec, 2013 1 commit
-
-
Tebjan Halm authored
-
- 05 Dec, 2013 2 commits
-
-
Tebjan Halm authored
-
Tebjan Halm authored
-
- 30 Jul, 2013 1 commit
-
-
Tebjan Halm authored
-
- 25 Jul, 2013 1 commit
-
-
Tebjan Halm authored
-
- 28 Jun, 2013 1 commit
-
-
Tebjan Halm authored
-