Good evening,
asking for a friend. There is a different rendering of those svg files. For example: https://git.hamburg.ccc.de/EH22/design-public/src/branch/main/logo/logo_hare_glow.svg
And as far as i know its impossible to upload any graphics here so I try to link to mastodon to show the difference: https://bildung.social/deck/@macst3r@mastodon.social/114258917334221425
Maybe someone could help.
Thank you
greetings nemo42
Files can be attached using the paperclip button at the lower-left corner of the text area.
Inkscape uses SVG 1.1 filter effects. https://www.w3.org/TR/SVG11/filters.htmlSVG 2 introduces new filter effects (and changes some syntax, I believe). https://www.w3.org/TR/filter-effects/
Inkscape is gradually moving to SVG 2 support but I didn't find an implementation plan for filters effects. Until then, unrecognised filter effects are ignored, such as <feDropShadow> used in your image.
Good evening,
asking for a friend. There is a different rendering of those svg files. For example: https://git.hamburg.ccc.de/EH22/design-public/src/branch/main/logo/logo_hare_glow.svg
And as far as i know its impossible to upload any graphics here so I try to link to mastodon to show the difference: https://bildung.social/deck/@macst3r@mastodon.social/114258917334221425
Maybe someone could help.
Thank you
greetings nemo42
Files can be attached using the paperclip button at the lower-left corner of the text area.
Inkscape uses SVG 1.1 filter effects. https://www.w3.org/TR/SVG11/filters.html
SVG 2 introduces new filter effects (and changes some syntax, I believe). https://www.w3.org/TR/filter-effects/
Inkscape is gradually moving to SVG 2 support but I didn't find an implementation plan for filters effects. Until then, unrecognised filter effects are ignored, such as <feDropShadow> used in your image.