Paul van Dinther

Results 3 issues of Paul van Dinther

The PNG files look like they are not compressed which is a bit of a bandwidth hog when uploading every few seconds. Jpeg support would be awesome.

help wanted

Please consider the following code: ``` PIXI.loader.add([{name: 'anchordown', url: anchorDownSound }]).load(function(){ anchorDownSound = PIXI.audioManager.getAudio('anchordown'); anchorDownSound.on('end', function(){ anchorDown = true; }); }); ``` when I call `anchorDownSound.play()` the sound plays and...

bug

Although earlier implementations were incorrect. The latest change made it impossible to generate open ended point lists. ``` pts=svgPoints("M0 0H100V100H0")[0]; echo("points are: ",pts); ECHO: "points are: ", [[0, 0], [100,...

bug