strokeBounds example: select one path, to show how it is constructed.

This commit is contained in:
Jonathan Puckey 2011-04-17 18:49:54 +02:00
parent be9f312110
commit f8548ca6d4

View file

@ -23,6 +23,7 @@
}
var path = makePath();
path.selected = true;
path.strokeColor = 'black';
path.strokeCap = 'butt';
path.strokeJoin = 'round';