- 18 Dec, 2015 1 commit
-
-
operatoroverload@atstn.com authored
-
- 01 Oct, 2015 1 commit
-
-
drbassett authored
The rectangle path width/height was computed using the full stroke width. It should have been using the half stroke width instead.
-
- 18 Sep, 2015 1 commit
-
-
ubbn authored
-
- 17 Sep, 2015 2 commits
- 04 Sep, 2015 1 commit
-
-
ubbn authored
Fix #185: Multiline text is not rendered. Tspan is nested/child element to text element and it was not considered for path
-
- 26 Aug, 2015 1 commit
-
-
Gertjan van Heertum authored
Fixed problems when running in multiple threads. The use of a static matrix and the use of StringFormat.GenericTypographic seemed to cause problems when used in multi-threading. This is resolved by making the matrix non static and use a copy of the StringFormat. Also created a new exception for memory overflows. When using multithreading to render a large amount of big images the bitmap creation can fail (due to memory allocation) throwing an error. This is now caught and a specific exception is thrown.
-
- 21 Aug, 2015 1 commit
-
-
tebjan authored
-
- 20 Aug, 2015 3 commits
-
-
Gertjan van Heertum authored
-
Gertjan van Heertum authored
-
Gertjan van Heertum authored
Extended the Marker start/mid/end getters with a function to return null if the property was set to none. This will prevent nullpointer issues when having none as one of the items.
-
- 19 Aug, 2015 1 commit
-
-
ubbn authored
-
- 29 Jul, 2015 2 commits
- 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
-