CompoundPath#draw: set param.compound to false when done drawing.

This commit is contained in:
Jonathan Puckey 2011-05-14 20:36:58 +02:00
parent 4e059af684
commit 42ae3ce42e

View file

@ -71,6 +71,7 @@ var CompoundPath = this.CompoundPath = PathItem.extend({
ctx.strokeStyle = strokeColor.getCanvasStyle(ctx);
ctx.stroke();
}
param.compound = false;
}
}, new function() { // Injection scope for PostScript-like drawing functions
function getCurrentPath(that) {