[Webkit-unassigned] [Bug 65537] CSS: Traced outlines (i.e. around images)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 25 00:54:16 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=65537





--- Comment #4 from Paul Bakaus <pbakaus at zynga.com>  2011-11-25 00:54:16 PST ---
It's completely non-trivial to do this. This is the whole point of abstracting it, so I don't have to deal with it anymore.

Today, we're tracing geometry of images in the backend, send it to the frontend along with the images and then use canvas to construct the final outline (we were doing it directly on the frontend before until we discovered cross-domain issues when your images are on a CDN).

We've worked on this for several months. A Flash developer works on this for..well, 10 minutes? :)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list