backdrop-filter:blur property's effect is missing in results.
Author: shaikh-amaan-fmCreated Jul 6, 2021Updated Jul 19, 2026
This css property shows it's effect when toSvg() is used and the svg part of the result is viewed directly without using <img> tag. As soon as you create data uri of that svg and put it as the source for an <img> tag, this property's effects are not shown in image.
This happens in Chrome. Firefox do not have direct support for backdrop-filter property yet.
Source: tsayen/dom-to-image