From bfc7e2aea2133328397ccb6ab5b1644eac600871 Mon Sep 17 00:00:00 2001 From: Harley Acheson Date: Mon, 29 Jul 2024 17:52:15 +0200 Subject: [PATCH] UI: Update Internet Offline Icon to Remove Unused Masks The Internet Offline Icon SVG file includes masks that are not needed because the curves are boolean clipped to the same locations. This just removes the masks because this keeps it from being shown correctly in some web browsers on https://ui.blender.org/icons. Pull Request: https://projects.blender.org/blender/blender/pulls/125612 --- release/datafiles/icons_svg/internet_offline.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/datafiles/icons_svg/internet_offline.svg b/release/datafiles/icons_svg/internet_offline.svg index af837103eaa..1b6ae36062e 100644 --- a/release/datafiles/icons_svg/internet_offline.svg +++ b/release/datafiles/icons_svg/internet_offline.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file