Is it possible to have multiple stroke colors for a KineticJS regular polygon?
Here is a fiddle of just a regular pentagon http://jsfiddle.net/BrianSpry/wNT4D/. Essentially I want to be able to have a
stroke: 'insert different color'
for each of the 5 sides, however I do not know if that is easily possible with KineticJs.
Thanks!