-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Description
Using CircularAvatars and a 1x1 black default.png (to make it effectively invisible) I got:
Exception in thread "Animation Thread" java.lang.RuntimeException: The PImage used with mask() must be the same size as the applet.
at processing.core.PImage.mask(PImage.java:599)
at processing.core.PImage.mask(PImage.java:614)
at code_swarm$PersonNode.(code_swarm.java:1503)
at code_swarm.update(code_swarm.java:740)
at code_swarm.draw(code_swarm.java:382)
at processing.core.PApplet.handleDraw(PApplet.java:1395)
at processing.core.PApplet.run(PApplet.java:1300)
at java.lang.Thread.run(Thread.java:637)
It would be nice if CircularAvatars did not restrict the avatar size.
Metadata
Metadata
Assignees
Labels
No labels