- 20 Jan, 2019 1 commit
-
-
Marcelo Bezerra authored
- This build supports targeting .Net Framework 4.0 and .Netstandard2.0 allowing use of Svg library by .Net core apps. - Solution can be built using Visual Studio 2017 Preview and .Net Core 2.0 Preview 2+
-
- 13 Jan, 2019 1 commit
-
-
mrbean-bremen authored
- fixes #331
-
- 08 Jan, 2019 2 commits
-
-
https://github.com/vvvv/SVGtebjan authored
-
tebjan authored
-
- 06 Jan, 2019 2 commits
-
-
mrbean-bremen authored
- fixes #323 (caused crash)
-
mrbean-bremen authored
- set correct default for fill/stroke unset color - fixes #398
-
- 05 Jan, 2019 1 commit
-
-
tebjan authored
-
- 02 Jan, 2019 1 commit
-
-
mrbean-bremen authored
- fixes #191
-
- 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
-
- 31 Dec, 2018 1 commit
-
-
heindlalex authored
the recently introduced optional size parameter is causing incompatibilities with our C++ application.
-
- 30 Dec, 2018 4 commits
-
-
heindlalex authored
Unit Calculation: add spaces between operatores, remove obsolete default branch in switch statement. bug fix #338
-
heindlalex authored
-
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 2 commits
-
-
mrbean-bremen authored
- could break the functionality if writing is not possible in root - see #372
-
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
-
- 27 Dec, 2018 3 commits
-
-
mrbean-bremen authored
- see #384
-
H1Gdev authored
-
H1Gdev authored
-
- 25 Dec, 2018 1 commit
-
-
mrbean-bremen authored
- added a few of them to passing image comparson tests
-
- 24 Dec, 2018 1 commit
-
-
mrbean-bremen authored
- added image broken by regression to tests (__Flag_of_the_United_States) - added some passing issue specific tests to image comparison tests
-
- 22 Dec, 2018 4 commits
-
-
mrbean-bremen authored
- first try for a matching comparison test - compares down-scaled gray-scale images pixel-wise - see #378
-
Vadim Zaslavsky authored
-
Vadim Zaslavsky authored
See ExCSS pull request #62: https://github.com/TylerBrinks/ExCSS/pull/62
-
Vadim Zaslavsky authored
-
- 21 Dec, 2018 1 commit
-
-
mrbean-bremen authored
- found by @Seairth - fixes #108
-
- 20 Dec, 2018 6 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
-
H1Gdev authored
- Catch exceptions in event handler.
-
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.
-