OpenFL devlog: scale9Grid

How I recently implemented the scale9Grid property in OpenFL. This feature is sometimes called 9-slice scaling, but Flash doesn't just take a display object as a bitmap and slice it up into 9 pieces. It actually adjusts the placement of points on the vector shapes, which also leads to better looking gradient and bitmap fills. Read on…

https://joshblog.net/2025/openfl-devlog-scale9grid/

#Haxe #OpenFL #AdobeFlash #scale9Grid