Erik Faye-Lund

Results 123 comments of Erik Faye-Lund
trafficstars

I believe we had a similar issue for normal text, something with the view not being fully initialized when the text was set on it or something... @nekronos might remember...

This also means converting methods that ignore the argument into ones that doesn't take them.

Ugh, what has Apple done this time? :(

Hmm, I can't reproduce this with ManualTestingApp (the Default Font test there) on iOS 11.2 in the iPhoneX simulator. The font looks fine there...

This is what I get with iPhoneX 11.2:

The above is using fuselibs master, by the way. I get the same result, except that the app doesn't fill the whole screen, if I use release-1.4. So I'm not...

This is not a bug, but a case of unreasonable expectations. ClipToBounds clips to the bounding rectangle of the element, which is what we mean when we say "bounds". We...

You were talking about non-rectangular bounds. Did you mean non axis-aligned bounds? If so, yes, this is a known problem (and the one you linked to). Stencil buffers is a...

We don't have any plans for using ES2015 and up inside JavaScript tags, so this will have to be fixed, indeed

Yeah, fix the code to no longer break the ABI...? This all seems to lead to 0e94e01a42e51498efc714634e2ad050ede9f3ec, which makes the incorrect assumption that we can link to eglutil on desktop...