[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 06:43:47 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=113849
--- Comment #23 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:56
>>> + *this = other;
>>
>> I don't think this is correct. CairoPath contains a RefPtr<cairo_context_t>, so we will end up with two Paths having the same cairo context.
>
> This calls Path::operator=. It does deep copy.
Ah, right, this was duplicated indeed.
--
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/df4573cc/attachment-0001.html>
More information about the webkit-unassigned
mailing list