On Sat, 22 Aug 2026 09:25:44 GMT, John Hendrikx <[email protected]> wrote:
> If so, would it create another maintenance burden? If we can move most of the docs to `DrawingContext` from `GraphicsContext` then the `GraphicsContext` can drop most of its docs (and just have `@Override`) with a few tiny pieces where it mentions its capabilities. So I don't think so, and we'd gain a very nice new API that probably has uses we haven't thought of yet :) I was thinking you could create a memory backed writable image that is say 100kx1k in size, and have the automatic tiling "scroll in" parts that are invisible, and you could make a classic side scroller game with it... using the software drawing operations to fill it with the world you want :) ------------- PR Comment: https://git.openjdk.org/jfx/pull/1969#issuecomment-5379579381
