Olivier Biot

Results 119 comments of Olivier Biot

> > @lartkma any feedback by any chance ? > > I've just tested it, and it seems to work. I can compile the test project and I got the...

1. Drawing (parsing) a basic Square works ```javascript renderer.translate(100, 100); renderer.path2D.parseSVGPath("M10 10 h 80 v 80 h -80 Z"); renderer.setColor("blue"); renderer.stroke(); ``` 2. Drawing (parsing) a basic Triangle works ```javascript...

thank you very much for the report, we will look into it. We are still in the process of providing proper typings for melonJS, please do share if you find...

me too It has been bothering me, but I really don't know how to fix it properly (I mean without renaming the object!)

This one should be fixed now, I just simply "tricked" it by importing Body within the Renderable class (together with referencing the Body class, so that the bundler doesnt complain)....

17.1.0 released, if you guys could confirm it's now correct from your side as well, thanks !

Good catch ! unfortunately this seems to be a problem with webdoc that we use to generate our documentation, and webdoc is not maintained anymore. So while it looks like...

closing as this was solved with the corresponding Pull Request. thanks again for this !

that's weird ! Thank you for reporting this, I'll look into it as soon as possible 👍