- 16 Feb, 2019 1 commit
-
-
mrbean-bremen authored
- fixes styles written as invalid properties - fixes part of #129 (issues 2 an 3), added test images
-
- 10 Feb, 2019 1 commit
-
-
mrbean-bremen authored
- conforms to CSS specs - use default value if value is empty - fixes #318
-
- 04 Feb, 2019 1 commit
-
-
peracto authored
* use element applies referenced viewBox scaling * created FontManager
-
- 03 Feb, 2019 1 commit
-
-
mrbean-bremen authored
- prevents crash, fixes #223
-
- 27 Jan, 2019 4 commits
-
-
mrbean-bremen authored
- fixes W3C example painting-marker-04-f.svg
-
mrbean-bremen authored
- transformations in the marker drawing element have been ignored - fixes #215
-
mrbean-bremen authored
- fixed stroke and fill color (taken from marker or from included path) - added missing scaling for markerUnits="strokeWidth" - fixed initial value of "orient" to be "0" - fixes 2 of the W3C tests
-
mrbean-bremen authored
- handle markers on paths with successive equal points (fixing drawing of __issue-345-01.svg)
-
- 24 Jan, 2019 2 commits
-
-
mrbean-bremen authored
- removed debug break in marker end test that made it very slow - added link to release notes in Wiki
-
Vadim authored
* Repair calculate a percentage value * Add percentage size tests
-
- 21 Jan, 2019 1 commit
-
-
mrbean-bremen authored
- fixes #342
-
- 19 Jan, 2019 1 commit
-
-
Matt Schneeberger authored
-
- 15 Jan, 2019 1 commit
-
-
mrbean-bremen authored
- added failing test for #318
-
- 13 Jan, 2019 1 commit
-
-
mrbean-bremen authored
- fixes #331
-
- 06 Jan, 2019 1 commit
-
-
mrbean-bremen authored
- set correct default for fill/stroke unset color - fixes #398
-
- 02 Jan, 2019 1 commit
-
-
mrbean-bremen authored
- fixes #191
-
- 01 Jan, 2019 1 commit
-
-
mrbean-bremen authored
- added test image for new issue - all passing W3C images shall now correctly be shown in passing tab
-
- 30 Dec, 2018 1 commit
-
-
mrbean-bremen authored
- fixes #58
-
- 28 Dec, 2018 1 commit
-
-
heindlalex authored
- added "stroke-dashoffset" support - added "painting-stroke-04-t" to "PassingTests" (csv/txt) - fixes #388
-
- 25 Dec, 2018 1 commit
-
-
mrbean-bremen authored
- added a few of them to passing image comparson tests
-
- 24 Dec, 2018 1 commit
-
-
mrbean-bremen authored
- added image broken by regression to tests (__Flag_of_the_United_States) - added some passing issue specific tests to image comparison tests
-
- 22 Dec, 2018 1 commit
-
-
mrbean-bremen authored
- first try for a matching comparison test - compares down-scaled gray-scale images pixel-wise - see #378
-
- 18 Dec, 2018 2 commits
-
-
mrbean-bremen authored
- fixed a few other tests by using the Svg DTD Resolver to avoid web requests
-
mrbean-bremen authored
- suppress warning CS1591: Missing XML comment for publicly visible type or member to avoid to overflow the build log with warnings - fixed the rest of the documentation warnings in SVG project - ignore all failing tests for the time being
-
- 17 Dec, 2018 1 commit
-
-
Gertjan van Heertum authored
Updated threading tests to use the resource file, updated the file loader in the test helper to be flagged as obsolete and changed the working of the multi-threading fail test since this is not always failing with the error while processing the SVG. If it's not failing now it will be flagged inconclusive.
-
- 28 Feb, 2017 1 commit
-
-
mrbean-bremen authored
- accidentally committed version with incorrect expected values
-
- 25 Feb, 2017 1 commit
-
-
mrbean-bremen authored
-
- 18 Nov, 2016 1 commit
-
-
sovietmagic authored
SvgTextBase Text property setter resets Node collection to have single content node with provided text.
-
- 14 Nov, 2016 1 commit
-
-
Marco Stroppel authored
Added a test with a SvgText element where the whole text element was not written to XML of a deep copy of the SvgDocument.
-
- 14 Sep, 2016 1 commit
-
-
sovietmagic authored
-
- 22 May, 2016 1 commit
-
-
Andreas Niedermair authored
-
- 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
-
- 04 Jan, 2016 1 commit
-
-
HeinrichAD authored
Unit Test Expected Size correction with same buffer like in Unit Test MultiThreadingTest. Add image comparer.
-
- 03 Jan, 2016 1 commit
-
-
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 3 commits
-
-
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.
-
- 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.
-
- 17 Sep, 2015 1 commit
-
-
tebjan authored
-