jiayuasu commented on code in PR #2771: URL: https://github.com/apache/sedona/pull/2771#discussion_r3006741815
########## docs/favicons/safari-pinned-tab.svg: ########## @@ -0,0 +1,248 @@ +<?xml version="1.0" encoding="UTF-8"?> Review Comment: Safari 17+ (2023) dropped support for `mask-icon` / pinned tab SVGs — it uses the regular favicon instead. This file is a rect-based pixel trace (not a proper vector path), and effectively dead code. Remove `safari-pinned-tab.svg` and the corresponding `<link rel="mask-icon">` tag from `docs-overrides/main.html`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
