- 10 Jan, 2015 1 commit
-
-
David Snipp authored
Stop crash on null or empty images Deal with multiple spaces in Matrix
-
- 09 Jan, 2015 2 commits
-
-
Tebjan Halm authored
Added Icarrere suggestion
-
EricOuellet authored
-
- 05 Dec, 2014 2 commits
-
-
Tebjan Halm authored
SvgDocument.Draw support different bitmap size as svg default size
-
EricOuellet authored
-
- 13 Oct, 2014 2 commits
-
-
Tebjan Halm authored
Serialization Bug Fixes
-
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.
-
- 06 Oct, 2014 1 commit
-
-
tebjan authored
-
- 03 Oct, 2014 1 commit
-
-
tebjan authored
-
- 02 Oct, 2014 5 commits
-
-
tebjan authored
-
tebjan authored
-
Tebjan Halm authored
Revert "changed the default MatrixOrder to Prepend (instead of Append)"
-
Tebjan Halm authored
-
Tebjan Halm authored
changed the default MatrixOrder to Prepend (instead of Append)
-
- 01 Oct, 2014 1 commit
-
-
Tebjan Halm authored
fixed NullReferenceException when _styles is not set
-
- 30 Sep, 2014 5 commits
-
-
Markus Mayer authored
fixed NullReferenceException in TryGetAttribute when _styles dictionary is not set to a valid reference
-
Markus Mayer authored
-
Tebjan Halm authored
fixed invalid font size unit comparison
-
Markus Mayer authored
-
Markus Mayer authored
-
- 26 Sep, 2014 3 commits
-
-
Tebjan Halm authored
Revert "Performance Improvement"
-
Tebjan Halm authored
-
Tebjan Halm authored
Performance Improvement
-
- 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 7 commits
-
-
Tebjan Halm authored
Fix for null path
-
Ritch Melton authored
-
Ritch Melton authored
-
Ritch Melton authored
-
Ritch Melton authored
-
Tebjan Halm authored
External CSS Option for SVGDocument
-
Tebjan Halm authored
Initial Filter, Svg Font, and Text on a Path Support
-
- 15 Sep, 2014 3 commits
-
-
Ritch Melton authored
-
Ritch Melton authored
-
Ritch Melton authored
-
- 14 Sep, 2014 1 commit
-
-
sschurig authored
Added External Cascading Style Sheet Option to SVGDocument.
-
- 25 Aug, 2014 1 commit
-
-
Eric Domke authored
- Improving rendering of SVG images - Allow markers on lines, polygons, and polylines - Implement different line joins and line caps - Improve CSS handling
-
- 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 2 commits
-
-
Eric Domke authored
-
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
-