[Webkit-unassigned] [Bug 37849] [SVG+Qt] applyStrokeStyleToContext does not set the stroke style under Qt

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 20 04:41:34 PDT 2010


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





--- Comment #2 from Zoltan Herczeg <zherczeg at webkit.org>  2010-04-20 04:41:34 PST ---
Only the following platforms need an explicit stroke style set:
QT, CAIRO, SKIA, HAIKU, OPENVG

GraphicsContext.cpp:

#if !PLATFORM(QT) && !PLATFORM(CAIRO) && !PLATFORM(SKIA) \
    && !PLATFORM(HAIKU) && !PLATFORM(OPENVG)
void GraphicsContext::setPlatformStrokeStyle(const StrokeStyle&)
{
}
#endif

Probably the reason this bug was not noticed before.

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