[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 10:59:35 PDT 2010


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





--- Comment #9 from Dirk Schulze <krit at webkit.org>  2010-04-20 10:59:34 PST ---
(In reply to comment #8)
> I am pretty sure you know far more about SVG in WebKit than me, and your
> solution is ok for me. I found the GraphicsContext API a little confusing, is
> there a documentation about about this? For example, what is the difference
> between DrawPath and StrokePath?

fillPath fills a path, strokePath just strokes the path, drawPath makes both at
onece. drawPath could be faster on some platforms, but is not necessarily the
case for qt. Also nothing in WebCore uses drawPath.

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