ID:2489373
 
BYOND Version:512.1474
Operating System:Windows 10 Home 64-bit
Web Browser:Chrome 75.0.3770.142
Applies to:Dream Seeker
Status: Open

Issue hasn't been assigned a status value.
Transform has always had strange anti-aliasing issues:
1. Parts of icons that touch the edges of the icon stay sharp.
2. Anti-aliased edges darken for seemingly no reason.


A while ago, I found workarounds for these effects, but it would be best to not need them.

The bottom-left shapes in that image are what you get without the workarounds. The top-right shapes have the workarounds applied. The workarounds are:
1. Include at least 1 pixel of padding in the icon itself. Maybe there's not enough room in the icon for the anti-aliasing? (applied to the right half of the image)
2. Set maptext to something non-empty. In the demo, they're set to " ", a space. Not visible, but still triggers something that disables the darkening. (applied to the top half of the image)

Test source here.