Description: SVG file saved with drawio-desktop v24.1.0. It seems the problem is the drop shadow is defined as a CSS filter like so: style="filter: drop-shadow(rgba(0, 0, 0, 0.25) 2px 3px 2px);" Steps to Reproduce: 1. Insert -> Image... 2. Select attached SVG file Actual Results: Rectangle is rendered without drop shadow Expected Results: Rectangle should render with drop shadow Reproducible: Always User Profile Reset: No Additional Info: It renders correctly in - Firefox 124.0.1 - Chrome 123.0.6312.86 - GNOME Image Viewer 42.0 Does not render correctly in - LibreWriter/Draw 7.6.6.3 - Inkscape 1.1.2 (0a00cf5339, 2022-02-04)
Created attachment 193460 [details] SVG file used
Created attachment 193461 [details] ODT file with SVG inserted
Created attachment 193462 [details] SVG rendering in Firefox
Version: 7.6.6.3 (X86_64) / LibreOffice Community Build ID: d97b2716a9a4a2ce1391dee1765565ea469b0ae7 CPU threads: 12; OS: Linux 6.6; UI render: default; VCL: kf5 (cairo+xcb) Locale: en-US (en_US.UTF-8); UI: en-US Calc: threaded
Yes, filter: drop-shadow(rgba(0, 0, 0, 0.25) 2px 3px 2px); is a css3 style, which is not supported -> https://developer.mozilla.org/en-US/docs/Web/CSS/filter-function/drop-shadow