- 13 Mar, 2017 1 commit
-
-
Tebjan Halm authored
Reverted unneeded part of previous fix
-
- 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
-
- 28 Feb, 2017 2 commits
-
-
Tebjan Halm authored
Fixed BoundsTest
-
mrbean-bremen authored
- accidentally committed version with incorrect expected values
-
- 25 Feb, 2017 2 commits
-
-
Tebjan Halm authored
Add transform to bounds calculation in path based objects
-
mrbean-bremen authored
-
- 23 Feb, 2017 1 commit
-
-
mrbean-bremen authored
see #281
-
- 12 Jan, 2017 2 commits
-
-
Tebjan Halm authored
link fix in readme
-
Tebjan Halm authored
added chordious
-
- 06 Jan, 2017 5 commits
-
-
Tebjan Halm authored
-
Tebjan Halm authored
-
Tebjan Halm authored
-
Tebjan Halm authored
add XML header and support for disabling the BOM in SvgDocument.cs
-
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 2 commits
-
-
Tebjan Halm authored
Revert "Fix #176: Blurry text when overlapped with colored background"
-
Tebjan Halm authored
-
- 19 Nov, 2016 1 commit
-
-
Tebjan Halm authored
Proper SvgTextBase.Text property setter behaviour
-
- 18 Nov, 2016 4 commits
-
-
sovietmagic authored
SvgTextBase Text property setter resets Node collection to have single content node with provided text.
-
Tebjan Halm authored
Circle, ellipse, polygon and rectangle render correctly when their stroke-width is set to zero
-
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.
-
- 17 Nov, 2016 5 commits
-
-
Tebjan Halm authored
Copy the nodes of a SvgElement when creating a deep copy.
-
Tebjan Halm authored
Nested svg areas are misplaced or invisible
-
Tebjan Halm authored
SvgPointCollection ToString method fix
-
Tebjan Halm authored
Fix fill-opacity/stroke-opacity wrongly inheriting from opacity when …
-
Tebjan Halm authored
Fix stack overflow exception for em font-size value type
-