- 27 Dec, 2015 2 commits
-
-
HeinrichAD authored
Based on Issue #204. Now users can add customer fonts/ private fonts to SvgElement.PrivateFonts. Unit Test: Add Test: PrivateFontsTest Add Resources from PrivateFontsTest. Add SvgTestHelper Change MultiThreadingTest, now based on SvgTestHelper to use shared code (no code duplication) Note: MuliThreadingTest TestFile is not available. The vvvv/master should add the test file to the resources or other developer can not test the svg engine.
-
HeinrichAD authored
Load an attribute only once if possible.
-
- 25 Dec, 2015 2 commits
-
-
HeinrichAD authored
Update to fix Draw(Height,Width) overload #211 by OperatorOverload Pull Request from master
-
HeinrichAD authored
Split by comma, remove space in the end #209 by ifcwebapp Pull Request from master
-
- 22 Dec, 2015 1 commit
-
-
HeinrichAD authored
-
- 21 Dec, 2015 1 commit
-
-
HeinrichAD authored
Add: SvgShapeRendering, SvgTextRendering and SvgImageRendering in SvgAttributeCollection.IsInheritValue
-
- 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.
-
- 10 Nov, 2015 3 commits
-
-
Tebjan Halm authored
Fix calculation of rectangle path
-
Tebjan Halm authored
Fix #176: Blurry text when overlapped with colored background
-
Tebjan Halm authored
W3CTTestRunner: Added a console log at the bottom to avoid annoying m…
-
- 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 5 commits
-
-
Emanuele Sabetta authored
W3CTTestRunner: Added a console log at the bottom to avoid annoying message boxes popups and to have a log to copy with a contextual menu to easily report errors.
-
tebjan authored
-
tebjan authored
-
tebjan authored
-
Tebjan Halm authored
W3CTestRunner: Added the code to infer the right directory separator …
-
- 06 Sep, 2015 2 commits
-
-
Emanuele Sabetta authored
W3CTestRunner: Added the code to infer the right directory separator for the current OS. Now doesn't crash anymore on Mac OSX.
-
Tebjan Halm authored
Fix #185: Multiline text is not rendered.
-
- 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
-
- 28 Aug, 2015 1 commit
-
-
Tebjan Halm authored
Fixed problems when running in multiple threads
-
- 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 5 commits
-
-
Tebjan Halm authored
Fix to #173: Sub elements in group element are not rendered
-
Tebjan Halm authored
Extended the Marker start/mid/end getters to return null if none
-
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
-
- 07 Aug, 2015 1 commit
-
-
Tebjan Halm authored
Added new Draw method
-
- 29 Jul, 2015 2 commits
- 28 Jul, 2015 3 commits
- 27 Jul, 2015 2 commits
- 21 Jul, 2015 3 commits
-
-
tebjan authored
-
Tebjan Halm authored
Infinite loop in SvgRadialGradientServer CalcScale
-
Tebjan Halm authored
Fixed viewbox transaltion when altering the aspect ratio
-