@@ -546,7 +546,7 @@ def compute_hlines(binary, scale,
546
546
DSAVE ('hlines1_h-closed' , horiz + 0.6 * binary )
547
547
# 2- open horizontally to remove everything
548
548
# that is horizontally non-contiguous:
549
- opened = morph .rb_opening (horiz , (1 ,hlminwidth * scale ))
549
+ opened = morph .rb_opening (horiz , (1 , hlminwidth * scale // 2 ))
550
550
DSAVE ('hlines2_h-opened' , opened + 0.6 * binary )
551
551
# 3- reconstruct the losses up to a certain distance
552
552
# to avoid creeping into overlapping glyphs but still
@@ -615,7 +615,7 @@ def compute_separators_morph(binary, scale,
615
615
DSAVE ('colseps1_v-closed' , vert + 0.6 * binary )
616
616
# 2- open vertically to remove everything that
617
617
# is vertically non-contiguous:
618
- opened = morph .rb_opening (vert , (csminheight * scale , 1 ))
618
+ opened = morph .rb_opening (vert , (csminheight * scale // 2 , 1 ))
619
619
DSAVE ('colseps2_v-opened' , opened + 0.6 * binary )
620
620
# 3- reconstruct the losses up to a certain distance
621
621
# to avoid creeping into overlapping glyphs but still
0 commit comments