[Webkit-unassigned] [Bug 63871] [Chromium] canvas/philip/tests/2d.gradient.object.update.html is failed on chromium.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 5 18:52:32 PDT 2011


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





--- Comment #5 from Hwang <luxtella at company100.net>  2011-07-05 18:52:32 PST ---
(From update of attachment 99773)
I think we need to call before all drawing.
I separated stroke and fill updates like CG port.
CG calls those only on fillPath, fillRect, drawRect, strokePath, and strokRect because other drawing functions render through fillPath, fillRect, drawRect, strokePath, and strokRect. However, skia drawing function directly call SkCanvas's drawing functions.

I wonders how I handle drawLineForTextChecking and drawLineForText.
I put both applyStrokePatternOrGradient and applyFillPatternOrGradient in those.
I need advice.

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