Bernhard

Results 122 comments of Bernhard

It turns out that this is a hard problem. I have investigated some possible solutions: There is a function called window.convertPointFromPageToNode(node, point) This function converts page coordinates to node coordinates...

Currently i don't have a good idea how to solve this issue. The reason behind this issue is the way how the HTML5 Canvas element draws vector shapes. Here is...

Let me add one more thing: The "getBounds" method actually returns the "correct" value considering the behavior of the Canvas element. I know this doesn't help much.

Yes i thought about this every time i looked at the open issues. It is really a hard problem and there is no easy solution without drawbacks.

Contributions are highly welcome :+1:

Hi, to answer all those questions there are quite a few things to know. Please start with the "Scaling the Stage" article: http://www.stagexl.org/docs/wiki-articles.html?article=stagescale There is a difference between the width/height...

Btw. you can control the HiDpi pixelRatios of the Stage with this property: ``` // disables HiDPI StageXL.stageOptions.maxPixelRatio = 1.0; // limits the pixelRatio to 2.0 on devies with pixelRatio...

Thanks for the detail information about the tabindex. I think i have to take a closer look at this. I will probably add a new field to the StageOptions to...

Yes that's a great idea. Those Phaser examples are pretty cool, i haven't seen them before. Most of those examples should be easy to do in StageXL. I was also...

Yes of course you can do this. There is an open issue for CocoonJS in the StageXL repository too: https://github.com/bp74/StageXL/issues/48 CocoonJS is a little bit special because it has this...