- 22 Dec, 2018 1 commit
-
-
Vadim Zaslavsky authored
-
- 21 Dec, 2018 1 commit
-
-
mrbean-bremen authored
- found by @Seairth - fixes #108
-
- 20 Dec, 2018 5 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
-
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 3 commits
-
-
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 6 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
-
Fessen authored
Fix fill usage by passing Color.Transparent color
-
Hayk authored
-
- 20 Apr, 2017 1 commit
-
-
Emmanuel authored
-
- 28 Mar, 2017 1 commit
-
-
Alex Sherman authored
-
- 25 Mar, 2017 1 commit
-
-
mrbean-bremen authored
- show description for W3C tests
-
- 19 Mar, 2017 2 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
-
- 13 Mar, 2017 1 commit
-
-
MatthewDiamond authored
-
- 12 Mar, 2017 1 commit
-
-
mrbean-bremen authored
- caused regression
-
- 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
-
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 1 commit
-
-
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 1 commit
-
-
MatthewDiamond authored
-
- 25 Feb, 2017 1 commit
-
-
mrbean-bremen authored
-
- 23 Feb, 2017 1 commit
-
-
mrbean-bremen authored
see #281
-
- 06 Jan, 2017 1 commit
-
-
Vogelbacher Andreas authored
1. Added XML Header, this is conform according to https://www.w3.org/TR/SVG/struct.html 2. Added support for removing Byte Order Mark (BOM), this needed in some cases, eg. if the SVG is used as SSI (Server Side Include) in IIS (Internet Information Server).
-
- 28 Dec, 2016 1 commit
-
-
Tebjan Halm authored
-
- 18 Nov, 2016 3 commits
-
-
sovietmagic authored
SvgTextBase Text property setter resets Node collection to have single content node with provided text.
-
sovietmagic authored
These shapes now render their fill, even if StrokeWidth less or equals zero.
-
sovietmagic authored
RenderStroke method won't render the stroke if StrokeWidth is less or equal zero.
-