<div dir="ltr">On Fri, Dec 15, 2023 at 12:16 PM Julius Künzel <<a href="mailto:jk.kdedev@smartlab.uber.space">jk.kdedev@smartlab.uber.space</a>> wrote:<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><u></u><div><br><div>In <a href="https://github.com/mltframework/mlt/blob/3ffb57b99a62a6cd356e6548f233d4f683a4b21c/src/modules/core/loader.dict#L45" target="_blank">https://github.com/mltframework/mlt/blob/3ffb57b99a62a6cd356e6548f233d4f683a4b21c/src/modules/core/loader.dict#L45</a> you can see that the qimage module of MLT is used for SVG files hence I suggest to use this as a starting point to investigate your issue further through the code base of MLT and maybe Qt.</div><br></div></blockquote><div><br></div><div>MLT just uses the Qt library for this, which is limited SVG Tiny 1.2, which is quite limited (the Qt 6 version has not changed since recent Qt 5 versions):</div><div><a href="https://doc.qt.io/qt-6/svgrendering.html">https://doc.qt.io/qt-6/svgrendering.html</a></div><div><br></div><div>I think librsvg is available through  GDK pixbuf, and there is also a gdk module in MLT to access this. However, you can see in the link above that Qt is used at a higher priority than pixbuf for SVG.</div><div><a href="https://en.wikipedia.org/wiki/Librsvg">https://en.wikipedia.org/wiki/Librsvg</a></div><br><div><br></div></div></div>