aseprite / laf

A C++ library to create desktop applications
https://aseprite.github.io/laf/
MIT License
274 stars 58 forks source link

Fix incorrect padding between frame images when packing sprite sheets (fix aseprite/aseprite#3993) #64

Closed Gasparoken closed 10 months ago

Gasparoken commented 12 months ago

Prior to this fix, Export Sprite Sheet incorrectly generated a shape padding in some frame image when the following options were chosen:

fix aseprite/aseprite#3993

Gasparoken commented 12 months ago

Pending: tests and border padding fix: https://github.com/aseprite/aseprite/pull/3997

Gasparoken commented 11 months ago

@dacap I think it's ready to merge.

nklbdev commented 10 months ago

You are awesome!