mirror of
https://github.com/konvajs/konva.git
synced 2026-03-03 16:58:33 +08:00
updated copyright year, and removed excessive dashArray warnings
This commit is contained in:
@@ -287,9 +287,6 @@
|
||||
if(context.setLineDash) {
|
||||
context.setLineDash(dashArray);
|
||||
}
|
||||
else {
|
||||
Kinetic.Global.warn('Could not apply dash array because your browser does not support it.');
|
||||
}
|
||||
}
|
||||
if(!skipShadow && shape.hasShadow()) {
|
||||
this._applyShadow(shape);
|
||||
|
||||
Reference in New Issue
Block a user