continuing the graphics madness

This commit is contained in:
benfry
2005-02-14 18:28:10 +00:00
parent e3456e2f49
commit 504f10b761
5 changed files with 37 additions and 746 deletions

View File

@@ -195,7 +195,7 @@ public interface PConstants {
static final int CAP_MASK = SQUARE | ROUND | PROJECTED;
static final int MITERED = 1 << 3;
static final int ROUND = 1 << 4;
//static final int ROUND = 1 << 4;
static final int BEVELED = 1 << 5;
static final int JOIN_MASK = MITERED | ROUND | BEVELED;