replit / kaboom

💥 JavaScript game library
https://kaboomjs.com
MIT License
2.61k stars 226 forks source link

Fix text styles breaking on newlines/wraps #829

Closed neverUsedGithub closed 3 months ago

neverUsedGithub commented 3 months ago

This PR fixes a bug where when rendering styled text containing newlines or wrapping the index of characters wouldn't line up with their actual index into charStyleMap.

slmjkdbtl commented 3 months ago

Thank you, nice catch!