Outline fixup of straight-bar six and nine

This commit is contained in:
be5invis 2020-07-28 18:39:27 -07:00
parent 0a02ad0cf7
commit ba8422c4ee
3 changed files with 4 additions and 4 deletions

View file

@ -143,7 +143,7 @@ class FairizedShapeSink {
this.lastContour.push(z);
}
arcTo(arc, x, y) {
const offPoints = TypoGeom.Quadify.auto(arc, CurveUtil.GEOMETRY_PRECISION);
const offPoints = TypoGeom.Quadify.auto(arc, 1, 16);
if (offPoints) {
for (const z of offPoints)
this.lastContour.push(Point.offFrom(z).round(CurveUtil.RECIP_GEOMETRY_PRECISION));