-
Notifications
You must be signed in to change notification settings - Fork 561
Macaw SVG Support
Yuriy Kashnikov edited this page Sep 29, 2017
·
22 revisions
Macaw is able to correctly parse, render and serialize 71% (371 out of 521) of tests from SVG 1.1 Second Edition Test Suite. At the same time Macaw failed to parse (usually), render or serialize 150 tests from SVG 1.1 test suite, for details see section Failing Tests.
We processed SVG 1.1 test suite with Macaw, parsed and serialized into new SVG files, then converted these new SVG files and reference SVG into PNGs and compared them with ImageMagick. To convert from SVG we used Google Chrome in both cases and defined it to be a reference/baseline renderer.
Test PASSES only if Diff value is less than 6%. With this threshold 15% (82 out of 521) of tests pass.
Name | Percentage | Absolute Value (%) |
---|---|---|
Total amount of tests | 100 | 521 |
Tests passed | 15.7389635317 | 82 |
Tests failed | 84.2610364683 | 439 |
Tests failed to parse | 28.7907869482 | 150 |