Skip to content

Commit

Permalink
undo 24a11c6 : pec ignore initial jump
Browse files Browse the repository at this point in the history
  • Loading branch information
kaalleen committed Jul 7, 2022
1 parent 18429a7 commit 83276c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyembroidery/PecReader.py
Expand Up @@ -31,8 +31,8 @@ def read_pec(f, out, pes_chart=None):
stitch_block_end = read_int_24le(f) - 5 + f.tell()
# The end of this value is already 5 into the stitchblock.

# 3 bytes, '\x31\xff\xf0', 4 2-byte shorts. 11 total.
f.seek(0x0B, 1)
# 3 bytes, '\x31\xff\xf0', 6 2-byte shorts. 15 total.
f.seek(0x0F, 1)
read_pec_stitches(f, out)
f.seek(stitch_block_end, 0)

Expand Down

0 comments on commit 83276c0

Please sign in to comment.