[Webkit-unassigned] [Bug 239877] New: ENABLE_LAYER_BASED_SVG_ENGINE needs to match for iOS and macOS
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Apr 28 17:05:58 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=239877
Bug ID: 239877
Summary: ENABLE_LAYER_BASED_SVG_ENGINE needs to match for iOS
and macOS
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: SVG
Assignee: webkit-unassigned at lists.webkit.org
Reporter: simon.fraser at apple.com
CC: sabouhallawa at apple.com, zimmermann at kde.org
https://trac.webkit.org/changeset/286204/webkit added:
#if !defined(ENABLE_LAYER_BASED_SVG_ENGINE) && PLATFORM(MAC)
#define ENABLE_LAYER_BASED_SVG_ENGINE 1
#endif
We don't want the value of ENABLE_LAYER_BASED_SVG_ENGINE to differ between macOS and iOS. For testing and performance consistency, it has to be the same for all Cocoa platforms.
--
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/20220429/5591e736/attachment.htm>
More information about the webkit-unassigned
mailing list