- 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 2 commits
-
-
heindlalex authored
Fix issue with percentage unit in "stroke-width", now taken from the viewbox width/height normalised diagonale for x/y elements e.g. circle Test images and svg under #338
-
mrbean-bremen authored
- fixes #58
-
- 29 Dec, 2018 1 commit
-
-
heindlalex authored
Fix Issue #385, using TextBounds.Width rather than path bounds to ensure proper font alignment for "middle" and "end" - see also "text-align-03-b"
-
- 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
-
- 20 Dec, 2018 1 commit
-
-
mrbean-bremen authored
- ignore elements with recursive references - fixes stack overflow for test image struct-use-12-f.svg
-
- 19 Dec, 2018 1 commit
-
-
H1Gdev authored
- ignore textLength attribute if X attribute is list - add test images
-
- 18 Dec, 2018 3 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
-
H1Gdev authored
- Fix: adjustment is wrong in lengthAdjust='spacingAndGlyphs'. - Add test images.
-
- 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.
-
- 26 Mar, 2017 1 commit
-
-
mrbean-bremen authored
- moved passing/failed/other tests into separate tabs - removed functionless menu - changed title
-
- 25 Mar, 2017 1 commit
-
-
mrbean-bremen authored
- show description for W3C tests
-
- 19 Mar, 2017 3 commits
-
-
mrbean-bremen authored
- fixes text-text-12-t.svg
-
mrbean-bremen authored
- use GetInheritedAttribute() to correctly handle "Inherit" value - fixes inheritance of these attributes from groups - fixes alignment in types-basic-01-f.svg test
-
mrbean-bremen authored
- ensures that #243 is fixed
-
- 10 Mar, 2017 1 commit
-
-
mrbean-bremen authored
- calculate svg element bounds considering child svg fragments - consider svg fragment offset in bounds / dimensions - do not create view box if none is defined - fixes #244
-
- 04 Mar, 2017 1 commit
-
-
mrbean-bremen authored
- relative URL have not been loaded (example: masking-path-06-b.svg in test data) - Updated passing tests (note: not all changes are related to the current fix)
-
- 03 Mar, 2017 1 commit
-
-
mrbean-bremen authored
- a view box does not need a clip region, this breaks the overflow handling - overflow handling: handle overflow attribut "Inherit" as Visible and "Scroll" as Hidden as per W3C documentation - fixes #279
-
- 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.
-
- 02 Nov, 2016 2 commits
- 14 Sep, 2016 1 commit
-
-
sovietmagic authored
-
- 22 May, 2016 1 commit
-
-
Andreas Niedermair authored
-
- 09 May, 2016 1 commit
-
-
tebjan 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
-
- 06 Jan, 2016 1 commit
-
-
tebjan authored
-
- 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
-