[Webkit-unassigned] [Bug 198746] [cairo][SVG] If clipPath has multiple elements, clip-path doesn't work with transform
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jun 12 03:28:04 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=198746
--- Comment #4 from Fujii Hironori <Hironori.Fujii at sony.com> ---
Comment on attachment 371938
--> https://bugs.webkit.org/attachment.cgi?id=371938
WIP
View in context: https://bugs.webkit.org/attachment.cgi?id=371938&action=review
LGTM
> Source/WebCore/platform/graphics/cairo/PlatformContextCairo.cpp:86
> + cairo_matrix_invert(&matrix);
You can remove this cairo_matrix_invert by negating.
cairo_matrix_init_translate(&matrix, -rect.x(), -rect.y());
--
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/20190612/2e52feee/attachment.html>
More information about the webkit-unassigned
mailing list