Skip to content

'ArrayIndexOutOfBoundsException: Coordinate out of bounds!' when resizing sketch and saving frame #186

Closed
@processing-bot

Description

@processing-bot

Created by: clankill3r

When resizing the sketch really small and saving frames an ArrayIndexOutOfBoundsException is triggered.

void setup() {
  surface.setResizable(true); 
}

void draw() {
  saveFrame();  
}

alpha 3
OSX 10.15.7

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions