caching system now relies on attr change events to clear the appropriate cache attrs

This commit is contained in:
Eric Rowell
2013-08-10 13:04:02 -07:00
parent 6f078dc127
commit 1c51d65a93
4 changed files with 42 additions and 32 deletions

View File

@@ -436,11 +436,9 @@
if(stroke || strokeWidth) {
this._applyLineCap(shape);
context.save();
context.lineWidth = strokeWidth || 2;
context.strokeStyle = shape.colorKey;
shape._strokeFuncHit(context);
context.restore();
}
}
};