mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
generate-alt-random: sixel: pan/pad must not be 0
This commit is contained in:
parent
6d208fa5e0
commit
eee216f5fe
1 changed files with 1 additions and 1 deletions
|
|
@ -185,7 +185,7 @@ def main():
|
|||
|
||||
# Sixel size. Without this, sixels will be
|
||||
# auto-resized on cell-boundaries.
|
||||
out.write(f'"0;0;{six_width};{six_height}')
|
||||
out.write(f'"1;1;{six_width};{six_height}')
|
||||
|
||||
for row in range(six_height // 6): # Each sixel is 6 pixels
|
||||
# Choose a random color
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue