aseprite/tests/scripts
Gaspar Capello bcbe61c882 Fix border padding on the right and bottom sides not being placed (fix #3993)
Prior to this fix, border padding was clipped to the edge of sprites
on the right and bottom in all export sprite sheet types.

This commit includes tests for 'Export Sprite Sheet' command using
shape padding, border padding, inner padding with 'Packed' sheet type
+ 'Trim Cels' = true.
2023-09-22 16:33:19 -03:00
..
app_active.lua [lua] Add short field names (fix #3815, fix #3816) 2023-04-19 13:48:15 -03:00
app_command.lua Fix border padding on the right and bottom sides not being placed (fix #3993) 2023-09-22 16:33:19 -03:00
app_fs.lua
app_pixel_color.lua
app_preferences.lua
app_transaction.lua
brush.lua
cel.lua Add z-index property to cels (fix aseprite/Attachment-System#88) 2023-04-10 19:23:16 -03:00
cels.lua
color_convert.lua
color_quantization.lua
color_space.lua
color.lua
compare_sprite_sheets.lua [lua] Add native API to decode/encode JSON text (fix #3233) 2023-07-17 09:25:13 -03:00
console_assert.lua
console_print.lua
constants.lua
drawing.lua
events.lua
frames.lua
image_iterator.lua
image_spec.lua
image.lua Add suppor for doc::Image row stride size > width size 2023-08-07 15:27:39 -03:00
import_sprite_sheet_command.lua
inks.lua Fix pattern Fill does not "Align to Destination" (fix #2528) 2023-09-20 09:56:01 -03:00
json.lua [lua] Add native API to decode/encode JSON text (fix #3233) 2023-07-17 09:25:13 -03:00
layer.lua
layers.lua Prevent executing the logic for showing an alert when removing all sprite's layers and the UI is unavailable 2023-06-27 15:26:11 -03:00
math.lua
merge_down_bugs.lua
os.lua
paint_bucket.lua [lua] Add short field names (fix #3815, fix #3816) 2023-04-19 13:48:15 -03:00
palette.lua
pixel_perfect.lua
point.lua
print_on_gc.lua
range.lua
rectangle.lua [lua] Add short field names (fix #3815, fix #3816) 2023-04-19 13:48:15 -03:00
require_module.lua [lua] Add require() function (fix aseprite/api#10) 2023-04-18 19:41:01 -03:00
require.lua [lua] Add require() function (fix aseprite/api#10) 2023-04-18 19:41:01 -03:00
save_file_command.lua Fix exporting selection to gif/fli/webp files (fix #3827) 2023-07-11 13:33:45 -03:00
selection_tools.lua
selection.lua
size.lua [lua] Add short field names (fix #3815, fix #3816) 2023-04-19 13:48:15 -03:00
slice.lua
slices.lua
sprite_modified.lua
sprite.lua Add property to disable the standard tilemap UI 2023-02-15 18:55:21 -03:00
string.lua
tag.lua [lua] Add short field names (fix #3815, fix #3816) 2023-04-19 13:48:15 -03:00
tags.lua
test_utils.lua Add custom properties serialization/deserialization lua tests 2023-01-06 19:28:02 -03:00
tiledata.lua [lua] Add Tileset:tile(tileIndex) API to get tile image/data/properties (fix #3653) 2023-01-06 19:50:04 -03:00
tilemap.lua Delete unused tilesets after deleting tilemaps (fix #3876) 2023-06-27 15:24:13 -03:00
tileset.lua [lua] Fix undo/redo of tileset properties changes (name/baseIndex) 2023-01-13 19:16:15 -03:00
tools.lua Fix 8 Connected Fill escapes grid with "Stop At Grid" checked (fix #3564) 2023-03-28 13:45:33 -03:00
userdata_codec.lua Add test to save UUID properties on .aseprite files 2023-05-08 17:13:44 -03:00
userdata.lua Add nullptr_t to doc::UserData::Variant to fix bug when undoing an previously unexistent property 2023-01-06 14:36:51 -03:00
uuid.lua [lua] Add Uuid tests 2023-04-18 07:41:32 -03:00
version.lua