Skip to content

Static sketches don't work with the default renderer #351

Closed
@codeanticode

Description

@codeanticode

For example, the following code:

size(800, 800);
stroke(0);
fill(180);
background(97);
line(width/2, 0, width/2, height);
line(0, height/2, width, height/2);  
rect(0, 0, 200, 200);
rect(width - 200, 0, 199, 200);
rect(width - 200, height - 200, 199, 199);
rect(0, height - 200, 199, 199);  
rect(200, 200, width - 400, height - 400);

shows a black output on a N5X phone with Android 7.1.2

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions