Problem Description
When I export to mac a project that has a text with height larger than +8000, it just shows a black box. This doesn't happen on Windows or during testing in Chrome.
Attach a Capx
https://www.dropbox.com/s/umqbshsx7mc0j ... RKING.capx
Description of Capx
Just shows a project with a textbox bigger than around 8000. When exported to Node-Webkit for Mac, it shows only a black box where the text should be.
Note: I had the same problem with 8000+ height in mac, but then I used minimise, and it managed to overcome that limit, and 8000 + started to be the new limit.
Steps to Reproduce Bug
- Open capx
- Export to node webkit
- Open with OSX
Observed Result
Black box instead of text
Expected Result
.app exported project to show the text, not a black box
Affected Browsers
- Chrome: (NO)
- OSX: (YES)
- Windows: (NO)
Operating System and Service Pack
Windows 7 SP3
Construct 2 Version ID
Latest
EDIT: Found that it doesn't work for +6000 too