[interpolatable] Reduce kinkiness default
Also don't update legend for kinks yet, to minimize diffs while I regenerate reports.
This commit is contained in:
parent
d95b5c382f
commit
574add6a6c
@ -25,7 +25,7 @@ import logging
|
||||
log = logging.getLogger("fontTools.varLib.interpolatable")
|
||||
|
||||
DEFAULT_TOLERANCE = 0.95
|
||||
DEFAULT_KINKINESS = 1
|
||||
DEFAULT_KINKINESS = .5
|
||||
DEFAULT_UPEM = 1000
|
||||
DEFAULT_MIN_KINK_LENGTH = 0.01
|
||||
|
||||
|
@ -248,6 +248,7 @@ class InterpolatablePlot:
|
||||
cr.fill()
|
||||
y -= self.pad + self.line_height
|
||||
|
||||
"""
|
||||
self.draw_label("Point causing kink in the contour", x=xxx, y=y, width=width)
|
||||
self.draw_circle(
|
||||
cr,
|
||||
@ -257,6 +258,7 @@ class InterpolatablePlot:
|
||||
color=self.kink_point_color,
|
||||
)
|
||||
y -= self.pad + self.line_height
|
||||
"""
|
||||
|
||||
self.draw_label("Suggested new contour start point", x=xxx, y=y, width=width)
|
||||
self.draw_circle(
|
||||
|
Loading…
x
Reference in New Issue
Block a user