Miko Meow

Results 26 comments of Miko Meow

I have also noticed this issue, it has always been related to having css `margin` on the row elements. Perhaps this is the same issue you're experiencing?

It's expecting a C2S `CanvasGradient` not a HTMLCanvasElement `CanvasGradient`. If you create your gradient using `ctx.createLinearGradient` or `ctx.createRadialGradient` method on the C2S instance you should not run into the issue.

Made some headway on this: https://github.com/mudcube/canvas2svg/commit/c7df7fa81e9d8b392d0fc2a894f72af7ba54e306

Hey jods, what new issues are you noticing with this pull request? Perhaps I can sort them out if you give me some detailed instructions to reproduce. On Sun, Jun...

@jods4 The transformation issue should be sorted out, let me know if you're still running into the issue. There's still a couple failing tests, but part of that is due...

This pull request works. @webspinner Any chance of getting this merged in? Thanks!

Hi @kusog, Good point, there should be an option to turn on/off any special WebAudioAPI features, like gain support (and future effects) to support Mobile browsers more effectively. I'll take...

In the meantime, it'd be easy for you to detect iOS, and then have a conditional in the plugin.js that prevents linearRampToValueAtTime, and the createGain function from being run in...

@kusog I noticed in the docs it says between 0-1 also but for some reason it requires -1 in order to turn the volume completely off... so I mapped from...

@acl0056 Are you attempting to load from a URL like this: file:// or something on your localhost: http://localhost/ ?