- 17 Dec, 2018 7 commits
-
-
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 3 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
-
mrbean-bremen authored
- changes behavior to be as described in this file and in the W3C test masking-path-03-b - fixes that test - this has been a regression after removing the unconditional clip box for every view box, (see #279)
-
- 07 Mar, 2017 4 commits
-
-
Tebjan Halm authored
Fixed PushTransform for SvgUse
-
Tebjan Halm authored
Do not create a clip region for view box
-
Tebjan Halm authored
Allow relative paths for image URLs
-
mrbean-bremen authored
- fixed matrix order (Prepend instead of Append) - fixes #64 (see __issue-064-01.svg and __issue-064-02.svg) - fixes test for struct-use-03-t.svg
-
- 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
-
- 02 Mar, 2017 2 commits
-
-
Tebjan Halm authored
Added array caching to AddToPath for a significant performance increase.
-
MatthewDiamond authored
-