2
0

fix duble

This commit is contained in:
2026-04-03 13:00:00 +09:00
parent d558a2c821
commit f85060265d
3 changed files with 3 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -56,7 +56,10 @@ for g in ['a', 'i']:
target_w = glyph.width target_w = glyph.width
glyph.clear() glyph.clear()
glyph.importOutlines(svg) glyph.importOutlines(svg)
glyph.removeOverlap()
glyph.correctDirection() glyph.correctDirection()
glyph.simplify()
glyph.round()
# Get bounding box and center horizontally # Get bounding box and center horizontally
bb = glyph.boundingBox() bb = glyph.boundingBox()