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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 28 22:23:02 PDT 2008


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





------- Comment #9 from vbs85 at gmx.de  2008-04-28 22:23 PDT -------
It should be possible to add displaysSVGtext() and setDiaplaysSVGtext() to
GraphicsContext. You could differentiate between HTML- and SVG-text again but
it would be a hack to.

Another idea was to use setPlatformFillColor(); and
setPlatformStrokeColor();(Isn't used yet).

But if you try to give the fillColor to 'cairo_t* cr = m_data->cr;' with
cairo_set_source_rgba(), not every text in HTML is affected by it (strange).
And there will be problems to include text-stroke of CSS into Cairo since the
complete text uses the fillColor or the strokeColor (depending which Color was
set at last).


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