-
Notifications
You must be signed in to change notification settings - Fork 561
Macaw SVG Support
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.
Tests passed (%, absolute value): 15.7389635317,82
Tests failed (%, absolute value): 84.2610364683,439
Tests failed to parse (%, absolute value): 28.7907869482,150
Total amount of tests: 521