- 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
-
- 31 Dec, 2018 1 commit
-
-
heindlalex authored
the recently introduced optional size parameter is causing incompatibilities with our C++ application.
-
- 30 Dec, 2018 4 commits
-
-
heindlalex authored
Unit Calculation: add spaces between operatores, remove obsolete default branch in switch statement. bug fix #338
-
heindlalex authored
-
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 2 commits
-
-
mrbean-bremen authored
- could break the functionality if writing is not possible in root - see #372
-
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
-
- 27 Dec, 2018 3 commits
-
-
mrbean-bremen authored
- see #384
-
H1Gdev authored
-
H1Gdev authored
-
- 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 4 commits
-
-
mrbean-bremen authored
- first try for a matching comparison test - compares down-scaled gray-scale images pixel-wise - see #378
-
Vadim Zaslavsky authored
-
Vadim Zaslavsky authored
See ExCSS pull request #62: https://github.com/TylerBrinks/ExCSS/pull/62
-
Vadim Zaslavsky authored
-
- 21 Dec, 2018 1 commit
-
-
mrbean-bremen authored
- found by @Seairth - fixes #108
-
- 20 Dec, 2018 6 commits
-
-
mrbean-bremen authored
- ignore elements with recursive references - fixes stack overflow for test image struct-use-12-f.svg
-
Fr33dan authored
-
Fr33dan authored
-
Fr33dan authored
-
H1Gdev authored
- Catch exceptions in event handler.
-
mrbean-bremen authored
- originally provided by @ssteiger in #316
-
- 19 Dec, 2018 3 commits
-
-
mrbean-bremen authored
- fixes TestPrivateFront unit test (threw exception because the image had zero size, as the only element is a "use" element)
-
mul82 authored
- vertical graphics context resolution has been used incosistently which leads to wrongly positioned texts when printing
-
H1Gdev authored
- ignore textLength attribute if X attribute is list - add test images
-
- 18 Dec, 2018 4 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
-
Claus Andersen authored
-
H1Gdev authored
- Fix: adjustment is wrong in lengthAdjust='spacingAndGlyphs'. - Add test images.
-
- 17 Dec, 2018 8 commits
-
-
Pope Kim authored
fixed SvgAttrribute reflection for .net core. (i guess Equals() function is called instead of Match() on this platform?)
-
H1Gdev authored
In <image> element, preserveAspectRatio attribute default value is 'xMidYMid meet'. https://www.w3.org/TR/SVG11/coords.html#PreserveAspectRatioAttribute
-
Hein Htat authored
-
Vitaly Derbin authored
# image opacity fix
-
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.
-
Fessen authored
Fix fill usage by passing Color.Transparent color
-
Hayk authored
Fixed inproper use of UTF8Encoding. As it was written before, UTF8Encoding.Default actually returns base class static property Encoding.Default which is system's default ANSI code-page based encoding that is not UTF8.
-
Hayk authored
-