William Ngan

Results 63 comments of William Ngan

Thanks @camilleroux - that would be a great feature to add to Pts. I need to think about how to make it simple. For now, you can try the standard...

Hi again @camilleroux! Took me a while but I finished it -- the `Img` class now supports both static and dynamic patterns in Canvas. Take a look at [the guide](https://ptsjs.org/guide/image-0900)...

Thanks @ludwiczakpawel for the detailed bug report and screen capture. I can reproduce it in Safari too. Very strange -- will investigate.

Interesting. Thanks for the great info @HenrySkup . I'm reopening this issue so that we don't lose track of this.

Hi @Yvee1 , sorry about the late reply. I totally missed this. You are right that functions like shear2D don't work on Circle as expected. We can make it work...

Hi @FractalHQ -- two quick ideas: 1. Have you tried the `useCapture = true` option in [addEventListener](https://javascript.info/bubbling-and-capturing)? 2. If you just want to hack it, you can try to set...

Hi @hvitis ! Thanks for trying out Pts. A Vue implementation would be awesome. I'm not aware of any Vue implementation yet. Would you like to start one? 😉 My...

Yes, I made the React version and @tibotiber made a lot of improvements. @tibotiber -- any advice or tips on this? I think it's fairly straightforward and there might be...

Hey @hvitis - if you don't have any specific concerns, I would suggest starting a Vue repo from your own account. Pts is under a permissive open-source [Apache license](https://github.com/williamngan/pts/blob/master/LICENSE) so...

Thanks for reporting this. I probably need to look into Svelte a bit more to get a better sense. One potential suggestion: Would it work better if you pass the...