[Webkit-unassigned] [Bug 113849] [Cairo][SVG] marker-mid isn't shown on a joint of rectilinearly connected line-to path segments
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jul 31 05:39:49 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=113849
--- Comment #20 from Carlos Garcia Campos <cgarcia at igalia.com> ---
Comment on attachment 375221
--> https://bugs.webkit.org/attachment.cgi?id=375221
WIP patch
View in context: https://bugs.webkit.org/attachment.cgi?id=375221&action=review
> Source/WebCore/platform/graphics/cairo/PathCairo.cpp:238
> - cairo_line_to(cr, p1.x(), p1.y());
> + addLineTo(p1);
I don't think it makes sense to register this line if we are not registering the other lines of the arc.
> Source/WebCore/platform/graphics/cairo/PathCairo.cpp:250
> - cairo_line_to(cr, p1.x(), p1.y());
> + addLineTo(p1);
Ditto.
> Source/WebCore/platform/graphics/cairo/PathCairo.cpp:298
> - cairo_line_to(cr, t_p1p0.x(), t_p1p0.y());
> + addLineTo(t_p1p0);
Ditto.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190731/bc059a56/attachment.html>
More information about the webkit-unassigned
mailing list