@oskarsh said in Is there a size limit for SVG to BASE64 files?:
@Mighty23 you can export the image at 2x the size and scale it down so when the user scales the interfaces it stays relatively sharp
Building on this idea you can include multiple images at different resolutions and load the closest match to the user's screen size. Or in your case the zoom amount.
I did this with Sordina https://codeberg.org/LibreWave/Sordina/src/branch/main/Scripts/Container.js#L27