I have a publisher file here of an SVG speaker icon for playing audio, but the SVG is displayed very large in Thorium but small in other reading systems.
Here is the code and SVG image code itself. It should limit the size of the SVG to the requested width and height, in the content document.
@JayPanoz it would be interesting to know if this is something ReadiumCSS is responsible for. If so, let's move the issue to the repository and let's try to reproduce the bug with a sample EPUB.
I have a publisher file here of an SVG speaker icon for playing audio, but the SVG is displayed very large in Thorium but small in other reading systems.
Here is the code and SVG image code itself. It should limit the size of the SVG to the requested width and height, in the content document.
However, this width and height are not being honored.
If I add the width="16" height="16" directly to the SVG image file itself, it is sized correctly.
Here is the original SVG image code.
I would think that adding the width and height to the element should be honored but it seems this is not the case. I am using Thorium v2.3.0 on a PC.