[Webkit-unassigned] [Bug 18617] New: [CAIRO] SVG fonts get the wrong color (always black)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Apr 19 00:50:02 PDT 2008


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

           Summary: [CAIRO] SVG fonts get the wrong color (always black)
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: vbs85 at gmx.de


The problem: The color of a Text in SVG is always black. It's related to
WebCore/platform/graphics/cairo/FontCairo.cpp.

    cairo_set_source_rgba(cr, red, green, blue, alpha);

overwrites the color-set of SVG. But without the line, fonts in HTML get
invisible. There should be something like:

    if (!svg) {}


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