Shukant Pal

Results 102 comments of Shukant Pal

Thanks for reporting this — can you upload the minimal repro you made onto JSFiddle / Replit. I wonder if it has to do with the SVG image you’re using....

Hi @Friksel , I can try to look at this this weekend.

Hi @Friksel, It's been a while since I worked on @pixi-essentials/svg; after a bit of re-reading, I've figured it out. `SVGScene` is not designed to be interactive out-of-the-box. You are...

Let me know if you have any questions or suggestions on this!

Hey, I see the problem with extending. You can add in the method too instead since it's not defined: ``` SVGScene.prototype.containsPoint = function(point) { ... } ```

If that ↑ doesn't work, I'll add interactivity :)

Hmm I updated the pen with the prototype modification. The prototype isn't supposed to have the worldTransform - it is the instantiated object / `SVGScene` that has it. Make sure...

ignore the trackedPointers tho

@Friksel Would love to know what you guys are working on!