Skip to content

Commit edf074b

Browse files
committed
Update CHANGELOG.md
1 parent 47a62cd commit edf074b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ If you used any of them in your code, please update to the new function names be
133133
* `BatchChar` is a new internal private function for batching a single character of a Bitmap Text to the pipeline.
134134
* If you give an invalid Bitmap Font key, the Bitmap Text object will now issue a `console.warn`.
135135
* Setting the `color` value in the `DynamicBitmapText.setDisplayCallback` would inverse the red and blue channels if the color was not properly encoded for WebGL. It is now encoded automatically, meaning you can pass normal hex values as the colors in the display callback. Fix #5225 (thanks @teebarjunk)
136+
* If you apply `setSize` to the Dynamic BitmapText the scissor is now calculated based on the parent transforms, not just the local ones, meaning you can crop Bitmap Text objects that exist within Containers. Fix #4653 (thanks @lgibson02)
136137

137138
### New Features
138139

0 commit comments

Comments
 (0)