- 20 Dec, 2018 1 commit
-
-
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
-
- 02 May, 2017 1 commit
-
-
Tebjan Halm authored
Fix rendering error on 64 bit IIS, ColorBlend position must be betwee…
-
- 20 Apr, 2017 1 commit
-
-
Emmanuel authored
-
- 28 Mar, 2017 3 commits
-
-
Tebjan Halm authored
Fix scaling of Draw(width, height)
-
Tebjan Halm authored
Test runner: minor GUI improvements
-
Alex Sherman authored
-
- 26 Mar, 2017 2 commits
-
-
mrbean-bremen authored
- moved passing/failed/other tests into separate tabs - removed functionless menu - changed title
-
Tebjan Halm authored
Added test description in test runner
-
- 25 Mar, 2017 5 commits
-
-
mrbean-bremen authored
- show description for W3C tests
-
Tebjan Halm authored
Add a text copy of the Ms-PL and update Markdown formatting
-
Tebjan Halm authored
Fixed inheritance of text-anchor and baseline-shift attributes
-
Roger authored
-
Roger authored
-
- 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
-
- 13 Mar, 2017 3 commits
-
-
Tebjan Halm authored
Found better solution to SvgClosePathSegment tested with Tiger.
-
Tebjan Halm authored
Reverted unneeded part of previous fix
-
MatthewDiamond authored
-
- 12 Mar, 2017 3 commits
-
-
mrbean-bremen authored
- caused regression
-
Tebjan Halm authored
Prevent crashes on zero length segments or paths
-
Tebjan Halm authored
Correctly handle embedded SVG fragments without viewbox
-
- 11 Mar, 2017 1 commit
-
-
mrbean-bremen authored
- fixes __tiger.svg test image
-
- 10 Mar, 2017 2 commits
-
-
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
-
Tebjan Halm authored
Use Hidden as default SvgOverflow value
-