I recently discovered the drawfrom function in a canvas, and how it HAS A SCALE! There is a bunch of neat stuff I'm thinking of doing with this (like having a mini version of the character on a terminal to look like a security feed).
Anyway, that made me wonder weather or not something drawn onto a canvas, either with drawfrom or just a line or pixel, could have it's own collisions. Instead of colliding with the whole big square of the canvas, can you detect a collision just with the things drawn inside?
I don't think there would be a way to do this, but I hardly know everything there is to know- anybody know if it is possible?