Emanuele Sabetta
Emanuele Sabetta
Unfortunately many of our SVG elements have animations, also we would really like to use the powerful tweening of StageXL for animating attributes of our SVG elements from one state...
About the svg filters: they are not embedded as bitmaps, but rendered on the fly by the browser (using hardware acceleration). They can seem to be raster because by default...
I agree. I need to create an m4b chapterized, but there is no documentation about such task.
Any update on this?
Please, migrate every part of this awesome project to Swift!
Yes, it is only a problem with iPad (any browser on ios)
Maybe I found a solution for iPad and iPhone users: "Apple Shortcuts" is the new scripting language for iOS, and works beautifully because it can launch both javascript scripts or...
I have the same problem on Safari (iOS). https://gallica.bnf.fr/ark:/12148/bpt6k130641h/f258.item.zoom There is no way to download the image, even if you can find it as a data blob. Can a bookmarklet...
Can you use javascript in the bookmarklet to save the composed image on canvas and then on the local storage? i.e. [stackoverflow.com](https://stackoverflow.com/questions/20108382/javascript-image-to-base64-for-localstorage)
Yes, this is an important issue for me too. I want to keep the code for downloading the images separated and independent from the code to display it.