[Webkit-unassigned] [Bug 51521] Make ContextShadow work with the canvas coordinate system

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 17 10:45:05 PST 2011


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





--- Comment #3 from Ariya Hidayat <ariya.hidayat at gmail.com>  2011-01-17 10:45:05 PST ---
ContextShadow should not know about the coordinate system. This is the case right now because it wants to take into account that shadow on Canvas does not follow the Context2D's transformation.

The code will be much cleaner if, inside the Canvas/Context2D logic, we apply the shadow on the buffer at the Canvas coordinate system. It's like rasterizing the shape onto the Canvas buffer.

-- 
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