Improve Cedilla placement and connection in T-Cedilla (#737).

This commit is contained in:
be5invis 2020-11-15 11:01:22 -08:00
parent 515a3d25af
commit 1425bc750e
3 changed files with 48 additions and 12 deletions

View file

@ -229,6 +229,10 @@ module.exports = class Glyph {
];
rankSet.add(this);
}
clearGeometry() {
this.contours = [];
this.semanticInclusions = [];
}
// Anchors
setBaseAnchor(id, x, y) {