mirror of
https://github.com/penpot/penpot.git
synced 2026-09-15 08:28:38 +00:00
SkSVGDevice drops paint image-filters, so re-emit visible layer blur as a native feGaussianBlur filter on the composite <g>. Match canvas sigma via radius_to_sigma(value * scale), and skip Skia blur filters on the SVG VectorRenderer path so shapes do not vanish. Closes #11380