Improve nine-slice atlas sampling

This commit is contained in:
gem
2026-06-09 14:49:17 +08:00
parent 4ce5fe1ae7
commit 220bb0aba1
3 changed files with 65 additions and 6 deletions

View File

@@ -3,7 +3,7 @@
## Unreleased
- Added TexturePacker frame, manual source-region, and nine-slice image rendering fields for image-capable nodes.
- Fixed nine-slice image seams by overlapping destination slices during runtime rendering.
- Fixed nine-slice image seams by overlapping destination slices and using inset source sampling during runtime rendering.
- Fixed Runtime alpha inheritance so parent fade commands apply to the full child subtree.
- Added Runtime text shadow fields for text-capable nodes.
- Fixed Runtime node color alpha composition so `#AARRGGBB` alpha now multiplies with node/runtime alpha instead of being overwritten.