[webkit-reviews] review granted: [Bug 231801] Implement parsing and animation support for offset-path : [Attachment 443388] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 5 08:47:26 PDT 2021


Simon Fraser (smfr) <simon.fraser at apple.com> has granted Kiet Ho
<tho22 at apple.com>'s request for review:
Bug 231801: Implement parsing and animation support for offset-path
https://bugs.webkit.org/show_bug.cgi?id=231801

Attachment 443388: Patch

https://bugs.webkit.org/attachment.cgi?id=443388&action=review




--- Comment #22 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
Comment on attachment 443388
  --> https://bugs.webkit.org/attachment.cgi?id=443388
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=443388&action=review

> Source/WebCore/ChangeLog:20
> +	   Implements parsing and animation support for offset-path based on
clip-path.
> +	   offset-path additionally supports ray() shape, which will be
implemented in a future patch.

This goes above the Tests: list.

> Source/WebCore/css/BasicShapeFunctions.h:44
> +enum class SVGPathConversion {

enum class SVGPathConversion : uint8_t


More information about the webkit-reviews mailing list