Skip to content
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%.

Macaw 0.9.0 Results

Name Percentage (%) Absolute Value
Total amount of tests 100 521
Tests passed 15.74 82
Tests failed 84.26 439
Tests failed to parse 28.79 150
Clone this wiki locally