Open
Bug 674066
Opened 13 years ago
Updated 2 years ago
CSS for traced outlines (i.e. around images)
Categories
(Core :: Layout, defect)
Tracking
()
NEW
People
(Reporter: cjones, Unassigned)
References
Details
In many games, there's a visually standardized way to highlight objects in a game world: Drawing an outline around them. Current CSS outline property draws an outline around the elements rectangle, but we need outlines around the transparent edges of the element. This is probably easy when native hitmaps are implemented, and a very useful feature to many web developers, not just targeted at games.
Comment 1•13 years ago
|
||
This is already possible using shadows in canvas, so there is at least a fast work-around.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•