David North

Results 18 issues of David North

When defining a `Graphic` and `withCrop` means you cannot tile a graphic. For example, for a 16x16 portion of an image the following should tile the entire area, but doesn't:...

bug

At the moment click events only fire on a left mouse click, with no way to discern a right click from any other click event. We should fire the click...

workaround

`FrameContext.pointers` is meant to keep track of the current position/tilt/buttons etc of all of the pointers being used. However, currently as soon as the main pointer (in my scenario a...

help welcome

Sometimes it's useful to be able to scroll a UI element when content overflows. For this I propose a ScrollableGroup that would provide horizontal and vertical scroll bars if the...

workaround

When a page is switched out (such as the user switching tabs) it would be useful to know that the visibility state has changed. This will allow us to pause...

We should be able to provide a set of points (or a Polygon) to a Graphic that will clip out anything outside of that path similar to how a CSS...

Currently if we load an image into Indigo but it doesn't exist Indigo just silently stops. We need to raise an error if the content we receive is not a...

At the moment if we fail to initialise WebGL 1 or 2 due to a browser limitation then we throw an exception. The trouble is, the player then has no...

enhancement

**Is your feature request related to a problem? Please describe.** For those that have limited vision or visual impairment we don't provide any screen-reader support. We should absolutely provide this...

enhancement