- 24 May, 2016 3 commits
-
-
tebjan authored
-
Tebjan Halm authored
made SvgImage.GetImage public
-
Tebjan Halm authored
fixed SvgImage.GetImage
-
- 22 May, 2016 6 commits
-
-
Andreas Niedermair authored
-
Andreas Niedermair authored
-
Andreas Niedermair authored
-
Andreas Niedermair authored
-
Andreas Niedermair authored
-
Andreas Niedermair authored
-
- 09 May, 2016 4 commits
-
-
tebjan authored
-
Tebjan Halm authored
[bugfix] now pattern reads proper transform named "patternTransform"
-
Tebjan Halm authored
changed rounding behavior of float to int color conversion from floor() to round()
-
Tebjan Halm authored
Issue 225 - Image with large embedded image fails to render
-
- 30 Apr, 2016 2 commits
-
-
Pope Kim authored
reference: https://developer.mozilla.org/en-US/docs/Web/SVG/Element/pattern
-
Pope Kim authored
This is huge especially for the low values because human eyes distinguish darker colors much better.
-
- 19 Apr, 2016 1 commit
-
-
AKH authored
- Changed SvgImage.Href property from Uri type to String to avoid UriFormatException if Uri contains too much data - Changed GetImage to receive a string instead of Uri object. - Created a temp Uri object in method with substring of allowed length and using this to determine Uri characteristics
-
- 06 Jan, 2016 2 commits
-
-
tebjan authored
-
Tebjan Halm authored
CurrentCulture Fix; SVG Viewer NullReferenceException fix; Little Maker rendering fix; Some optimization; Add "shape-rendering" support; Add "customer/ private fonts" support
-
- 04 Jan, 2016 4 commits
-
-
HeinrichAD authored
Unit Test Expected Size correction with same buffer like in Unit Test MultiThreadingTest. Add image comparer.
-
HeinrichAD authored
# Conflicts: # Source/SvgDocument.cs
-
HeinrichAD authored
Documentation reference.
-
HeinrichAD authored
- change separator - add documentation reference to separator changing - remove and sort usings
-
- 03 Jan, 2016 2 commits
-
-
Tebjan Halm authored
Update to fix Draw(Height,Width) overload
-
HeinrichAD authored
As long as the functions AdjustForViewBoxWidth and AdjustForViewBoxHeight are not fully developed pay attention that the ViewBox width and height will not mismatch the positions of the marker element then one of them are zero. This changes are based on Issue #212 from mater. Add: Quick solution to avoid ViewBox width or height zero calculation. Add: UnitTests
-
- 28 Dec, 2015 1 commit
-
-
HeinrichAD authored
Create metafile rendering Unit Test based on Issue #210 from master.
-
- 27 Dec, 2015 5 commits
-
-
HeinrichAD authored
A NullReferenceException occurred when the SVG XML will be loaded over the textbox. The reason is that in this case the svgDoc.BaseUri is null.
-
HeinrichAD authored
This reverts commit a7097113.
-
HeinrichAD authored
This reverts commit 480a54d8.
-
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.
-
- 18 Dec, 2015 1 commit
-
-
operatoroverload@atstn.com authored
-
- 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.
-