Friksel

Results 67 comments of Friksel

> The engine can unfortunately not handle css styles. You have to parse them to node attributes. @harrycollin I you are using `svgo` you can set the `convertStyleToAttrs` to `true`...

> @Friksel thanks! Is there a way to do this in the browser? I don't see a way to use `svgo` without a node backend. I would advise not to...

@ShukantPal you act like I mention luxery things while in reality taking a lot of time to work around issues and add feedback and suggestions on these issues and help...

Hi @ShukantPal , thanks for your quick response. I've just created a demo here using the svg you use in the example on the readme: https://codepen.io/Friksel/pen/MWOVGQL In the demo you...

Hi @ShukantPal , it's over a week ago I posted a demo project by your request, but didn't hear from you since. We need pointer events to work on the...

@ShukantPal Thanks! Very much appreciated!

Hi @ShukantPal , Thanks for diving into it. I am very surprised this isn't already build in. That's a huge setback. Without being able to use the `SVGScene` with interactivity...

> Hey, I see the problem with extending. You can add in the method too instead since it's not defined: Can't get that to work here; the prototype doesn't have...

> @Friksel Did it work? @ShukantPal I tested it without the arrow function and indeed this is now available inside the containsPoint function. Nice to know. The function works also...