Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
5.15.2
-
None
-
Arch Linux
-
-
b313862fa04d9a5403c16670a0d911eb3c633ee5 (qt/qtsvg/dev) 50aeac9ab7eeceeedaef446bef21273f2e0c9e94 (qt/qtsvg/6.1) b9f40224d11f5d5e638891893b3c614a2a6dd96d (qt/qtsvg/6.2) 6de64d30d4ec51b3d1bc48a1f15424f3216eb42a (qt/tqtc-qtsvg/5.15)
Description
QtSVG cannot understand minified SVG files if they contain a minified arc.
I discovered this while trying to view the Adwaita icon for the mimetype `audio-x-generic-symbolic`, on my system stored at `/usr/share/icons/Adwaita/scalable/mimetypes/audio-x-generic-symbolic.svg`.
After a discussion on the Python `svg.path` module tracker (issue №69), it was determined that the issue is the minified "A" (arc) path in the `<path>` `d` attribute.
After a discussion on the KDE bugtracker (KDE bug 434863), we determined that this is a QtSVG issue.