I implemented a custom cursor
in CSS (for the pointer
you see when hovering over links). Here's a simple fiddle.
It's a riff on the super old Mac OS link cursor using a middle finger instead of the index finger we all know and love. It's supposed to be pixelated.
Generally this is displayed at 1x so there's nothing to anti-alias. …but lots of people (especially those with multiple displays) tend to make their cursor bigger. (Mac OS Settings > Accessibility > Display > Cursor Size slider). Unfortunately this automatically anti-aliases the image.
This is sort of similar to another question but that code doesn't help with the cursor
. Any ideas?
FWIW I've had the same problem in the latest builds of Safari, Webkit nightly, Chrome, and Firefox.