From 2e38e66f147de1d0650d1d514b7ebeeea9621e10 Mon Sep 17 00:00:00 2001 From: jaseg Date: Fri, 4 Jun 2021 23:29:38 +0200 Subject: Update comment on join discrepancies --- svg-flatten/src/test/svg_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = { -- cgit