processing / processing/processing4
Resizable Window has rendering Bug
Aperta
Nessuno ha ancora preso questa issue.
bug
core
help wanted
linux
- Lingua principale
- Java
- Stelle
- 494
- Fork
- 183
- Merge medio
- 4h 39m
- PR unite (30g)
- 3
Descrizione
Most appropriate sub-area of Processing 4?
Core/Environment/Rendering
Processing version
1295
Operating system
Linux Mint 22.1 x86_64; Kernel: 6.8.0-54-generic
Steps to reproduce this
-
Download Source Code from https://github.com/processing/processing4/releases/tag/processing-1297-4.3.4
-
Open Project in IntelliJ and run Ant Target Linux (See Picture in Additional context for Configuration)
-
Paste Code from the Example of setResizable() into the IDE and run (See Picture in Additional context)
-
Resize the window
snippet
void setup() {
size(200, 200);
surface.setTitle("Hello World!");
surface.setResizable(true);
surface.setLocation(100, 100);
}
void draw() {
background(204);
line(0, 0, width, height);
line(width, 0, 0, height);
}
Additional context
Would you like to work on the issue?
No
Guida per i contributori
Apri la guida per i contributori
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Valutazione
Questa issue non è ancora stata valutata.