-
-
Notifications
You must be signed in to change notification settings - Fork 117
Fix oversized non-emoji rgba glyphs #734
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
b9069d9
to
8fed3e8
Compare
29e5b27
to
8acc208
Compare
8acc208
to
7ffae61
Compare
1a1c769
to
b93a36e
Compare
7ffae61
to
c624818
Compare
In general before landing this patch there should be a defence mechanism against corruption due to oversized glyphs in the texture atlas system first. |
c624818
to
372feb0
Compare
a14d100
to
ceea58a
Compare
I've done that now as an "assert", because it's guarded earlier, and if something is leaking through, then it's a bug that should be reported and fixed rather than silently ignored. Oversized glyphs however should not be a problem now anyways (famous last words). :) |
d21f61a
to
a0766c2
Compare
a90c6c1
to
eb399dc
Compare
… exceeding tile's width.
eb399dc
to
c6ca063
Compare
Fixes #423 on oversized glyphs.