- 04 Feb, 2019 1 commit
-
-
peracto authored
* use element applies referenced viewBox scaling * created FontManager
-
- 03 Feb, 2019 1 commit
-
-
mrbean-bremen authored
- prevents crash, fixes #223
-
- 27 Jan, 2019 3 commits
-
-
mrbean-bremen authored
- fixes W3C example painting-marker-04-f.svg
-
mrbean-bremen authored
- transformations in the marker drawing element have been ignored - fixes #215
-
mrbean-bremen authored
- fixed stroke and fill color (taken from marker or from included path) - added missing scaling for markerUnits="strokeWidth" - fixed initial value of "orient" to be "0" - fixes 2 of the W3C tests
-
- 24 Jan, 2019 1 commit
-
-
mrbean-bremen authored
- removed debug break in marker end test that made it very slow - added link to release notes in Wiki
-
- 21 Jan, 2019 1 commit
-
-
mrbean-bremen authored
- fixes #342
-
- 15 Jan, 2019 1 commit
-
-
mrbean-bremen authored
- added failing test for #318
-
- 06 Jan, 2019 1 commit
-
-
mrbean-bremen authored
- set correct default for fill/stroke unset color - fixes #398
-
- 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
-
- 30 Dec, 2018 2 commits
-
-
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 1 commit
-
-
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
-
- 25 Dec, 2018 1 commit
-
-
mrbean-bremen authored
- added a few of them to passing image comparson tests
-
- 20 Dec, 2018 1 commit
-
-
mrbean-bremen authored
- ignore elements with recursive references - fixes stack overflow for test image struct-use-12-f.svg
-
- 19 Dec, 2018 1 commit
-
-
H1Gdev authored
- ignore textLength attribute if X attribute is list - add test images
-
- 18 Dec, 2018 1 commit
-
-
H1Gdev authored
- Fix: adjustment is wrong in lengthAdjust='spacingAndGlyphs'. - Add test images.
-
- 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
-
- 10 Mar, 2017 1 commit
-
-
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
-
- 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 Nov, 2016 2 commits
- 21 Aug, 2015 1 commit
-
-
tebjan authored
-
- 21 Jul, 2015 1 commit
-
-
tebjan authored
-
- 03 Apr, 2015 1 commit
-
-
Josh McCullough authored
-
- 13 Oct, 2014 1 commit
-
-
Eric Domke authored
More serialization bug fixes and better fallback for font definition problems.
-
- 25 Aug, 2014 1 commit
-
-
Eric Domke authored
- Improving rendering of SVG images - Allow markers on lines, polygons, and polylines - Implement different line joins and line caps - Improve CSS handling
-
- 23 Aug, 2014 1 commit
-
-
Eric Domke authored
- Better parser for dealing with parsing edge cases - Fix corner radius for rectangles - Fix to gradients. Most tests now pass - Add the possibility for a fallback paint server - Initial fixes to clipping - Start marking passed test - Fixes to pattern rendering
-
- 17 Aug, 2014 1 commit
-
-
Eric Domke authored
- Extraction interface for SvgRenderer - Initial support for Text on a Path - Initial support for Svg Fonts - Support for symbol element - Minor bug fixes with image pattern rendering - Additional support for Text whitespace modes
-
- 04 Aug, 2014 1 commit
-
-
Eric Domke authored
- Adding W3C test cases and a test fixture - Fixed support for CSS stylesheets (particularly when class names are referenced) - Refactoring unit calculations so that percentages and fractions calculate more accurately - SvgImage: - Support PreserveAspectRatio attribute - Support for referencing svg images - Refactored text rendering to use the AttributeCollection inheritance scheme - Initial attempt at 'ex' unit support - Added support for system color names - Changed parsing of entities to support XML entities - Supporting loading of a svg document directly from a XmlDocument with requiring serializing the document as a string first. - ...
-