[Webkit-unassigned] [Bug 18808] [CAIRO] minor problems with SVG-Gradients

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 8 11:35:39 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=18808


vbs85 at gmx.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #20899|0                           |1
        is obsolete|                            |




------- Comment #5 from vbs85 at gmx.de  2008-05-08 11:35 PDT -------
Created an attachment (id=21022)
 --> (http://bugs.webkit.org/attachment.cgi?id=21022&action=view)
Fixes Gradients

This patch fixes 1, 2 and 3.
The problem for 3 was PathCairo. PathCairo uses cairo_fill_extends instead of
cairo_path_extends (like suggested in the manual of cairo). Thats why
boundingBox gets (0,0,0,0). The SVG-test-suite of W3C runs smooth with one
exception: point 4.

4 is related to FontCairo and should be fixed there.

As long as it is not clear which code should be shared with the other
PaintServers (look #18700), the review-flag is empty.


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



More information about the webkit-unassigned mailing list