Skip to content

typefindfunctions: Check for the SVG namespace URL in addition to `<svg` and the doctype

Sebastian Dröge requested to merge slomo/gstreamer:svg-typefind-namespace into main

Finding the SVG namespace URL gives a clear indication that this is actually an SVG file while the <svg> tag only gives a likely indication as it's rather short.

Fixes #1540 (closed)

Merge request reports