Improve Cedilla placement and connection in T-Cedilla (#737).
This commit is contained in:
parent
515a3d25af
commit
1425bc750e
3 changed files with 48 additions and 12 deletions
|
@ -229,6 +229,10 @@ module.exports = class Glyph {
|
|||
];
|
||||
rankSet.add(this);
|
||||
}
|
||||
clearGeometry() {
|
||||
this.contours = [];
|
||||
this.semanticInclusions = [];
|
||||
}
|
||||
|
||||
// Anchors
|
||||
setBaseAnchor(id, x, y) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue