[Webkit-unassigned] [Bug 28218] [Qt] Missing shadow support in Canvas

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 12 10:53:18 PDT 2009


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





--- Comment #1 from Eric Seidel <eric at webkit.org>  2009-08-12 10:53:18 PDT ---
(From update of attachment 34673)
What does CG have to do with anything?
66     if (m_common->state.shadowsIgnoreTransforms) {
 867         // Meaning that this graphics context is associated with a
CanvasRenderingContext
 868         // We flip the height since CG and HTML5 Canvas have opposite Y
axis
 869         m_common->state.shadowSize = IntSize(size.width(),
-size.height());
 870     }

Do you mean GC/GraphicsContext?

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