Quote:
Originally Posted by DiapDealer
It's probably not a very satisfying workaround, but this all seems to work (including in an AppImage built with Qt 6.8.2) if you simply embed the svg filter define (from Metal_Filter.svg) in the xhtml of Section0001.xhtml rather than defining it in a separate file.
|
That is what I said in my previous post to Kevin. If you want to apply the filter to all .xhtml files in an epub, then you need to write the code many times, when in the svg file you only write once. And all programs seem to honor this way to define the filter. The other way to define the filter is including it in the .css stylesheet, but this particular code is not being supported.