- 29 Jul, 2015 1 commit
-
-
ubbn authored
Skip to consider Symbol element directly, because it is calculated through reference from use element
-
- 28 Jul, 2015 3 commits
- 27 Jul, 2015 2 commits
- 21 Jul, 2015 1 commit
-
-
tebjan authored
-
- 02 Jul, 2015 1 commit
-
-
durlandd authored
Infinite loop in SvgRadialGradientServer CalcScale Issue #163
-
- 11 Jun, 2015 2 commits
- 10 Jun, 2015 1 commit
-
-
John Nguyen authored
-
- 03 Apr, 2015 3 commits
-
-
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.
-
Josh McCullough authored
Fixed many attribute enums. Now they will 1) output the proper case, 2) only output if non-null and non-default, 3) include more documentation, 4) are marked as Flags where appropriate.
-
Josh McCullough authored
-
- 25 Mar, 2015 2 commits
- 23 Mar, 2015 1 commit
-
-
Tebjan Halm authored
-
- 12 Mar, 2015 1 commit
-
-
Josh McCullough authored
-
- 20 Feb, 2015 1 commit
-
-
kataklinger authored
-
- 11 Feb, 2015 2 commits
-
-
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.
-
Josh McCullough authored
Fixed many attribute enums. Now they will 1) output the proper case, 2) only output if non-null and non-default, 3) include more documentation, 4) are marked as Flags where appropriate.
-
- 14 Jan, 2015 2 commits
-
-
David Snipp authored
-
David Snipp authored
-
- 10 Jan, 2015 3 commits
-
-
tebjan authored
-
tebjan authored
-
David Snipp authored
Stop crash on null or empty images Deal with multiple spaces in Matrix
-
- 09 Jan, 2015 1 commit
-
-
EricOuellet authored
-
- 05 Dec, 2014 1 commit
-
-
EricOuellet authored
-
- 13 Oct, 2014 1 commit
-
-
Eric Domke authored
More serialization bug fixes and better fallback for font definition problems.
-
- 08 Oct, 2014 1 commit
-
-
Eric Domke authored
Added parameter to the SvgAttribute indicating whether the storage is the _attribute dictionary. If true, the output will only be serialized only if the key is in the dictionary. This structure is an alternate to the SvgDefinitionDefaults class.
-
- 03 Oct, 2014 1 commit
-
-
tebjan authored
-
- 02 Oct, 2014 2 commits
-
-
tebjan authored
-
Tebjan Halm authored
-
- 30 Sep, 2014 4 commits
-
-
Markus Mayer authored
fixed NullReferenceException in TryGetAttribute when _styles dictionary is not set to a valid reference
-
Markus Mayer authored
-
Markus Mayer authored
-
Markus Mayer authored
-
- 26 Sep, 2014 1 commit
-
-
Tebjan Halm authored
-
- 24 Sep, 2014 1 commit
-
-
Dan Backes authored
- Because querying the Bounds property of an ISvgBoundable or SvgVisualElement is expensive, we introduced an ImmutableBoundable that is used by the SvgRenderer. This class stores the bounds of the supplied ISvgBoundable so that multiple queries for the bounds do not hamper performance when rendering. - Converted the Bounds property on ISvgBoundable and SvgVisualElement to a CalculateBounds method to indicate that it is an expensive operation that returns a new value each time it is called. - Removed redundant ISvgBoundable Location and Size properties. - Fixed a bug in SvgFragment.Path property by converting it to a method that indicates it returns a new GraphicsPath instance when called and by disposing of that instance in CalculateBounds. There are many more instances of GraphicsPath not being disposed in the code base but we did not address that here.
-
- 23 Sep, 2014 1 commit
-
-
Ritch Melton authored
-