diff options
author | jaseg <git@jaseg.de> | 2021-06-04 23:29:38 +0200 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2021-06-04 23:29:38 +0200 |
commit | 2e38e66f147de1d0650d1d514b7ebeeea9621e10 (patch) | |
tree | be4c89cc87da0bc221f0d3149e2daf2cdf20395d /svg-flatten/src | |
parent | 61887e9ee1a108c26cdd4b2d67fc4095d62b6e9d (diff) | |
download | gerbolyze-2e38e66f147de1d0650d1d514b7ebeeea9621e10.tar.gz gerbolyze-2e38e66f147de1d0650d1d514b7ebeeea9621e10.tar.bz2 gerbolyze-2e38e66f147de1d0650d1d514b7ebeeea9621e10.zip |
Update comment on join discrepancies
Diffstat (limited to 'svg-flatten/src')
-rw-r--r-- | svg-flatten/src/test/svg_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svg-flatten/src/test/svg_tests.py b/svg-flatten/src/test/svg_tests.py index 48ee8fd..7f1adb0 100644 --- a/svg-flatten/src/test/svg_tests.py +++ b/svg-flatten/src/test/svg_tests.py @@ -45,7 +45,7 @@ class SVGRoundTripTests(unittest.TestCase): # Our stroke join test shows a discrepancy in miter handling between resvg and gerbolyze. Gerbolyze's miter join is # the one from Clipper, which unfortunately cannot be configured. resvg uses one looking like that from the SVG 2 # spec. Gerbolyze's join is legal by the 1.1 spec since this spec does not explicitly define the miter offset. It - # only contains a blurry picture, and that picture looks like what gerbolyze produces. + # only contains an unclear picture, and that picture looks approximately like what gerbolyze produces. test_mean_default = 0.02 test_mean_overrides = { |