update readme
This commit is contained in:
parent
67eb7fa315
commit
a25f7b6eba
2 changed files with 11 additions and 3 deletions
|
|
@ -174,7 +174,7 @@ def pixelize_glyph(svg_path):
|
|||
scaled_width = width * width_scale
|
||||
|
||||
# Décommenter ici pour avoir des tailles de pixels aléatoires
|
||||
pixel_size = randrange(30, 60, 1)
|
||||
#pixel_size = randrange(30, 60, 1)
|
||||
|
||||
# Calculer la grille de pixels
|
||||
cols = max(1, int(scaled_width / pixel_size))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue