FAQ
Cover
\
Build
\
Source
\
Bugs
\
Reference
\
Libraries
\
Tools
The bugs database has moved
here
.
Bug 415 : strokeCap(SQUARE) and strokeWeight() not playing nicely
Last modified: 2006-10-11 11:31
P
roject:
processing
trash
Version:
unspecified
Co
m
ponent:
android
book
core
libraries
pde
reference
tools
web
Status:
RESOLVED
Resolution:
INVALID -
Pr
i
ority:
P2
Severity:
normal
Platform
All
O
S:
All
Windows
Mac OS
Linux
Other
Reporter:
REAS
Assigned To:
fry
Attachment
Type
Created
Size
Actions
Description
: Opened: 2006-10-11 11:27
When strokeCap(SQUARE) is used with a stroke weight greater than 1, points
are not visible:
strokeCap(SQUARE);
//strokeCap(ROUND);
strokeWeight(10);
point(50, 50);
Additional Comment
#1 From fry 2006-10-11 11:31
i think you're looking for strokeCap(PROJECT). SQUARE would be an
infinitely small point, and therefore not visible. try it in illustrator.