Bug 415 : strokeCap(SQUARE) and strokeWeight() not playing nicely
Last modified: 2006-10-11 11:31




Status:
RESOLVED
Resolution:
INVALID -
Priority:
P2
Severity:
normal

 

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.