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) {
|
if(context.setLineDash) {
|
||||||
context.setLineDash(dashArray);
|
context.setLineDash(dashArray);
|
||||||
}
|
}
|
||||||
else {
|
|
||||||
Kinetic.Global.warn('Could not apply dash array because your browser does not support it.');
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
if(!skipShadow && shape.hasShadow()) {
|
if(!skipShadow && shape.hasShadow()) {
|
||||||
this._applyShadow(shape);
|
this._applyShadow(shape);
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
/**
|
/**
|
||||||
* KineticJS JavaScript Library v@version
|
* KineticJS JavaScript Library v@version
|
||||||
* http://www.kineticjs.com/
|
* http://www.kineticjs.com/
|
||||||
* Copyright 2012, Eric Rowell
|
* Copyright 2013, Eric Rowell
|
||||||
* Licensed under the MIT or GPL Version 2 licenses.
|
* Licensed under the MIT or GPL Version 2 licenses.
|
||||||
* Date: @date
|
* Date: @date
|
||||||
*
|
*
|
||||||
* Copyright (C) 2011 - 2012 by Eric Rowell
|
* Copyright (C) 2011 - 2013 by Eric Rowell
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
Reference in New Issue
Block a user