123
-=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- (c) WidthPadding Industries 1987 0|520|0 -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=-
Socoder -> On Topic -> Upside-Down Burger

Sat, 21 Jun 2025, 02:25
Pixel_Outlaw
Welp good job Wendy's ... Linkage
Sat, 21 Jun 2025, 02:25
Jayenkai
My head typically tries to diagnose coding issues when I see things like this.
.. And yet..
*shrugs*
Is that Android or iOS? I've seen weird "flipped wrong" issues on a few (frankly, almost all!!!) of my Android devices when the screen is in landscape instead of portrait. (Most of my Android devices are those gaming handheld style ones, which all seem to use Portrait screens rotated to Landscape. You can usually tell when Android's booting up, the wrong way round!)

It looks a bit like that. Maybe the software was developed to be able to run upside down, but their test devices have had "up = 1", and your device is "up = 0" or something...
I'm not really sure, to be honest.

-=-=-
''Load, Next List!''
Sat, 21 Jun 2025, 07:39
Pixel_Outlaw
I would guess they're defining points for the texture(s) or screen in reverse order.

Maybe (right, bottom) -> (left, top)
Sat, 21 Jun 2025, 07:57
Jayenkai
Could be. Or CSS has a rotate thing, that can flip divs. I figured it was more likely to be the divs, since the shadow is also upside down. Unless the whole element is an image..?

-=-=-
''Load, Next List!''