Outline fixup of straight-bar six and nine
This commit is contained in:
parent
0a02ad0cf7
commit
ba8422c4ee
3 changed files with 4 additions and 4 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue