konva/konva.min.js
Anton Lavrenov 0ae1f66b60 Private method stage._setPointerPosition() is deprecated
New method `stage.setPointersPositions(event)`
2019-02-19 20:17:49 -05:00

12 lines
153 KiB
JavaScript

!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define(e):(t=t||self).Konva=e()}(this,function(){"use strict";
/*
* Konva JavaScript Framework v3.0.0-0
* http://konvajs.github.io/
* Licensed under the MIT
* Date: Tue Feb 19 2019
*
* Original work Copyright (C) 2011 - 2013 by Eric Rowell (KineticJS)
* Modified work Copyright (C) 2014 - present by Anton Lavrenov (Konva)
*
* @license
*/var e=Math.PI/180,n={},o={},a="undefined"!=typeof window&&("[object Window]"==={}.toString.call(window)||"[object global]"==={}.toString.call(window)),t=/comment/.test(function(){}.toString()),h=function(t,e){e&&(n[e]||(n[e]=[]),n[e].push(t))},l=function(t,e){if(t){var i=n[t];if(i){for(var r=0;r<i.length;r++){i[r]._id===e&&i.splice(r,1)}0===i.length&&delete n[t]}}},L=function(t){return D().angleDeg?t*e:t},s=function(t){var e=t.indexOf("msie ");if(0<e)return parseInt(t.substring(e+5,t.indexOf(".",e)),10);if(0<t.indexOf("trident/")){var i=t.indexOf("rv:");return parseInt(t.substring(i+3,t.indexOf(".",i)),10)}var r=t.indexOf("edge/");return 0<r&&parseInt(t.substring(r+5,t.indexOf(".",r)),10)},i=function(t){var e=t.toLowerCase(),i=/(chrome)[ /]([\w.]+)/.exec(e)||/(webkit)[ /]([\w.]+)/.exec(e)||/(opera)(?:.*version|)[ /]([\w.]+)/.exec(e)||/(msie) ([\w.]+)/.exec(e)||e.indexOf("compatible")<0&&/(mozilla)(?:.*? rv:([\w.]+)|)/.exec(e)||[],r=!!t.match(/Android|BlackBerry|iPhone|iPad|iPod|Opera Mini|IEMobile/i),n=!!t.match(/IEMobile/i);return{browser:i[1]||"",version:i[2]||"0",isIE:s(e),mobile:r,ieMobile:n}},r="undefined"!=typeof global?global:"undefined"!=typeof window?window:"undefined"!=typeof WorkerGlobalScope?self:{},d=i(r.navigator&&r.navigator.userAgent||""),c=r.document,D=function(){return r.Konva},u=function(){function n(){}return n.toCollection=function(t){var e,i=new n,r=t.length;for(e=0;e<r;e++)i.push(t[e]);return i},n._mapMethod=function(r){n.prototype[r]=function(){var t,e=this.length,i=[].slice.call(arguments);for(t=0;t<e;t++)this[t][r].apply(this[t],i);return this}},n.mapMethods=function(t){var e=t.prototype;for(var i in e)n._mapMethod(i)},n}();u.prototype=[],u.prototype.each=function(t){for(var e=0;e<this.length;e++)t(this[e],e)},u.prototype.toArray=function(){var t,e=[],i=this.length;for(t=0;t<i;t++)e.push(this[t]);return e};var p=function(){function t(t){void 0===t&&(t=[1,0,0,1,0,0]),this.m=t&&t.slice()||[1,0,0,1,0,0]}return t.prototype.copy=function(){return new t(this.m)},t.prototype.point=function(t){var e=this.m;return{x:e[0]*t.x+e[2]*t.y+e[4],y:e[1]*t.x+e[3]*t.y+e[5]}},t.prototype.translate=function(t,e){return this.m[4]+=this.m[0]*t+this.m[2]*e,this.m[5]+=this.m[1]*t+this.m[3]*e,this},t.prototype.scale=function(t,e){return this.m[0]*=t,this.m[1]*=t,this.m[2]*=e,this.m[3]*=e,this},t.prototype.rotate=function(t){var e=Math.cos(t),i=Math.sin(t),r=this.m[0]*e+this.m[2]*i,n=this.m[1]*e+this.m[3]*i,a=this.m[0]*-i+this.m[2]*e,o=this.m[1]*-i+this.m[3]*e;return this.m[0]=r,this.m[1]=n,this.m[2]=a,this.m[3]=o,this},t.prototype.getTranslation=function(){return{x:this.m[4],y:this.m[5]}},t.prototype.skew=function(t,e){var i=this.m[0]+this.m[2]*e,r=this.m[1]+this.m[3]*e,n=this.m[2]+this.m[0]*t,a=this.m[3]+this.m[1]*t;return this.m[0]=i,this.m[1]=r,this.m[2]=n,this.m[3]=a,this},t.prototype.multiply=function(t){var e=this.m[0]*t.m[0]+this.m[2]*t.m[1],i=this.m[1]*t.m[0]+this.m[3]*t.m[1],r=this.m[0]*t.m[2]+this.m[2]*t.m[3],n=this.m[1]*t.m[2]+this.m[3]*t.m[3],a=this.m[0]*t.m[4]+this.m[2]*t.m[5]+this.m[4],o=this.m[1]*t.m[4]+this.m[3]*t.m[5]+this.m[5];return this.m[0]=e,this.m[1]=i,this.m[2]=r,this.m[3]=n,this.m[4]=a,this.m[5]=o,this},t.prototype.invert=function(){var t=1/(this.m[0]*this.m[3]-this.m[1]*this.m[2]),e=this.m[3]*t,i=-this.m[1]*t,r=-this.m[2]*t,n=this.m[0]*t,a=t*(this.m[2]*this.m[5]-this.m[3]*this.m[4]),o=t*(this.m[1]*this.m[4]-this.m[0]*this.m[5]);return this.m[0]=e,this.m[1]=i,this.m[2]=r,this.m[3]=n,this.m[4]=a,this.m[5]=o,this},t.prototype.getMatrix=function(){return this.m},t.prototype.setAbsolutePosition=function(t,e){var i=this.m[0],r=this.m[1],n=this.m[2],a=this.m[3],o=this.m[4],s=(i*(e-this.m[5])-r*(t-o))/(i*a-r*n),h=(t-o-n*s)/i;return this.translate(h,s)},t}(),f=Math.PI/180,g=180/Math.PI,v="Konva error: ",y={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,132,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,255,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,203],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[119,128,144],slategrey:[119,128,144],snow:[255,255,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],transparent:[255,255,255,0],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,5]},m=/rgb\((\d{1,3}),(\d{1,3}),(\d{1,3})\)/,O={_isElement:function(t){return!(!t||1!=t.nodeType)},_isFunction:function(t){return!!(t&&t.constructor&&t.call&&t.apply)},_isPlainObject:function(t){return!!t&&t.constructor===Object},_isArray:function(t){return"[object Array]"===Object.prototype.toString.call(t)},_isNumber:function(t){return"[object Number]"===Object.prototype.toString.call(t)&&!isNaN(t)&&isFinite(t)},_isString:function(t){return"[object String]"===Object.prototype.toString.call(t)},_isBoolean:function(t){return"[object Boolean]"===Object.prototype.toString.call(t)},isObject:function(t){return t instanceof Object},isValidSelector:function(t){if("string"!=typeof t)return!1;var e=t[0];return"#"===e||"."===e||e===e.toUpperCase()},_sign:function(t){return 0===t?0:0<t?1:-1},animQueue:[],requestAnimFrame:function(t){O.animQueue.push(t),1===O.animQueue.length&&requestAnimationFrame(function(){var t=O.animQueue;O.animQueue=[],t.forEach(function(t){t()})})},createCanvasElement:function(){var t=a?c.createElement("canvas"):new(D()._nodeCanvas());try{t.style=t.style||{}}catch(t){}return t},createImageElement:function(){return c.createElement("img")},_isInDocument:function(t){for(;t=t.parentNode;)if(t==c)return!0;return!1},_simplifyArray:function(t){var e,i,r=[],n=t.length,a=O;for(e=0;e<n;e++)i=t[e],a._isNumber(i)?i=Math.round(1e3*i)/1e3:a._isString(i)||(i=i.toString()),r.push(i);return r},_urlToImage:function(t,e){var i;(i=new r.Image).onload=function(){e(i)},i.src=t},_rgbToHex:function(t,e,i){return((1<<24)+(t<<16)+(e<<8)+i).toString(16).slice(1)},_hexToRgb:function(t){t=t.replace("#","");var e=parseInt(t,16);return{r:e>>16&255,g:e>>8&255,b:255&e}},getRandomColor:function(){for(var t=(16777215*Math.random()<<0).toString(16);t.length<6;)t="0"+t;return"#"+t},get:function(t,e){return void 0===t?e:t},getRGB:function(t){var e;return t in y?{r:(e=y[t])[0],g:e[1],b:e[2]}:"#"===t[0]?this._hexToRgb(t.substring(1)):"rgb("===t.substr(0,4)?(e=m.exec(t.replace(/ /g,"")),{r:parseInt(e[1],10),g:parseInt(e[2],10),b:parseInt(e[3],10)}):{r:0,g:0,b:0}},colorToRGBA:function(t){return t=t||"black",O._namedColorToRBA(t)||O._hex3ColorToRGBA(t)||O._hex6ColorToRGBA(t)||O._rgbColorToRGBA(t)||O._rgbaColorToRGBA(t)},_namedColorToRBA:function(t){var e=y[t.toLowerCase()];return e?{r:e[0],g:e[1],b:e[2],a:1}:null},_rgbColorToRGBA:function(t){if(0===t.indexOf("rgb(")){var e=(t=t.match(/rgb\(([^)]+)\)/)[1]).split(/ *, */).map(Number);return{r:e[0],g:e[1],b:e[2],a:1}}},_rgbaColorToRGBA:function(t){if(0===t.indexOf("rgba(")){var e=(t=t.match(/rgba\(([^)]+)\)/)[1]).split(/ *, */).map(Number);return{r:e[0],g:e[1],b:e[2],a:e[3]}}},_hex6ColorToRGBA:function(t){if("#"===t[0]&&7===t.length)return{r:parseInt(t.slice(1,3),16),g:parseInt(t.slice(3,5),16),b:parseInt(t.slice(5,7),16),a:1}},_hex3ColorToRGBA:function(t){if("#"===t[0]&&4===t.length)return{r:parseInt(t[1]+t[1],16),g:parseInt(t[2]+t[2],16),b:parseInt(t[3]+t[3],16),a:1}},haveIntersection:function(t,e){return!(e.x>t.x+t.width||e.x+e.width<t.x||e.y>t.y+t.height||e.y+e.height<t.y)},cloneObject:function(t){var e={};for(var i in t)this._isPlainObject(t[i])?e[i]=this.cloneObject(t[i]):this._isArray(t[i])?e[i]=this.cloneArray(t[i]):e[i]=t[i];return e},cloneArray:function(t){return t.slice(0)},_degToRad:function(t){return t*f},_radToDeg:function(t){return t*g},_capitalize:function(t){return t.charAt(0).toUpperCase()+t.slice(1)},throw:function(t){throw new Error(v+t)},error:function(t){console.error(v+t)},warn:function(t){console.warn("Konva warning: "+t)},extend:function(t,e){function i(){this.constructor=t}i.prototype=e.prototype;var r=t.prototype;for(var n in t.prototype=new i,r)r.hasOwnProperty(n)&&(t.prototype[n]=r[n]);t.__super__=e.prototype,t.super=e},_getControlPoints:function(t,e,i,r,n,a,o){var s=Math.sqrt(Math.pow(i-t,2)+Math.pow(r-e,2)),h=Math.sqrt(Math.pow(n-i,2)+Math.pow(a-r,2)),l=o*s/(s+h),d=o*h/(s+h);return[i-l*(n-t),r-l*(a-e),i+d*(n-t),r+d*(a-e)]},_expandPoints:function(t,e){var i,r,n=t.length,a=[];for(i=2;i<n-2;i+=2)r=O._getControlPoints(t[i-2],t[i-1],t[i],t[i+1],t[i+2],t[i+3],e),a.push(r[0]),a.push(r[1]),a.push(t[i]),a.push(t[i+1]),a.push(r[2]),a.push(r[3]);return a},each:function(t,e){for(var i in t)e(i,t[i])},_inRange:function(t,e,i){return e<=t&&t<i},_getProjectionToSegment:function(t,e,i,r,n,a){var o,s,h,l=(t-i)*(t-i)+(e-r)*(e-r);if(0==l)o=t,s=e,h=(n-i)*(n-i)+(a-r)*(a-r);else{var d=((n-t)*(i-t)+(a-e)*(r-e))/l;h=d<0?((o=t)-n)*(t-n)+((s=e)-a)*(e-a):1<d?((o=i)-n)*(i-n)+((s=r)-a)*(r-a):((o=t+d*(i-t))-n)*(o-n)+((s=e+d*(r-e))-a)*(s-a)}return[o,s,h]},_getProjectionToLine:function(s,h,l){var d=O.cloneObject(s),c=Number.MAX_VALUE;return h.forEach(function(t,e){if(l||e!==h.length-1){var i=h[(e+1)%h.length],r=O._getProjectionToSegment(t.x,t.y,i.x,i.y,s.x,s.y),n=r[0],a=r[1],o=r[2];o<c&&(d.x=n,d.y=a,c=o)}}),d},_prepareArrayForTween:function(t,e,i){var r,n=[],a=[];if(t.length>e.length){var o=e;e=t,t=o}for(r=0;r<t.length;r+=2)n.push({x:t[r],y:t[r+1]});for(r=0;r<e.length;r+=2)a.push({x:e[r],y:e[r+1]});var s=[];return a.forEach(function(t){var e=O._getProjectionToLine(t,n,i);s.push(e.x),s.push(e.y)}),s},_prepareToStringify:function(t){var e;for(var i in t.visitedByCircularReferenceRemoval=!0,t)if(t.hasOwnProperty(i)&&t[i]&&"object"==typeof t[i])if(e=Object.getOwnPropertyDescriptor(t,i),t[i].visitedByCircularReferenceRemoval||O._isElement(t[i])){if(!e.configurable)return null;delete t[i]}else if(null===O._prepareToStringify(t[i])){if(!e.configurable)return null;delete t[i]}return delete t.visitedByCircularReferenceRemoval,t}},_="get",b="set",S={addGetterSetter:function(t,e,i,r,n){this.addGetter(t,e,i),this.addSetter(t,e,r,n),this.addOverloadedGetterSetter(t,e)},addGetter:function(t,e,i){var r=_+O._capitalize(e);t.prototype[r]=t.prototype[r]||function(){var t=this.attrs[e];return void 0===t?i:t}},addSetter:function(t,e,i,r){var n=b+O._capitalize(e);t.prototype[n]=t.prototype[n]||function(t){return i&&null!=t&&(t=i.call(this,t,e)),this._setAttr(e,t),r&&r.call(this),this}},addComponentsGetterSetter:function(t,r,e,n,a){var i,o,s=e.length,h=O._capitalize,l=_+h(r),d=b+h(r);t.prototype[l]=function(){var t={};for(i=0;i<s;i++)t[o=e[i]]=this.getAttr(r+h(o));return t};var c=x.getComponentValidator(e);t.prototype[d]=function(t){var e,i=this.attrs[r];for(e in n&&(t=n.call(this,t)),c&&c.call(this,t,r),t)t.hasOwnProperty(e)&&this._setAttr(r+h(e),t[e]);return this._fireChangeEvent(r,i,t),a&&a.call(this),this},this.addOverloadedGetterSetter(t,r)},addOverloadedGetterSetter:function(t,e){var i=O._capitalize(e),r=b+i,n=_+i;t.prototype[e]=function(){return arguments.length?(this[r](arguments[0]),this):this[n]()}},addDeprecatedGetterSetter:function(t,e,i,r){O.error("Adding deprecated "+e);var n=_+O._capitalize(e),a=e+" property is deprecated and will be removed soon. Look at Konva change log for more information.";t.prototype[n]=function(){O.error(a);var t=this.attrs[e];return void 0===t?i:t},this.addSetter(t,e,r,function(){O.error(a)}),this.addOverloadedGetterSetter(t,e)},backCompat:function(o,t){O.each(t,function(t,e){var i=o.prototype[e],r=_+O._capitalize(t),n=b+O._capitalize(t);function a(){i.apply(this,arguments),O.error('"'+t+'" method is deprecated and will be removed soon. Use ""'+e+'" instead.')}o.prototype[t]=a,o.prototype[r]=a,o.prototype[n]=a})},afterSetFilter:function(){this._filterUpToDate=!1}},x={RGBComponent:function(t){return 255<t?255:t<0?0:Math.round(t)},alphaComponent:function(t){return 1<t?1:t<1e-4?1e-4:t},_formatValue:function(t){return O._isString(t)?'"'+t+'"':"[object Number]"===Object.prototype.toString.call(t)?t:O._isBoolean(t)?t:Object.prototype.toString.call(t)},getNumberValidator:function(){if(t)return function(t,e){return O._isNumber(t)||O.warn(x._formatValue(t)+' is a not valid value for "'+e+'" attribute. The value should be a number.'),t}},getNumberOrAutoValidator:function(){if(t)return function(t,e){return O._isNumber(t)||"auto"===t||O.warn(x._formatValue(t)+' is a not valid value for "'+e+'" attribute. The value should be a number or "auto".'),t}},getStringValidator:function(){if(t)return function(t,e){return O._isString(t)||O.warn(x._formatValue(t)+' is a not valid value for "'+e+'" attribute. The value should be a string.'),t}},getFunctionValidator:function(){if(t)return function(t,e){return O._isFunction(t)||O.warn(x._formatValue(t)+' is a not valid value for "'+e+'" attribute. The value should be a function.'),t}},getNumberArrayValidator:function(){if(t)return function(t,e){return O._isArray(t)?t.forEach(function(t){O._isNumber(t)||O.warn('"'+e+'" attribute has non numeric element '+t+". Make sure that all elements are numbers.")}):O.warn(x._formatValue(t)+' is a not valid value for "'+e+'" attribute. The value should be a array of numbers.'),t}},getBooleanValidator:function(){if(t)return function(t,e){return!0===t||!1===t||O.warn(x._formatValue(t)+' is a not valid value for "'+e+'" attribute. The value should be a boolean.'),t}},getComponentValidator:function(i){if(t)return function(t,e){return O.isObject(t)||O.warn(x._formatValue(t)+' is a not valid value for "'+e+'" attribute. The value should be an object with properties '+i),t}}},w=function(t,e){return(w=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])})(t,e)};function C(t,e){function i(){this.constructor=t}w(t,e),t.prototype=null===e?Object.create(e):(i.prototype=e.prototype,new i)}var k=["arc","arcTo","beginPath","bezierCurveTo","clearRect","clip","closePath","createLinearGradient","createPattern","createRadialGradient","drawImage","fill","fillText","getImageData","createImageData","lineTo","moveTo","putImageData","quadraticCurveTo","rect","restore","rotate","save","scale","setLineDash","setTransform","stroke","strokeText","transform","translate"],P=function(){function t(t){this.init(t)}return t.prototype.init=function(t){this.canvas=t,this._context=t._canvas.getContext("2d"),D().enableTrace&&(this.traceArr=[],this._enableTrace())},t.prototype.fillShape=function(t){t.getFillEnabled()&&this._fill(t)},t.prototype._fill=function(t){},t.prototype.strokeShape=function(t){t.getStrokeEnabled()&&this._stroke(t)},t.prototype._stroke=function(t){},t.prototype.fillStrokeShape=function(t){t.getFillEnabled()&&this._fill(t),t.getStrokeEnabled()&&this._stroke(t)},t.prototype.getTrace=function(t){var e,i,r,n,a=this.traceArr,o=a.length,s="";for(e=0;e<o;e++)(r=(i=a[e]).method)?(n=i.args,s+=r,t?s+="()":O._isArray(n[0])?s+="(["+n.join(",")+"])":s+="("+n.join(",")+")"):(s+=i.property,t||(s+="="+i.val)),s+=";";return s},t.prototype.clearTrace=function(){this.traceArr=[]},t.prototype._trace=function(t){var e=this.traceArr;e.push(t),e.length>=D().traceArrMax&&e.shift()},t.prototype.reset=function(){var t=this.getCanvas().getPixelRatio();this.setTransform(1*t,0,0,1*t,0,0)},t.prototype.getCanvas=function(){return this.canvas},t.prototype.clear=function(t){var e=this.getCanvas();t?this.clearRect(t.x||0,t.y||0,t.width||0,t.height||0):this.clearRect(0,0,e.getWidth()/e.pixelRatio,e.getHeight()/e.pixelRatio)},t.prototype._applyLineCap=function(t){var e=t.getLineCap();e&&this.setAttr("lineCap",e)},t.prototype._applyOpacity=function(t){var e=t.getAbsoluteOpacity();1!==e&&this.setAttr("globalAlpha",e)},t.prototype._applyLineJoin=function(t){var e=t.getLineJoin();e&&this.setAttr("lineJoin",e)},t.prototype.setAttr=function(t,e){this._context[t]=e},t.prototype.arc=function(t,e,i,r,n,a){this._context.arc(t,e,i,r,n,a)},t.prototype.arcTo=function(t,e,i,r,n,a){this._context.arc(t,e,i,r,n,a)},t.prototype.beginPath=function(){this._context.beginPath()},t.prototype.bezierCurveTo=function(t,e,i,r,n,a){this._context.bezierCurveTo(t,e,i,r,n,a)},t.prototype.clearRect=function(t,e,i,r){this._context.clearRect(t,e,i,r)},t.prototype.clip=function(){this._context.clip()},t.prototype.closePath=function(){this._context.closePath()},t.prototype.createImageData=function(t,e){var i=arguments;return 2===i.length?this._context.createImageData(t,e):1===i.length?this._context.createImageData(t):void 0},t.prototype.createLinearGradient=function(t,e,i,r){return this._context.createLinearGradient(t,e,i,r)},t.prototype.createPattern=function(t,e){return this._context.createPattern(t,e)},t.prototype.createRadialGradient=function(t,e,i,r,n,a){return this._context.createRadialGradient(t,e,i,r,n,a)},t.prototype.drawImage=function(t,e,i,r,n,a,o,s,h){var l=arguments,d=this._context;3===l.length?d.drawImage(t,e,i):5===l.length?d.drawImage(t,e,i,r,n):9===l.length&&d.drawImage(t,e,i,r,n,a,o,s,h)},t.prototype.isPointInPath=function(t,e){return this._context.isPointInPath(t,e)},t.prototype.fill=function(){this._context.fill()},t.prototype.fillRect=function(t,e,i,r){this._context.fillRect(t,e,i,r)},t.prototype.strokeRect=function(t,e,i,r){this._context.strokeRect(t,e,i,r)},t.prototype.fillText=function(t,e,i){this._context.fillText(t,e,i)},t.prototype.measureText=function(t){return this._context.measureText(t)},t.prototype.getImageData=function(t,e,i,r){return this._context.getImageData(t,e,i,r)},t.prototype.lineTo=function(t,e){this._context.lineTo(t,e)},t.prototype.moveTo=function(t,e){this._context.moveTo(t,e)},t.prototype.rect=function(t,e,i,r){this._context.rect(t,e,i,r)},t.prototype.putImageData=function(t,e,i){this._context.putImageData(t,e,i)},t.prototype.quadraticCurveTo=function(t,e,i,r){this._context.quadraticCurveTo(t,e,i,r)},t.prototype.restore=function(){this._context.restore()},t.prototype.rotate=function(t){this._context.rotate(t)},t.prototype.save=function(){this._context.save()},t.prototype.scale=function(t,e){this._context.scale(t,e)},t.prototype.setLineDash=function(t){this._context.setLineDash?this._context.setLineDash(t):"mozDash"in this._context?this._context.mozDash=t:"webkitLineDash"in this._context&&(this._context.webkitLineDash=t)},t.prototype.getLineDash=function(){return this._context.getLineDash()},t.prototype.setTransform=function(t,e,i,r,n,a){this._context.setTransform(t,e,i,r,n,a)},t.prototype.stroke=function(){this._context.stroke()},t.prototype.strokeText=function(t,e,i,r){this._context.strokeText(t,e,i,r)},t.prototype.transform=function(t,e,i,r,n,a){this._context.transform(t,e,i,r,n,a)},t.prototype.translate=function(t,e){this._context.translate(t,e)},t.prototype._enableTrace=function(){var t,r,n=this,e=k.length,a=O._simplifyArray,i=this.setAttr,o=function(t){var e,i=n[t];n[t]=function(){return r=a(Array.prototype.slice.call(arguments,0)),e=i.apply(n,arguments),n._trace({method:t,args:r}),e}};for(t=0;t<e;t++)o(k[t]);n.setAttr=function(){i.apply(n,arguments);var t=arguments[0],e=arguments[1];"shadowOffsetX"!==t&&"shadowOffsetY"!==t&&"shadowBlur"!==t||(e/=this.canvas.getPixelRatio()),n._trace({property:t,val:e})}},t.prototype._applyGlobalCompositeOperation=function(t){var e=t.getGlobalCompositeOperation();"source-over"!==e&&this.setAttr("globalCompositeOperation",e)},t}();["fillStyle","strokeStyle","shadowColor","shadowBlur","shadowOffsetX","shadowOffsetY","lineCap","lineDashOffset","lineJoin","lineWidth","miterLimit","font","textAlign","textBaseline","globalAlpha","globalCompositeOperation"].forEach(function(e){Object.defineProperty(P.prototype,e,{get:function(){return this._context[e]},set:function(t){this._context[e]=t}})});var T,M=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return C(e,t),e.prototype._fillColor=function(t){var e=t.fill();this.setAttr("fillStyle",e),t._fillFunc(this)},e.prototype._fillPattern=function(t){var e=t.getFillPatternX(),i=t.getFillPatternY(),r=t.getFillPatternScaleX(),n=t.getFillPatternScaleY(),a=L(t.getFillPatternRotation()),o=t.getFillPatternOffsetX(),s=t.getFillPatternOffsetY();(e||i)&&this.translate(e||0,i||0),a&&this.rotate(a),(r||n)&&this.scale(r,n),(o||s)&&this.translate(-1*o,-1*s),this.setAttr("fillStyle",t._getFillPattern()),t._fillFunc(this)},e.prototype._fillLinearGradient=function(t){var e=t._getLinearGradient();e&&(this.setAttr("fillStyle",e),t._fillFunc(this))},e.prototype._fillRadialGradient=function(t){var e=t._getRadialGradient();e&&(this.setAttr("fillStyle",e),t._fillFunc(this))},e.prototype._fill=function(t){var e=t.fill(),i=t.getFillPriority();if(e&&"color"===i)this._fillColor(t);else{var r=t.getFillPatternImage();if(r&&"pattern"===i)this._fillPattern(t);else{var n=t.getFillLinearGradientColorStops();if(n&&"linear-gradient"===i)this._fillLinearGradient(t);else{var a=t.getFillRadialGradientColorStops();a&&"radial-gradient"===i?this._fillRadialGradient(t):e?this._fillColor(t):r?this._fillPattern(t):n?this._fillLinearGradient(t):a&&this._fillRadialGradient(t)}}}},e.prototype._strokeLinearGradient=function(t){var e=t.getStrokeLinearGradientStartPoint(),i=t.getStrokeLinearGradientEndPoint(),r=t.getStrokeLinearGradientColorStops(),n=this.createLinearGradient(e.x,e.y,i.x,i.y);if(r){for(var a=0;a<r.length;a+=2)n.addColorStop(r[a],r[a+1]);this.setAttr("strokeStyle",n)}},e.prototype._stroke=function(t){var e=t.dash(),i=t.getStrokeScaleEnabled();if(t.hasStroke()){if(!i){this.save();var r=this.getCanvas().getPixelRatio();this.setTransform(r,0,0,r,0,0)}this._applyLineCap(t),e&&t.dashEnabled()&&(this.setLineDash(e),this.setAttr("lineDashOffset",t.dashOffset())),this.setAttr("lineWidth",t.strokeWidth()),t.getShadowForStrokeEnabled()||this.setAttr("shadowColor","rgba(0,0,0,0)"),t.getStrokeLinearGradientColorStops()?this._strokeLinearGradient(t):this.setAttr("strokeStyle",t.stroke()),t._strokeFunc(this),i||this.restore()}},e.prototype._applyShadow=function(t){var e=O,i=e.get(t.getShadowRGBA(),"black"),r=e.get(t.getShadowBlur(),5),n=e.get(t.getShadowOffset(),{x:0,y:0}),a=t.getAbsoluteScale(),o=this.canvas.getPixelRatio(),s=a.x*o,h=a.y*o;this.setAttr("shadowColor",i),this.setAttr("shadowBlur",r*Math.min(Math.abs(s),Math.abs(h))),this.setAttr("shadowOffsetX",n.x*s),this.setAttr("shadowOffsetY",n.y*h)},e}(P),A=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return C(e,t),e.prototype._fill=function(t){this.save(),this.setAttr("fillStyle",t.colorKey),t._fillFuncHit(this),this.restore()},e.prototype._stroke=function(t){if(t.hasStroke()&&t.strokeHitEnabled()){var e=t.getStrokeScaleEnabled();if(!e){this.save();var i=this.getCanvas().getPixelRatio();this.setTransform(i,0,0,i,0,0)}this._applyLineCap(t),this.setAttr("lineWidth",t.strokeWidth()),this.setAttr("strokeStyle",t.colorKey),t._strokeFuncHit(this),e||this.restore()}},e}(P);var G=function(){function t(t){this.pixelRatio=1,this.width=0,this.height=0,this.isCache=!1;var e=(t||{}).pixelRatio||D().pixelRatio||function(){if(T)return T;var t=O.createCanvasElement().getContext("2d");return T=(r.window.devicePixelRatio||1)/(t.webkitBackingStorePixelRatio||t.mozBackingStorePixelRatio||t.msBackingStorePixelRatio||t.oBackingStorePixelRatio||t.backingStorePixelRatio||1)}();this.pixelRatio=e,this._canvas=O.createCanvasElement(),this._canvas.style.padding="0",this._canvas.style.margin="0",this._canvas.style.border="0",this._canvas.style.background="transparent",this._canvas.style.position="absolute",this._canvas.style.top="0",this._canvas.style.left="0"}return t.prototype.getContext=function(){return this.context},t.prototype.getPixelRatio=function(){return this.pixelRatio},t.prototype.setPixelRatio=function(t){var e=this.pixelRatio;this.pixelRatio=t,this.setSize(this.getWidth()/e,this.getHeight()/e)},t.prototype.setWidth=function(t){this.width=this._canvas.width=t*this.pixelRatio,this._canvas.style.width=t+"px";var e=this.pixelRatio;this.getContext()._context.scale(e,e)},t.prototype.setHeight=function(t){this.height=this._canvas.height=t*this.pixelRatio,this._canvas.style.height=t+"px";var e=this.pixelRatio;this.getContext()._context.scale(e,e)},t.prototype.getWidth=function(){return this.width},t.prototype.getHeight=function(){return this.height},t.prototype.setSize=function(t,e){this.setWidth(t),this.setHeight(e)},t.prototype.toDataURL=function(t,e){try{return this._canvas.toDataURL(t,e)}catch(t){try{return this._canvas.toDataURL()}catch(t){return O.error("Unable to get data URL. "+t.message),""}}},t}();S.addGetterSetter(G,"pixelRatio",void 0,x.getNumberValidator());var R=function(i){function t(t){void 0===t&&(t={width:0,height:0});var e=i.call(this,t)||this;return e.context=new M(e),e.setSize(t.width,t.height),e}return C(t,i),t}(G),N=function(i){function t(t){void 0===t&&(t={width:0,height:0});var e=i.call(this,t)||this;return e.hitCanvas=!0,e.context=new A(e),e.setSize(t.width,t.height),e.hitCanvas=!0,e}return C(t,i),t}(G),I=r.performance&&r.performance.now?function(){return r.performance.now()}:function(){return(new Date).getTime()},F=function(){function r(t,e){this.id=r.animIdCounter++,this.frame={time:0,timeDiff:0,lastTime:I(),frameRate:0},this.func=t,this.setLayers(e)}return r.prototype.setLayers=function(t){var e=[];return e=t?0<t.length?t:[t]:[],this.layers=e,this},r.prototype.getLayers=function(){return this.layers},r.prototype.addLayer=function(t){var e,i=this.layers,r=i.length;for(e=0;e<r;e++)if(i[e]._id===t._id)return!1;return this.layers.push(t),!0},r.prototype.isRunning=function(){var t,e=r.animations,i=e.length;for(t=0;t<i;t++)if(e[t].id===this.id)return!0;return!1},r.prototype.start=function(){return this.stop(),this.frame.timeDiff=0,this.frame.lastTime=I(),r._addAnimation(this),this},r.prototype.stop=function(){return r._removeAnimation(this),this},r.prototype._updateFrameObject=function(t){this.frame.timeDiff=t-this.frame.lastTime,this.frame.lastTime=t,this.frame.time+=this.frame.timeDiff,this.frame.frameRate=1e3/this.frame.timeDiff},r._addAnimation=function(t){this.animations.push(t),this._handleAnimation()},r._removeAnimation=function(t){var e,i=t.id,r=this.animations,n=r.length;for(e=0;e<n;e++)if(r[e].id===i){this.animations.splice(e,1);break}},r._runFrames=function(){var t,e,i,r,n,a,o,s,h={},l=this.animations;for(r=0;r<l.length;r++)if(e=(t=l[r]).layers,i=t.func,t._updateFrameObject(I()),a=e.length,!i||!1!==i.call(t,t.frame))for(n=0;n<a;n++)void 0!==(o=e[n])._id&&(h[o._id]=o);for(s in h)h.hasOwnProperty(s)&&h[s].draw()},r._animationLoop=function(){var t=r;t.animations.length?(t._runFrames(),requestAnimationFrame(t._animationLoop)):t.animRunning=!1},r._handleAnimation=function(){this.animRunning||(this.animRunning=!0,requestAnimationFrame(this._animationLoop))},r.animations=[],r.animIdCounter=0,r.animRunning=!1,r}(),E={startPointerPos:{x:0,y:0},anim:new F(function(){var t=this.dirty;return this.dirty=!1,t}),isDragging:!1,justDragged:!1,offset:{x:0,y:0},node:null,_drag:function(t){var e=E.node;if(e){if(!E.isDragging){var i=e.getStage().getPointerPosition();i||(e.getStage().setPointersPositions(t),i=e.getStage().getPointerPosition());var r=e.dragDistance();if(Math.max(Math.abs(i.x-E.startPointerPos.x),Math.abs(i.y-E.startPointerPos.y))<r)return}if(e.getStage().setPointersPositions(t),!E.isDragging&&(E.isDragging=!0,e.fire("dragstart",{type:"dragstart",target:e,evt:t},!0),!e.isDragging()))return;e._setDragPosition(t),e.fire("dragmove",{type:"dragmove",target:e,evt:t},!0)}},_endDragBefore:function(t){var e,i=E.node;i&&(e=i.getLayer(),E.anim.stop(),E.isDragging&&(E.isDragging=!1,E.justDragged=!0,D().listenClickTap=!1,t&&(t.dragEndNode=i)),E.node=null,(e||i instanceof D().Stage)&&(e||i).draw())},_endDragAfter:function(t){var e=(t=t||{}).dragEndNode;t&&e&&e.fire("dragend",{type:"dragend",target:e,evt:t},!0)}};a&&(window.addEventListener("mouseup",E._endDragBefore,!0),window.addEventListener("touchend",E._endDragBefore,!0),window.addEventListener("mousemove",E._drag),window.addEventListener("touchmove",E._drag),window.addEventListener("mouseup",E._endDragAfter,!1),window.addEventListener("touchend",E._endDragAfter,!1));var B={},V=function(t,e){t&&B[t]===e&&delete B[t]},z="absoluteOpacity",H="absoluteTransform",W="absoluteScale",Y="canvas",X="listening",j="mouseenter",U="mouseleave",q="transform",K="visible",Q=["id"],J=["xChange.konva","yChange.konva","scaleXChange.konva","scaleYChange.konva","skewXChange.konva","skewYChange.konva","rotationChange.konva","offsetXChange.konva","offsetYChange.konva","transformsEnabledChange.konva"].join(" "),Z=["scaleXChange.konva","scaleYChange.konva"].join(" "),$=new u,tt=1,et=function(){function s(t){this._id=tt++,this.eventListeners={},this.attrs={},this.index=0,this.parent=null,this._cache=new Map,this._lastPos=null,this._filterUpToDate=!1,this._isUnderCache=!1,this.children=$,this.setAttrs(t),this.on(J,function(){this._clearCache(q),this._clearSelfAndDescendantCache(H)}),this.on(Z,function(){this._clearSelfAndDescendantCache(W)}),this.on("visibleChange.konva",function(){this._clearSelfAndDescendantCache(K)}),this.on("listeningChange.konva",function(){this._clearSelfAndDescendantCache(X)}),this.on("opacityChange.konva",function(){this._clearSelfAndDescendantCache(z)})}return s.prototype.hasChildren=function(){return!1},s.prototype.getChildren=function(){return $},s.prototype._clearCache=function(t){t?this._cache.delete(t):this._cache.clear()},s.prototype._getCache=function(t,e){var i=this._cache.get(t);return void 0===i&&(i=e.call(this),this._cache.set(t,i)),i},s.prototype._getCanvasCache=function(){return this._cache.get(Y)},s.prototype._clearSelfAndDescendantCache=function(e){this._clearCache(e),this._getCanvasCache()||this.children&&this.children.each(function(t){t._clearSelfAndDescendantCache(e)})},s.prototype.clearCache=function(){return this._cache.delete(Y),this._filterUpToDate=!1,this._clearSelfAndDescendantCache(void 0),this},s.prototype.cache=function(t){var e=t||{},i={};void 0!==e.x&&void 0!==e.y&&void 0!==e.width&&void 0!==e.height||(i=this.getClientRect({skipTransform:!0,relativeTo:this.getParent()}));var r=e.width||i.width,n=e.height||i.height,a=e.pixelRatio,o=void 0===e.x?i.x:e.x,s=void 0===e.y?i.y:e.y,h=e.offset||0,l=e.drawBorder||!1;if(r&&n){o-=h,s-=h;var d=new R({pixelRatio:a,width:r+=2*h,height:n+=2*h}),c=new R({pixelRatio:a,width:r,height:n}),u=new N({pixelRatio:1,width:r,height:n}),p=d.getContext(),f=u.getContext();return u.isCache=!0,p.save(),f.save(),p.translate(-o,-s),f.translate(-o,-s),this._isUnderCache=!0,this._clearSelfAndDescendantCache(z),this._clearSelfAndDescendantCache(W),this.drawScene(d,this,!0),this.drawHit(u,this,!0),this._isUnderCache=!1,p.restore(),f.restore(),l&&(p.save(),p.beginPath(),p.rect(0,0,r,n),p.closePath(),p.setAttr("strokeStyle","red"),p.setAttr("lineWidth",5),p.stroke(),p.restore()),this._cache.set(Y,{scene:d,filter:c,hit:u,x:o,y:s}),this}O.error("Can not cache the node. Width or height of the node equals 0. Caching is skipped.")},s.prototype.getClientRect=function(t){throw new Error('abstract "getClientRect" method call')},s.prototype._transformedRect=function(t,e){var i,r,n,a,o=[{x:t.x,y:t.y},{x:t.x+t.width,y:t.y},{x:t.x+t.width,y:t.y+t.height},{x:t.x,y:t.y+t.height}],s=this.getAbsoluteTransform(e);return o.forEach(function(t){var e=s.point(t);void 0===i&&(i=n=e.x,r=a=e.y),i=Math.min(i,e.x),r=Math.min(r,e.y),n=Math.max(n,e.x),a=Math.max(a,e.y)}),{x:i,y:r,width:n-i,height:a-r}},s.prototype._drawCachedSceneCanvas=function(t){t.save(),t._applyOpacity(this),t._applyGlobalCompositeOperation(this);var e=this._getCanvasCache();t.translate(e.x,e.y);var i=this._getCachedSceneCanvas(),r=i.pixelRatio;t.drawImage(i._canvas,0,0,i.width/r,i.height/r),t.restore()},s.prototype._drawCachedHitCanvas=function(t){var e=this._getCanvasCache(),i=e.hit;t.save(),t._applyGlobalCompositeOperation(this),t.translate(e.x,e.y),t.drawImage(i._canvas,0,0),t.restore()},s.prototype._getCachedSceneCanvas=function(){var t,e,i,r,n=this.filters(),a=this._getCanvasCache(),o=a.scene,s=a.filter,h=s.getContext();if(n){if(!this._filterUpToDate){var l=o.pixelRatio;try{for(t=n.length,h.clear(),h.drawImage(o._canvas,0,0,o.getWidth()/l,o.getHeight()/l),e=h.getImageData(0,0,s.getWidth(),s.getHeight()),i=0;i<t;i++)"function"==typeof(r=n[i])?(r.call(this,e),h.putImageData(e,0,0)):O.error("Filter should be type of function, but got "+typeof r+" insted. Please check correct filters")}catch(t){O.error("Unable to apply filter. "+t.message)}this._filterUpToDate=!0}return s}return o},s.prototype.on=function(t,e){if(3===arguments.length)return this._delegate.apply(this,arguments);var i,r,n,a,o=t.split(" "),s=o.length;for(i=0;i<s;i++)n=(r=o[i].split("."))[0],a=r[1]||"",this.eventListeners[n]||(this.eventListeners[n]=[]),this.eventListeners[n].push({name:a,handler:e});return this},s.prototype.off=function(t,e){var i,r,n,a,o,s=(t||"").split(" "),h=s.length;if(!t)for(r in this.eventListeners)this._off(r);for(i=0;i<h;i++)if(a=(n=s[i].split("."))[0],o=n[1],a)this.eventListeners[a]&&this._off(a,o,e);else for(r in this.eventListeners)this._off(r,o,e);return this},s.prototype.dispatchEvent=function(t){var e={target:this,type:t.type,evt:t};return this.fire(t.type,e),this},s.prototype.addEventListener=function(t,e){return this.on(t,function(t){e.call(this,t.evt)}),this},s.prototype.removeEventListener=function(t){return this.off(t),this},s.prototype._delegate=function(t,r,n){var a=this;this.on(t,function(t){for(var e=t.target.findAncestors(r,!0,a),i=0;i<e.length;i++)(t=O.cloneObject(t)).currentTarget=e[i],n.call(e[i],t)})},s.prototype.remove=function(){return E.node&&E.node===this&&this.stopDrag(),this._remove(),this},s.prototype._remove=function(){var t=this.getParent();t&&t.children&&(t.children.splice(this.index,1),t._setChildrenIndices(),this.parent=null),this._clearSelfAndDescendantCache("stage"),this._clearSelfAndDescendantCache(H),this._clearSelfAndDescendantCache(K),this._clearSelfAndDescendantCache(X),this._clearSelfAndDescendantCache(z)},s.prototype.destroy=function(){V(this.id(),this);for(var t=(this.name()||"").split(/\s/g),e=0;e<t.length;e++){var i=t[e];l(i,this._id)}return this.remove(),this},s.prototype.getAttr=function(t){var e="get"+O._capitalize(t);return O._isFunction(this[e])?this[e]():this.attrs[t]},s.prototype.getAncestors=function(){for(var t=this.getParent(),e=new u;t;)e.push(t),t=t.getParent();return e},s.prototype.getAttrs=function(){return this.attrs||{}},s.prototype.setAttrs=function(t){var e,i;if(!t)return this;for(e in t)"children"!==e&&(i="set"+O._capitalize(e),O._isFunction(this[i])?this[i](t[e]):this._setAttr(e,t[e]));return this},s.prototype.isListening=function(){return this._getCache(X,this._isListening)},s.prototype._isListening=function(){var t=this.listening(),e=this.getParent();return"inherit"===t?!e||e.isListening():t},s.prototype.isVisible=function(){return this._getCache(K,this._isVisible)},s.prototype._isVisible=function(t){var e=this.visible(),i=this.getParent();return"inherit"===e?!i||i===t||i._isVisible(t):e},s.prototype.shouldDrawHit=function(){var t=this.getLayer();return!t&&this.isListening()&&this.isVisible()||t&&t.hitGraphEnabled()&&this.isListening()&&this.isVisible()},s.prototype.show=function(){return this.visible(!0),this},s.prototype.hide=function(){return this.visible(!1),this},s.prototype.getZIndex=function(){return this.index||0},s.prototype.getAbsoluteZIndex=function(){var i,r,n,a,o=this.getDepth(),s=this,h=0;return"Stage"!==s.nodeType&&function t(e){for(i=[],r=e.length,n=0;n<r;n++)a=e[n],h++,"Shape"!==a.nodeType&&(i=i.concat(a.getChildren().toArray())),a._id===s._id&&(n=r);0<i.length&&i[0].getDepth()<=o&&t(i)}(s.getStage().getChildren()),h},s.prototype.getDepth=function(){for(var t=0,e=this.parent;e;)t++,e=e.parent;return t},s.prototype.setPosition=function(t){return this.x(t.x),this.y(t.y),this},s.prototype.getPosition=function(){return{x:this.x(),y:this.y()}},s.prototype.getAbsolutePosition=function(t){var e=this.getAbsoluteTransform(t).getMatrix(),i=new p,r=this.offset();return i.m=e.slice(),i.translate(r.x,r.y),i.getTranslation()},s.prototype.setAbsolutePosition=function(t){var e,i=this._clearTransform();return this.attrs.x=i.x,this.attrs.y=i.y,delete i.x,delete i.y,(e=this.getAbsoluteTransform()).invert(),e.translate(t.x,t.y),t={x:this.attrs.x+e.getTranslation().x,y:this.attrs.y+e.getTranslation().y},this.setPosition({x:t.x,y:t.y}),this._setTransform(i),this},s.prototype._setTransform=function(t){var e;for(e in t)this.attrs[e]=t[e];this._clearCache(q),this._clearSelfAndDescendantCache(H)},s.prototype._clearTransform=function(){var t={x:this.x(),y:this.y(),rotation:this.rotation(),scaleX:this.scaleX(),scaleY:this.scaleY(),offsetX:this.offsetX(),offsetY:this.offsetY(),skewX:this.skewX(),skewY:this.skewY()};return this.attrs.x=0,this.attrs.y=0,this.attrs.rotation=0,this.attrs.scaleX=1,this.attrs.scaleY=1,this.attrs.offsetX=0,this.attrs.offsetY=0,this.attrs.skewX=0,this.attrs.skewY=0,this._clearCache(q),this._clearSelfAndDescendantCache(H),t},s.prototype.move=function(t){var e=t.x,i=t.y,r=this.x(),n=this.y();return void 0!==e&&(r+=e),void 0!==i&&(n+=i),this.setPosition({x:r,y:n}),this},s.prototype._eachAncestorReverse=function(t,e){var i,r,n=[],a=this.getParent();if(e&&e._id===this._id)t(this);else{for(n.unshift(this);a&&(!e||a._id!==e._id);)n.unshift(a),a=a.parent;for(i=n.length,r=0;r<i;r++)t(n[r])}},s.prototype.rotate=function(t){return this.rotation(this.rotation()+t),this},s.prototype.moveToTop=function(){if(!this.parent)return O.warn("Node has no parent. moveToTop function is ignored."),!1;var t=this.index;return this.parent.children.splice(t,1),this.parent.children.push(this),this.parent._setChildrenIndices(),!0},s.prototype.moveUp=function(){if(!this.parent)return O.warn("Node has no parent. moveUp function is ignored."),!1;var t=this.index;return t<this.parent.getChildren().length-1&&(this.parent.children.splice(t,1),this.parent.children.splice(t+1,0,this),this.parent._setChildrenIndices(),!0)},s.prototype.moveDown=function(){if(!this.parent)return O.warn("Node has no parent. moveDown function is ignored."),!1;var t=this.index;return 0<t&&(this.parent.children.splice(t,1),this.parent.children.splice(t-1,0,this),this.parent._setChildrenIndices(),!0)},s.prototype.moveToBottom=function(){if(!this.parent)return O.warn("Node has no parent. moveToBottom function is ignored."),!1;var t=this.index;return 0<t&&(this.parent.children.splice(t,1),this.parent.children.unshift(this),this.parent._setChildrenIndices(),!0)},s.prototype.setZIndex=function(t){if(!this.parent)return O.warn("Node has no parent. zIndex parameter is ignored."),!1;(t<0||t>=this.parent.children.length)&&O.warn("Unexpected value "+t+" for zIndex property. zIndex is just index of a node in children of its parent. Expected value is from 0 to "+(this.parent.children.length-1)+".");var e=this.index;return this.parent.children.splice(e,1),this.parent.children.splice(t,0,this),this.parent._setChildrenIndices(),this},s.prototype.getAbsoluteOpacity=function(){return this._getCache(z,this._getAbsoluteOpacity)},s.prototype._getAbsoluteOpacity=function(){var t=this.opacity(),e=this.getParent();return e&&!e._isUnderCache&&(t*=this.getParent().getAbsoluteOpacity()),t},s.prototype.moveTo=function(t){return this.getParent()!==t&&(this._remove(),t.add(this)),this},s.prototype.toObject=function(){var t,e,i,r={},n=this.getAttrs();for(t in r.attrs={},n)e=n[t],O.isObject(e)&&!O._isPlainObject(e)&&!O._isArray(e)||(i="function"==typeof this[t]&&this[t],delete n[t],(i?i.call(this):null)!==(n[t]=e)&&(r.attrs[t]=e));return r.className=this.getClassName(),O._prepareToStringify(r)},s.prototype.toJSON=function(){return JSON.stringify(this.toObject())},s.prototype.getParent=function(){return this.parent},s.prototype.findAncestors=function(t,e,i){var r=[];e&&this._isMatch(t)&&r.push(this);for(var n=this.parent;n;){if(n===i)return r;n._isMatch(t)&&r.push(n),n=n.parent}return r},s.prototype.isAncestorOf=function(t){return!1},s.prototype.findAncestor=function(t,e,i){return this.findAncestors(t,e,i)[0]},s.prototype._isMatch=function(t){if(!t)return!1;var e,i,r=t.replace(/ /g,"").split(","),n=r.length;for(e=0;e<n;e++)if(i=r[e],O.isValidSelector(i)||(O.warn('Selector "'+i+'" is invalid. Allowed selectors examples are "#foo", ".bar" or "Group".'),O.warn('If you have a custom shape with such className, please change it to start with upper letter like "Triangle".'),O.warn("Konva is awesome, right?")),"#"===i.charAt(0)){if(this.id()===i.slice(1))return!0}else if("."===i.charAt(0)){if(this.hasName(i.slice(1)))return!0}else if(0!==this._get(i).length)return!0;return!1},s.prototype.getLayer=function(){var t=this.getParent();return t?t.getLayer():null},s.prototype.getStage=function(){return this._getCache("stage",this._getStage)},s.prototype._getStage=function(){var t=this.getParent();return t?t.getStage():void 0},s.prototype.fire=function(t,e,i){return(e=e||{}).target=e.target||this,i?this._fireAndBubble(t,e):this._fire(t,e),this},s.prototype.getAbsoluteTransform=function(t){return t?this._getAbsoluteTransform(t):this._getCache(H,this._getAbsoluteTransform)},s.prototype._getAbsoluteTransform=function(t){var i=new p;return this._eachAncestorReverse(function(t){var e=t.transformsEnabled();"all"===e?i.multiply(t.getTransform()):"position"===e&&i.translate(t.getX()-t.getOffsetX(),t.getY()-t.getOffsetY())},t),i},s.prototype.getAbsoluteScale=function(t){return t?this._getAbsoluteScale(t):this._getCache(W,this._getAbsoluteScale)},s.prototype._getAbsoluteScale=function(t){for(var e=this;e;)e._isUnderCache&&(t=e),e=e.getParent();var i=1,r=1;return this._eachAncestorReverse(function(t){i*=t.scaleX(),r*=t.scaleY()},t),{x:i,y:r}},s.prototype.getTransform=function(){return this._getCache(q,this._getTransform)},s.prototype._getTransform=function(){var t=new p,e=this.x(),i=this.y(),r=D().getAngle(this.rotation()),n=this.scaleX(),a=this.scaleY(),o=this.skewX(),s=this.skewY(),h=this.offsetX(),l=this.offsetY();return 0===e&&0===i||t.translate(e,i),0!==r&&t.rotate(r),0===o&&0===s||t.skew(o,s),1===n&&1===a||t.scale(n,a),0===h&&0===l||t.translate(-1*h,-1*l),t},s.prototype.clone=function(t){var e,i,r,n,a,o=O.cloneObject(this.attrs);for(var s in Q){delete o[Q[s]]}for(e in t)o[e]=t[e];var h=new this.constructor(o);for(e in this.eventListeners)for(r=(i=this.eventListeners[e]).length,n=0;n<r;n++)(a=i[n]).name.indexOf("konva")<0&&(h.eventListeners[e]||(h.eventListeners[e]=[]),h.eventListeners[e].push(a));return h},s.prototype._toKonvaCanvas=function(t){t=t||{};var e=this.getClientRect(),i=this.getStage(),r=void 0!==t.x?t.x:e.x,n=void 0!==t.y?t.y:e.y,a=t.pixelRatio||1,o=new R({width:t.width||e.width||(i?i.getWidth():0),height:t.height||e.height||(i?i.getHeight():0),pixelRatio:a}),s=o.getContext();return s.save(),(r||n)&&s.translate(-1*r,-1*n),this.drawScene(o),s.restore(),o},s.prototype.toCanvas=function(t){return this._toKonvaCanvas(t)._canvas},s.prototype.toDataURL=function(t){var e=(t=t||{}).mimeType||null,i=t.quality||null,r=this._toKonvaCanvas(t).toDataURL(e,i);return t.callback&&t.callback(r),r},s.prototype.toImage=function(t){if(!t||!t.callback)throw"callback required for toImage method config argument";var e=t.callback;delete t.callback,O._urlToImage(this.toDataURL(t),function(t){e(t)})},s.prototype.setSize=function(t){return this.width(t.width),this.height(t.height),this},s.prototype.getSize=function(){return{width:this.width(),height:this.height()}},s.prototype.getClassName=function(){return this.className||this.nodeType},s.prototype.getType=function(){return this.nodeType},s.prototype.getDragDistance=function(){return void 0!==this.attrs.dragDistance?this.attrs.dragDistance:this.parent?this.parent.getDragDistance():D().dragDistance},s.prototype._get=function(t){return this.className===t||this.nodeType===t?[this]:[]},s.prototype._off=function(t,e,i){var r,n,a,o=this.eventListeners[t];for(r=0;r<o.length;r++)if(n=o[r].name,a=o[r].handler,!("konva"===n&&"konva"!==e||e&&n!==e||i&&i!==a)){if(o.splice(r,1),0===o.length){delete this.eventListeners[t];break}r--}},s.prototype._fireChangeEvent=function(t,e,i){this._fire(t+"Change",{oldVal:e,newVal:i})},s.prototype.setId=function(t){var e,i,r=this.id();return V(r,this),e=this,(i=t)&&(B[i]&&O.warn('Duplicate id "{id}".\nPlease do not use same id several times, it will break find() method look up.\nIf you have duplicates it is better to use "name" property instead.\n'.replace("{id}",i)),B[i]=e),this._setAttr("id",t),this},s.prototype.setName=function(t){var e,i,r=(this.name()||"").split(/\s/g),n=(t||"").split(/\s/g);for(i=0;i<r.length;i++)e=r[i],-1===n.indexOf(e)&&e&&l(e,this._id);for(i=0;i<n.length;i++)e=n[i],-1===r.indexOf(e)&&e&&h(this,e);return this._setAttr("name",t),this},s.prototype.addName=function(t){if(!this.hasName(t)){var e=this.name(),i=e?e+" "+t:t;this.setName(i)}return this},s.prototype.hasName=function(t){return-1!==(this.name()||"").split(/\s/g).indexOf(t)},s.prototype.removeName=function(t){var e=(this.name()||"").split(/\s/g),i=e.indexOf(t);return-1!==i&&(e.splice(i,1),this.setName(e.join(" "))),this},s.prototype.setAttr=function(t,e){var i=this["set"+O._capitalize(t)];return O._isFunction(i)?i.call(this,e):this._setAttr(t,e),this},s.prototype._setAttr=function(t,e){var i;(i=this.attrs[t])===e&&!O.isObject(e)||(null==e?delete this.attrs[t]:this.attrs[t]=e,this._fireChangeEvent(t,i,e))},s.prototype._setComponentAttr=function(t,e,i){var r;void 0!==i&&((r=this.attrs[t])||(this.attrs[t]=this.getAttr(t)),this.attrs[t][e]=i,this._fireChangeEvent(t,r,i))},s.prototype._fireAndBubble=function(t,e,i){var r=!0;if(e&&"Shape"===this.nodeType&&(e.target=this),t===j&&i&&(this._id===i._id||this.isAncestorOf&&this.isAncestorOf(i))?r=!1:t===U&&i&&(this._id===i._id||this.isAncestorOf&&this.isAncestorOf(i))&&(r=!1),r){this._fire(t,e);var n=(t===j||t===U)&&i&&i.isAncestorOf&&i.isAncestorOf(this)&&!i.isAncestorOf(this.parent);(e&&!e.cancelBubble||!e)&&this.parent&&this.parent.isListening()&&!n&&(i&&i.parent?this._fireAndBubble.call(this.parent,t,e,i.parent):this._fireAndBubble.call(this.parent,t,e))}},s.prototype._fire=function(t,e){var i,r=this.eventListeners[t];if((e=e||{}).currentTarget=this,e.type=t,r)for(i=0;i<r.length;i++)r[i].handler.call(this,e)},s.prototype.draw=function(){return this.drawScene(),this.drawHit(),this},s.prototype.startDrag=function(){var t=this.getStage(),e=this.getLayer(),i=t.getPointerPosition(),r=this.getAbsolutePosition();i&&(E.node&&E.node.stopDrag(),E.node=this,E.startPointerPos=i,E.offset.x=i.x-r.x,E.offset.y=i.y-r.y,E.anim.setLayers(e||this.getLayers()),E.anim.start(),this._setDragPosition())},s.prototype._setDragPosition=function(t){var e=this.getStage().getPointerPosition(),i=this.dragBoundFunc();if(e){var r={x:e.x-E.offset.x,y:e.y-E.offset.y};void 0!==i&&(r=i.call(this,r,t)),this.setAbsolutePosition(r),this._lastPos&&this._lastPos.x===r.x&&this._lastPos.y===r.y||(E.anim.dirty=!0),this._lastPos=r}},s.prototype.stopDrag=function(){var t={};E._endDragBefore(t),E._endDragAfter(t)},s.prototype.setDraggable=function(t){this._setAttr("draggable",t),this._dragChange()},s.prototype.isDragging=function(){return!(!E.node||E.node!==this||!E.isDragging)},s.prototype._listenDrag=function(){this._dragCleanup(),this.on("mousedown.konva touchstart.konva",function(t){0<=D().dragButtons.indexOf(t.evt.button)&&(E.node||this.startDrag())})},s.prototype._dragChange=function(){if(this.attrs.draggable)this._listenDrag();else{this._dragCleanup();var t=this.getStage(),e=E;t&&e.node&&e.node._id===this._id&&e.node.stopDrag()}},s.prototype._dragCleanup=function(){this.off("mousedown.konva"),this.off("touchstart.konva")},s.create=function(t,e){return O._isString(t)&&(t=JSON.parse(t)),this._createNode(t,e)},s._createNode=function(t,e){var i,r,n,a=s.prototype.getClassName.call(t),o=t.children;if(e&&(t.attrs.container=e),D()[a]||(O.warn('Can not find a node with class name "'+a+'". Fallback to "Shape".'),a="Shape"),i=new(D()[a])(t.attrs),o)for(r=o.length,n=0;n<r;n++)i.add(s._createNode(o[n]));return i},s}();et.prototype.nodeType="Node",et.prototype._attrsAffectingSize=[],S.addGetterSetter(et,"zIndex"),S.addGetterSetter(et,"absolutePosition"),S.addGetterSetter(et,"position"),S.addGetterSetter(et,"x",0,x.getNumberValidator()),S.addGetterSetter(et,"y",0,x.getNumberValidator()),S.addGetterSetter(et,"globalCompositeOperation","source-over",x.getStringValidator()),S.addGetterSetter(et,"opacity",1,x.getNumberValidator()),S.addGetterSetter(et,"name","",x.getStringValidator()),S.addGetterSetter(et,"id","",x.getStringValidator()),S.addGetterSetter(et,"rotation",0,x.getNumberValidator()),S.addComponentsGetterSetter(et,"scale",["x","y"]),S.addGetterSetter(et,"scaleX",1,x.getNumberValidator()),S.addGetterSetter(et,"scaleY",1,x.getNumberValidator()),S.addComponentsGetterSetter(et,"skew",["x","y"]),S.addGetterSetter(et,"skewX",0,x.getNumberValidator()),S.addGetterSetter(et,"skewY",0,x.getNumberValidator()),S.addComponentsGetterSetter(et,"offset",["x","y"]),S.addGetterSetter(et,"offsetX",0,x.getNumberValidator()),S.addGetterSetter(et,"offsetY",0,x.getNumberValidator()),S.addGetterSetter(et,"dragDistance",null,x.getNumberValidator()),S.addGetterSetter(et,"width",0,x.getNumberValidator()),S.addGetterSetter(et,"height",0,x.getNumberValidator()),S.addGetterSetter(et,"listening","inherit",function(t){return!0===t||!1===t||"inherit"===t||O.warn(t+' is a not valid value for "listening" attribute. The value may be true, false or "inherit".'),t}),S.addGetterSetter(et,"preventDefault",!0,x.getBooleanValidator()),S.addGetterSetter(et,"filters",null,function(t){return this._filterUpToDate=!1,t}),S.addGetterSetter(et,"visible","inherit",function(t){return!0===t||!1===t||"inherit"===t||O.warn(t+' is a not valid value for "visible" attribute. The value may be true, false or "inherit".'),t}),S.addGetterSetter(et,"transformsEnabled","all",x.getStringValidator()),S.addGetterSetter(et,"size"),S.addGetterSetter(et,"dragBoundFunc"),S.addGetterSetter(et,"draggable",!1,x.getBooleanValidator()),S.backCompat(et,{rotateDeg:"rotate",setRotationDeg:"setRotation",getRotationDeg:"getRotation"}),u.mapMethods(et);var it=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.children=new u,t}return C(t,e),t.prototype.getChildren=function(e){if(!e)return this.children;var i=new u;return this.children.each(function(t){e(t)&&i.push(t)}),i},t.prototype.hasChildren=function(){return 0<this.getChildren().length},t.prototype.removeChildren=function(){for(var t,e=u.toCollection(this.children),i=0;i<e.length;i++)(t=e[i]).parent=null,t.index=0,t.remove();return e=null,this.children=new u,this},t.prototype.destroyChildren=function(){for(var t,e=u.toCollection(this.children),i=0;i<e.length;i++)(t=e[i]).parent=null,t.index=0,t.destroy();return e=null,this.children=new u,this},t.prototype.add=function(t){if(1<arguments.length){for(var e=0;e<arguments.length;e++)this.add(arguments[e]);return this}if(t.getParent())return t.moveTo(this),this;var i=this.children;return this._validateAdd(t),t.index=i.length,t.parent=this,i.push(t),this._fire("add",{child:t}),D().DD&&t.isDragging()&&D().DD.anim.setLayers(t.getLayer()),this},t.prototype.destroy=function(){return this.hasChildren()&&this.destroyChildren(),e.prototype.destroy.call(this),this},t.prototype.find=function(t){return this._generalFind(t,!1)},t.prototype.get=function(t){return O.warn("collection.get() method is deprecated. Please use collection.find() instead."),this.find(t)},t.prototype.findOne=function(t){var e=this._generalFind(t,!0);return 0<e.length?e[0]:void 0},t.prototype._generalFind=function(t,e){var i=[];return"string"==typeof t?i=this._findByString(t):"function"==typeof t&&(i=this._findByFunction(t,e)),u.toCollection(i)},t.prototype._findByString=function(t){var e,i,r,n,a,o,s,h=[],l=t.replace(/ /g,"").split(","),d=l.length;for(e=0;e<d;e++){if(r=l[e],!O.isValidSelector(r)){var c='Selector "'+r+'" is invalid. Allowed selectors examples are "#foo", ".bar" or "Group".\nIf you have a custom shape with such className, please change it to start with upper letter like "Triangle".\nKonva is awesome, right?';O.warn(c)}if("#"===r.charAt(0))(a=this._getNodeById(r.slice(1)))&&h.push(a);else if("."===r.charAt(0))n=this._getNodesByName(r.slice(1)),h=h.concat(n);else for(s=(o=this.getChildren()).length,i=0;i<s;i++)h=h.concat(o[i]._get(r))}return h},t.prototype._findByFunction=function(n,a){var o=[],s=function(t){if(!(a&&0<o.length)){var e=t.getChildren(),i=e.length;n(t)&&(o=o.concat(t));for(var r=0;r<i;r++)s(e[r])}};return s(this),o},t.prototype._getNodeById=function(t){var e=B[t];return void 0!==e&&this.isAncestorOf(e)?e:null},t.prototype._getNodesByName=function(t){var e=n[t]||[];return this._getDescendants(e)},t.prototype._get=function(t){for(var e=et.prototype._get.call(this,t),i=this.getChildren(),r=i.length,n=0;n<r;n++)e=e.concat(i[n]._get(t));return e},t.prototype.toObject=function(){var t=et.prototype.toObject.call(this);t.children=[];for(var e=this.getChildren(),i=e.length,r=0;r<i;r++){var n=e[r];t.children.push(n.toObject())}return t},t.prototype._getDescendants=function(t){for(var e=[],i=t.length,r=0;r<i;r++){var n=t[r];this.isAncestorOf(n)&&e.push(n)}return e},t.prototype.isAncestorOf=function(t){for(var e=t.getParent();e;){if(e._id===this._id)return!0;e=e.getParent()}return!1},t.prototype.clone=function(t){var e=et.prototype.clone.call(this,t);return this.getChildren().each(function(t){e.add(t.clone())}),e},t.prototype.getAllIntersections=function(e){var i=[];return this.find("Shape").each(function(t){t.isVisible()&&t.intersects(e)&&i.push(t)}),i},t.prototype._setChildrenIndices=function(){this.children.each(function(t,e){t.index=e})},t.prototype.drawScene=function(t,e,i){var r=this.getLayer(),n=t||r&&r.getCanvas(),a=n&&n.getContext(),o=this._getCanvasCache(),s=o&&o.scene;return(this.isVisible()||i)&&(!i&&s?(a.save(),r._applyTransform(this,a,e),this._drawCachedSceneCanvas(a),a.restore()):this._drawChildren(n,"drawScene",e,!1,i,i)),this},t.prototype.drawHit=function(t,e,i){var r=this.getLayer(),n=t||r&&r.hitCanvas,a=n&&n.getContext(),o=this._getCanvasCache(),s=o&&o.hit;return(this.shouldDrawHit(n)||i)&&(!i&&s?(a.save(),r._applyTransform(this,a,e),this._drawCachedHitCanvas(a),a.restore()):this._drawChildren(n,"drawHit",e,!1,i,i)),this},t.prototype._drawChildren=function(e,i,r,n,a,t){var o,s,h=this.getLayer(),l=e&&e.getContext(),d=this.clipWidth(),c=this.clipHeight(),u=this.clipFunc(),p=d&&c||u;if(p&&h){l.save();var f=this.getAbsoluteTransform(r),g=f.getMatrix();l.transform(g[0],g[1],g[2],g[3],g[4],g[5]),l.beginPath(),u?u.call(this,l,this):(o=this.clipX(),s=this.clipY(),l.rect(o,s,d,c)),l.clip(),g=f.copy().invert().getMatrix(),l.transform(g[0],g[1],g[2],g[3],g[4],g[5])}var v="source-over"!==this.globalCompositeOperation()&&!t;v&&h&&(l.save(),l._applyGlobalCompositeOperation(this)),this.children.each(function(t){t[i](e,r,n,a)}),v&&h&&l.restore(),p&&h&&l.restore()},t.prototype.shouldDrawHit=function(t){var e=this.getLayer(),i=D().DD&&D().isDragging()&&-1!==D().DD.anim.getLayers().indexOf(e);return t&&t.isCache||e&&e.hitGraphEnabled()&&this.isVisible()&&!i},t.prototype.getClientRect=function(i){var r,n,a,o,t=(i=i||{}).skipTransform,e=i.relativeTo,s={x:1/0,y:1/0,width:0,height:0},h=this;this.children.each(function(t){if(t.getVisible()){var e=t.getClientRect({relativeTo:h,skipShadow:i.skipShadow,skipStroke:i.skipStroke});0===e.width&&0===e.height||(o=void 0===r?(r=e.x,n=e.y,a=e.x+e.width,e.y+e.height):(r=Math.min(r,e.x),n=Math.min(n,e.y),a=Math.max(a,e.x+e.width),Math.max(o,e.y+e.height)))}});for(var l=this.find("Shape"),d=!1,c=0;c<l.length;c++){if(l[c]._isVisible(this)){d=!0;break}}return s=d?{x:r,y:n,width:a-r,height:o-n}:{x:0,y:0,width:0,height:0},t?s:this._transformedRect(s,e)},t}(et);S.addComponentsGetterSetter(it,"clip",["x","y","width","height"]),S.addGetterSetter(it,"clipX",void 0,x.getNumberValidator()),S.addGetterSetter(it,"clipY",void 0,x.getNumberValidator()),S.addGetterSetter(it,"clipWidth",void 0,x.getNumberValidator()),S.addGetterSetter(it,"clipHeight",void 0,x.getNumberValidator()),S.addGetterSetter(it,"clipFunc"),u.mapMethods(it);var rt="mouseout",nt="mouseleave",at="mouseover",ot="mousemove",st="mousedown",ht="mouseup",lt="contextmenu",dt="dblclick",ct="touchstart",ut="touchend",pt="touchmove",ft="wheel",gt="_",vt=[st,ot,ht,rt,ct,pt,ut,at,ft,lt],yt=vt.length;function mt(e,i){e.content.addEventListener(i,function(t){e[gt+i](t)},!1)}var _t=[],bt=function(r){function t(t){var e=r.call(this,t)||this;return e._buildDOM(),e._bindContentEvents(),_t.push(e),e.on("widthChange.konva heightChange.konva",e._resizeDOM),e.on("visibleChange.konva",e._checkVisibility),e._checkVisibility(),e}return C(t,r),t.prototype._validateAdd=function(t){"Layer"!==t.getType()&&O.throw("You may only add layers to the stage.")},t.prototype._checkVisibility=function(){var t=this.visible()?"":"none";this.content.style.display=t},t.prototype.setContainer=function(t){if("string"==typeof t){if("."===t.charAt(0)){var e=t.slice(1);t=c.getElementsByClassName(e)[0]}else{var i;i="#"!==t.charAt(0)?t:t.slice(1),t=c.getElementById(i)}if(!t)throw"Can not find container in document with id "+i}return this._setAttr("container",t),this},t.prototype.shouldDrawHit=function(){return!0},t.prototype.clear=function(){var t,e=this.children,i=e.length;for(t=0;t<i;t++)e[t].clear();return this},t.prototype.clone=function(t){return t||(t={}),t.container=c.createElement("div"),it.prototype.clone.call(this,t)},t.prototype.destroy=function(){r.prototype.destroy.call(this);var t=this.content;t&&O._isInDocument(t)&&this.container().removeChild(t);var e=_t.indexOf(this);return-1<e&&_t.splice(e,1),this},t.prototype.getPointerPosition=function(){return this.pointerPos||O.warn("Pointer position is missing and not registered by the stage. Looks like it is outside of the stage container. You can set it manually from event: stage.setPointersPositions(event);"),this.pointerPos},t.prototype.getStage=function(){return this},t.prototype.getContent=function(){return this.content},t.prototype._toKonvaCanvas=function(i){var r=(i=i||{}).x||0,n=i.y||0,t=new R({width:i.width||this.width(),height:i.height||this.height(),pixelRatio:i.pixelRatio||1}),a=t.getContext()._context,e=this.children;return(r||n)&&a.translate(-1*r,-1*n),e.each(function(t){if(t.isVisible()){var e=t._toKonvaCanvas(i);a.drawImage(e._canvas,r,n,e.getWidth()/e.getPixelRatio(),e.getHeight()/e.getPixelRatio())}}),t},t.prototype.getIntersection=function(t,e){var i,r,n=this.children;for(i=n.length-1;0<=i;i--)if(r=n[i].getIntersection(t,e))return r;return null},t.prototype._resizeDOM=function(){if(this.content){var t,e,i=this.width(),r=this.height(),n=this.getChildren(),a=n.length;for(this.content.style.width=i+"px",this.content.style.height=r+"px",this.bufferCanvas.setSize(i,r),this.bufferHitCanvas.setSize(i,r),t=0;t<a;t++)(e=n[t]).setSize({width:i,height:r}),e.draw()}},t.prototype.add=function(t){if(1<arguments.length){for(var e=0;e<arguments.length;e++)this.add(arguments[e]);return this}r.prototype.add.call(this,t);var i=this.children.length;return 5<i&&O.warn("The stage has "+i+" layers. Recommended maximin number of layers is 3-5. Adding more layers into the stage may drop the performance. Rethink your tree structure, you can use Konva.Group."),t._setCanvasSize(this.width(),this.height()),t.draw(),a&&this.content.appendChild(t.canvas._canvas),this},t.prototype.getParent=function(){return null},t.prototype.getLayer=function(){return null},t.prototype.getLayers=function(){return this.getChildren()},t.prototype._bindContentEvents=function(){if(a)for(var t=0;t<yt;t++)mt(this,vt[t])},t.prototype._mouseover=function(t){this.setPointersPositions(t),this._fire("contentMouseover",{evt:t}),this._fire(at,{evt:t,target:this,currentTarget:this})},t.prototype._mouseout=function(t){this.setPointersPositions(t);var e=this.targetShape;e&&!D().isDragging()&&(e._fireAndBubble(rt,{evt:t}),e._fireAndBubble(nt,{evt:t}),this.targetShape=null),this.pointerPos=void 0,this._fire("contentMouseout",{evt:t})},t.prototype._mousemove=function(t){if(d.ieMobile)return this._touchmove(t);var e;if(this.setPointersPositions(t),!D().isDragging()){if((e=this.getIntersection(this.getPointerPosition()))&&e.isListening()){var i=!this.targetShape||this.targetShape!==e;!D().isDragging()&&i?(this.targetShape&&(this.targetShape._fireAndBubble(rt,{evt:t},e),this.targetShape._fireAndBubble(nt,{evt:t},e)),e._fireAndBubble(at,{evt:t},this.targetShape),e._fireAndBubble("mouseenter",{evt:t},this.targetShape),this.targetShape=e):e._fireAndBubble(ot,{evt:t})}else this.targetShape&&!D().isDragging()&&(this.targetShape._fireAndBubble(rt,{evt:t}),this.targetShape._fireAndBubble(nt,{evt:t}),this._fire(at,{evt:t,target:this,currentTarget:this}),this.targetShape=null),this._fire(ot,{evt:t,target:this,currentTarget:this});this._fire("contentMousemove",{evt:t})}t.cancelable&&t.preventDefault()},t.prototype._mousedown=function(t){if(d.ieMobile)return this._touchstart(t);this.setPointersPositions(t);var e=this.getIntersection(this.getPointerPosition());D().listenClickTap=!0,e&&e.isListening()?(this.clickStartShape=e)._fireAndBubble(st,{evt:t}):this._fire(st,{evt:t,target:this,currentTarget:this}),this._fire("contentMousedown",{evt:t})},t.prototype._mouseup=function(t){if(d.ieMobile)return this._touchend(t);this.setPointersPositions(t);var e=this.getIntersection(this.getPointerPosition()),i=this.clickStartShape,r=this.clickEndShape,n=!1,a=D().DD;D().inDblClickWindow?(n=!0,clearTimeout(this.dblTimeout)):a&&a.justDragged?a&&(a.justDragged=!1):(D().inDblClickWindow=!0,clearTimeout(this.dblTimeout)),this.dblTimeout=setTimeout(function(){D().inDblClickWindow=!1},D().dblClickWindow),e&&e.isListening()?((this.clickEndShape=e)._fireAndBubble(ht,{evt:t}),D().listenClickTap&&i&&i._id===e._id&&(e._fireAndBubble("click",{evt:t}),n&&r&&r._id===e._id&&e._fireAndBubble(dt,{evt:t}))):(this._fire(ht,{evt:t,target:this,currentTarget:this}),D().listenClickTap&&this._fire("click",{evt:t,target:this,currentTarget:this}),n&&this._fire(dt,{evt:t,target:this,currentTarget:this})),this._fire("contentMouseup",{evt:t}),D().listenClickTap&&(this._fire("contentClick",{evt:t}),n&&this._fire("contentDblclick",{evt:t})),D().listenClickTap=!1,t.cancelable&&t.preventDefault()},t.prototype._contextmenu=function(t){this.setPointersPositions(t);var e=this.getIntersection(this.getPointerPosition());e&&e.isListening()?e._fireAndBubble(lt,{evt:t}):this._fire(lt,{evt:t,target:this,currentTarget:this}),this._fire("contentContextmenu",{evt:t})},t.prototype._touchstart=function(t){this.setPointersPositions(t);var e=this.getIntersection(this.getPointerPosition());D().listenClickTap=!0,e&&e.isListening()?((this.tapStartShape=e)._fireAndBubble(ct,{evt:t}),e.isListening()&&e.preventDefault()&&t.cancelable&&t.preventDefault()):this._fire(ct,{evt:t,target:this,currentTarget:this}),this._fire("contentTouchstart",{evt:t})},t.prototype._touchend=function(t){this.setPointersPositions(t);var e=this.getIntersection(this.getPointerPosition()),i=!1;D().inDblClickWindow?i=!0:D().inDblClickWindow=!0,clearTimeout(this.dblTimeout),this.dblTimeout=setTimeout(function(){D().inDblClickWindow=!1},D().dblClickWindow),e&&e.isListening()?(e._fireAndBubble(ut,{evt:t}),D().listenClickTap&&this.tapStartShape&&e._id===this.tapStartShape._id&&(e._fireAndBubble("tap",{evt:t}),i&&e._fireAndBubble("dbltap",{evt:t})),e.isListening()&&e.preventDefault()&&t.cancelable&&t.preventDefault()):(this._fire(ut,{evt:t,target:this,currentTarget:this}),D().listenClickTap&&this._fire("tap",{evt:t,target:this,currentTarget:this}),i&&this._fire("dbltap",{evt:t,target:this,currentTarget:this})),this._fire("contentTouchend",{evt:t}),D().listenClickTap&&(this._fire("contentTap",{evt:t}),i&&this._fire("contentDbltap",{evt:t})),D().listenClickTap=!1},t.prototype._touchmove=function(t){this.setPointersPositions(t);var e,i=D().DD;D().isDragging()||((e=this.getIntersection(this.getPointerPosition()))&&e.isListening()?(e._fireAndBubble(pt,{evt:t}),e.isListening()&&e.preventDefault()&&t.cancelable&&t.preventDefault()):this._fire(pt,{evt:t,target:this,currentTarget:this}),this._fire("contentTouchmove",{evt:t})),i&&D().isDragging()&&D().DD.node.preventDefault()&&t.cancelable&&t.preventDefault()},t.prototype._wheel=function(t){this.setPointersPositions(t);var e=this.getIntersection(this.getPointerPosition());e&&e.isListening()?e._fireAndBubble(ft,{evt:t}):this._fire(ft,{evt:t,target:this,currentTarget:this}),this._fire("contentWheel",{evt:t})},t.prototype.setPointersPositions=function(t){var e=this._getContentPosition(),i=null,r=null;if(void 0!==(t=t||window.event).touches){if(0<t.touches.length){var n=t.touches[0];i=n.clientX-e.left,r=n.clientY-e.top}}else i=t.clientX-e.left,r=t.clientY-e.top;null!==i&&null!==r&&(this.pointerPos={x:i,y:r})},t.prototype._setPointerPosition=function(t){O.warn('Method _setPointerPosition is deprecated. Use "stage.setPointersPositions(event)" instead.'),this.setPointersPositions(t)},t.prototype._getContentPosition=function(){var t=this.content.getBoundingClientRect?this.content.getBoundingClientRect():{top:0,left:0};return{top:t.top,left:t.left}},t.prototype._buildDOM=function(){if(this.bufferCanvas=new R,this.bufferHitCanvas=new N({pixelRatio:1}),a){var t=this.container();if(!t)throw"Stage has no container. A container is required.";t.innerHTML="",this.content=c.createElement("div"),this.content.style.position="relative",this.content.style.userSelect="none",this.content.className="konvajs-content",this.content.setAttribute("role","presentation"),t.appendChild(this.content),this._resizeDOM()}},t.prototype._onContent=function(t,e){var i,r,n=t.split(" "),a=n.length;for(i=0;i<a;i++)r=n[i],this.content.addEventListener(r,e,!1)},t.prototype.cache=function(){return O.warn("Cache function is not allowed for stage. You may use cache only for layers, groups and shapes."),this},t.prototype.clearCache=function(){return this},t.prototype.batchDraw=function(){return this.children.each(function(t){t.batchDraw()}),this},t}(it);bt.prototype.nodeType="Stage",S.addGetterSetter(bt,"container");var St=function(i){function t(t){var e=i.call(this,t)||this;return e.canvas=new R,e._waitingForDraw=!1,e.on("visibleChange",e._checkVisibility),e._checkVisibility(),e}return C(t,i),t.prototype.createPNGStream=function(){return this.canvas._canvas.createPNGStream()},t.prototype.getCanvas=function(){return this.canvas},t.prototype.getHitCanvas=function(){return this.hitCanvas},t.prototype.getContext=function(){return this.getCanvas().getContext()},t.prototype.clear=function(t){return this.getContext().clear(t),this},t.prototype.setZIndex=function(t){i.prototype.setZIndex.call(this,t);var e=this.getStage();return e&&(e.content.removeChild(this.getCanvas()._canvas),t<e.getChildren().length-1?e.content.insertBefore(this.getCanvas()._canvas,e.getChildren()[t+1].getCanvas()._canvas):e.content.appendChild(this.getCanvas()._canvas)),this},t.prototype.moveToTop=function(){et.prototype.moveToTop.call(this);var t=this.getStage();return t&&(t.content.removeChild(this.getCanvas()._canvas),t.content.appendChild(this.getCanvas()._canvas)),!0},t.prototype.moveUp=function(){if(!et.prototype.moveUp.call(this))return!1;var t=this.getStage();return!!t&&(t.content.removeChild(this.getCanvas()._canvas),this.index<t.getChildren().length-1?t.content.insertBefore(this.getCanvas()._canvas,t.getChildren()[this.index+1].getCanvas()._canvas):t.content.appendChild(this.getCanvas()._canvas),!0)},t.prototype.moveDown=function(){if(et.prototype.moveDown.call(this)){var t=this.getStage();if(t){var e=t.getChildren();t.content.removeChild(this.getCanvas()._canvas),t.content.insertBefore(this.getCanvas()._canvas,e[this.index+1].getCanvas()._canvas)}return!0}return!1},t.prototype.moveToBottom=function(){if(et.prototype.moveToBottom.call(this)){var t=this.getStage();if(t){var e=t.getChildren();t.content.removeChild(this.getCanvas()._canvas),t.content.insertBefore(this.getCanvas()._canvas,e[1].getCanvas()._canvas)}return!0}return!1},t.prototype.getLayer=function(){return this},t.prototype.remove=function(){var t=this.getCanvas()._canvas;return et.prototype.remove.call(this),t&&t.parentNode&&O._isInDocument(t)&&t.parentNode.removeChild(t),this},t.prototype.getStage=function(){return this.parent},t.prototype.setSize=function(t){var e=t.width,i=t.height;return this.canvas.setSize(e,i),this},t.prototype._toKonvaCanvas=function(t){return(t=t||{}).width=t.width||this.getWidth(),t.height=t.height||this.getHeight(),t.x=void 0!==t.x?t.x:this.x(),t.y=void 0!==t.y?t.y:this.y(),et.prototype._toKonvaCanvas.call(this,t)},t.prototype._checkVisibility=function(){var t=this.visible();this.canvas._canvas.style.display=t?"block":"none"},t.prototype.getWidth=function(){if(this.parent)return this.parent.width()},t.prototype.setWidth=function(){O.warn('Can not change width of layer. Use "stage.width(value)" function instead.')},t.prototype.getHeight=function(){if(this.parent)return this.parent.height()},t.prototype.setHeight=function(){O.warn('Can not change height of layer. Use "stage.height(value)" function instead.')},t.prototype.getIntersection=function(t,e){return null},t.prototype.batchDraw=function(){var t=this;return this._waitingForDraw||(this._waitingForDraw=!0,O.requestAnimFrame(function(){t.draw(),t._waitingForDraw=!1})),this},t.prototype._applyTransform=function(t,e,i){var r=t.getAbsoluteTransform(i).getMatrix();e.transform(r[0],r[1],r[2],r[3],r[4],r[5])},t}(it);St.prototype.nodeType="Layer",S.addGetterSetter(St,"clearBeforeDraw",!0),u.mapMethods(St);var xt=[{x:0,y:0},{x:-1,y:-1},{x:1,y:-1},{x:1,y:1},{x:-1,y:1}],wt=xt.length,Ct=function(r){function t(){var t=null!==r&&r.apply(this,arguments)||this;return t.hitCanvas=new N({pixelRatio:1}),t}return C(t,r),t.prototype._setCanvasSize=function(t,e){this.canvas.setSize(t,e),this.hitCanvas.setSize(t,e)},t.prototype._validateAdd=function(t){var e=t.getType();"Group"!==e&&"Shape"!==e&&O.throw("You may only add groups and shapes to a layer.")},t.prototype.getIntersection=function(t,e){var i,r,n,a;if(!this.hitGraphEnabled()||!this.isVisible())return null;for(var o=1,s=!1;;){for(r=0;r<wt;r++){if(n=xt[r],(a=(i=this._getIntersection({x:t.x+n.x*o,y:t.y+n.y*o})).shape)&&e)return a.findAncestor(e,!0);if(a)return a;if(s=!!i.antialiased,!i.antialiased)break}if(!s)return null;o+=1}},t.prototype._getIntersection=function(t){var e,i,r=this.hitCanvas.pixelRatio,n=this.hitCanvas.context.getImageData(Math.round(t.x*r),Math.round(t.y*r),1,1).data,a=n[3];return 255===a?(e=O._rgbToHex(n[0],n[1],n[2]),(i=o["#"+e])?{shape:i}:{antialiased:!0}):0<a?{antialiased:!0}:{}},t.prototype.drawScene=function(t,e){var i=this.getLayer(),r=t||i&&i.getCanvas();return this._fire("beforeDraw",{node:this}),this.clearBeforeDraw()&&r.getContext().clear(),it.prototype.drawScene.call(this,r,e),this._fire("draw",{node:this}),this},t.prototype.drawHit=function(t,e){var i=this.getLayer(),r=t||i&&i.hitCanvas;return i&&i.clearBeforeDraw()&&i.getHitCanvas().getContext().clear(),it.prototype.drawHit.call(this,r,e),this},t.prototype.clear=function(t){return St.prototype.clear.call(this,t),this.getHitCanvas().getContext().clear(t),this},t.prototype.enableHitGraph=function(){return this.hitGraphEnabled(!0),this},t.prototype.disableHitGraph=function(){return this.hitGraphEnabled(!1),this},t.prototype.toggleHitCanvas=function(){if(this.parent){var t=this.parent;!!this.hitCanvas._canvas.parentNode?t.content.removeChild(this.hitCanvas._canvas):t.content.appendChild(this.hitCanvas._canvas)}},t.prototype.setSize=function(t){var e=t.width,i=t.height;return r.prototype.setSize.call(this,{width:e,height:i}),this.hitCanvas.setSize(e,i),this},t}(St);S.addGetterSetter(Ct,"hitGraphEnabled",!0,x.getBooleanValidator()),u.mapMethods(Ct);var kt=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return C(e,t),e.prototype._validateAdd=function(t){"Shape"!==t.getType()&&O.throw("You may only add shapes to a fast layer.")},e.prototype._setCanvasSize=function(t,e){this.canvas.setSize(t,e)},e.prototype.hitGraphEnabled=function(){return!1},e.prototype.drawScene=function(t){var e=this.getLayer(),i=t||e&&e.getCanvas();return this.clearBeforeDraw()&&i.getContext().clear(),it.prototype.drawScene.call(this,i),this},e.prototype.draw=function(){return this.drawScene(),this},e}(St);u.mapMethods(kt);var Pt=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return C(e,t),e.prototype._validateAdd=function(t){var e=t.getType();"Group"!==e&&"Shape"!==e&&O.throw("You may only add groups and shapes to groups.")},e}(it);Pt.prototype.nodeType="Group",u.mapMethods(Pt);var Tt,Mt="hasShadow",At="shadowRGBA",Gt="patternImage",Rt="linearGradient",Lt="radialGradient";function Dt(){return Tt||(Tt=O.createCanvasElement().getContext("2d"))}function Ot(){this._clearCache(Mt)}function Nt(){this._clearCache(At)}function It(){this._clearCache(Gt)}function Ft(){this._clearCache(Rt)}function Et(){this._clearCache(Lt)}var Bt=function(r){function t(t){for(var e,i=r.call(this,t)||this;!(e=O.getRandomColor())||e in o;);return i.colorKey=e,(o[e]=i).on("shadowColorChange.konva shadowBlurChange.konva shadowOffsetChange.konva shadowOpacityChange.konva shadowEnabledChange.konva",Ot),i.on("shadowColorChange.konva shadowOpacityChange.konva shadowEnabledChange.konva",Nt),i.on("fillPriorityChange.konva fillPatternImageChange.konva fillPatternRepeatChange.konva",It),i.on("fillPriorityChange.konva fillLinearGradientColorStopsChange.konva fillLinearGradientStartPointXChange.konva fillLinearGradientStartPointYChange.konva fillLinearGradientEndPointXChange.konva fillLinearGradientEndPointYChange.konva",Ft),i.on("fillPriorityChange.konva fillRadialGradientColorStopsChange.konva fillRadialGradientStartPointXChange.konva fillRadialGradientStartPointYChange.konva fillRadialGradientEndPointXChange.konva fillRadialGradientEndPointYChange.konva fillRadialGradientStartRadiusChange.konva fillRadialGradientEndRadiusChange.konva",Et),i}return C(t,r),t.prototype.getContext=function(){return this.getLayer().getContext()},t.prototype.getCanvas=function(){return this.getLayer().getCanvas()},t.prototype.getSceneFunc=function(){return this.attrs.sceneFunc||this._sceneFunc},t.prototype.hasShadow=function(){return this._getCache(Mt,this._hasShadow)},t.prototype._hasShadow=function(){return this.shadowEnabled()&&0!==this.shadowOpacity()&&!!(this.shadowColor()||this.shadowBlur()||this.shadowOffsetX()||this.shadowOffsetY())},t.prototype._getFillPattern=function(){return this._getCache(Gt,this.__getFillPattern)},t.prototype.__getFillPattern=function(){if(this.fillPatternImage())return Dt().createPattern(this.fillPatternImage(),this.fillPatternRepeat()||"repeat")},t.prototype._getLinearGradient=function(){return this._getCache(Rt,this.__getLinearGradient)},t.prototype.__getLinearGradient=function(){var t=this.fillLinearGradientColorStops();if(t){for(var e=Dt(),i=this.fillLinearGradientStartPoint(),r=this.fillLinearGradientEndPoint(),n=e.createLinearGradient(i.x,i.y,r.x,r.y),a=0;a<t.length;a+=2)n.addColorStop(t[a],t[a+1]);return n}},t.prototype._getRadialGradient=function(){return this._getCache(Lt,this.__getRadialGradient)},t.prototype.__getRadialGradient=function(){var t=this.fillRadialGradientColorStops();if(t){for(var e=Dt(),i=this.fillRadialGradientStartPoint(),r=this.fillRadialGradientEndPoint(),n=e.createRadialGradient(i.x,i.y,this.fillRadialGradientStartRadius(),r.x,r.y,this.fillRadialGradientEndRadius()),a=0;a<t.length;a+=2)n.addColorStop(t[a],t[a+1]);return n}},t.prototype.getShadowRGBA=function(){return this._getCache(At,this._getShadowRGBA)},t.prototype._getShadowRGBA=function(){if(this.hasShadow()){var t=O.colorToRGBA(this.shadowColor());return"rgba("+t.r+","+t.g+","+t.b+","+t.a*(this.shadowOpacity()||1)+")"}},t.prototype.hasFill=function(){return!!(this.fill()||this.fillPatternImage()||this.fillLinearGradientColorStops()||this.fillRadialGradientColorStops())},t.prototype.hasStroke=function(){return this.strokeEnabled()&&!(!this.stroke()&&!this.strokeLinearGradientColorStops())},t.prototype.intersects=function(t){var e=this.getStage().bufferHitCanvas;return e.getContext().clear(),this.drawHit(e),0<e.context.getImageData(Math.round(t.x),Math.round(t.y),1,1).data[3]},t.prototype.destroy=function(){return et.prototype.destroy.call(this),delete o[this.colorKey],delete this.colorKey,this},t.prototype._useBufferCanvas=function(t){return(!t||this.hasShadow())&&this.perfectDrawEnabled()&&1!==this.getAbsoluteOpacity()&&this.hasFill()&&this.hasStroke()&&this.getStage()},t.prototype.getSelfRect=function(){var t=this.size();return{x:this._centroid?Math.round(-t.width/2):0,y:this._centroid?Math.round(-t.height/2):0,width:t.width,height:t.height}},t.prototype.getClientRect=function(t){var e=(t=t||{}).skipTransform,i=t.relativeTo,r=this.getSelfRect(),n=!t.skipStroke&&this.hasStroke()&&this.strokeWidth()||0,a=r.width+n,o=r.height+n,s=!t.skipShadow&&this.hasShadow(),h=s?this.shadowOffsetX():0,l=s?this.shadowOffsetY():0,d=a+Math.abs(h),c=o+Math.abs(l),u=s&&this.shadowBlur()||0,p=d+2*u,f=c+2*u,g=0;Math.round(n/2)!==n/2&&(g=1);var v={width:p+g,height:f+g,x:-Math.round(n/2+u)+Math.min(h,0)+r.x,y:-Math.round(n/2+u)+Math.min(l,0)+r.y};return e?v:this._transformedRect(v,i)},t.prototype.drawScene=function(t,e,i,r){var n,a,o=this.getLayer(),s=t||o.getCanvas(),h=s.getContext(),l=this._getCanvasCache(),d=this.sceneFunc(),c=this.hasShadow(),u=this.hasStroke();if(!this.isVisible()&&!i)return this;if(l)return h.save(),o._applyTransform(this,h,e),this._drawCachedSceneCanvas(h),h.restore(),this;if(!d)return this;if(h.save(),this._useBufferCanvas(i)&&!r){if((a=(n=this.getStage().bufferCanvas).getContext()).clear(),a.save(),a._applyLineJoin(this),!i)if(o)o._applyTransform(this,a,e);else{var p=this.getAbsoluteTransform(e).getMatrix();h.transform(p[0],p[1],p[2],p[3],p[4],p[5])}d.call(this,a,this),a.restore();var f=n.pixelRatio;c&&!s.hitCanvas?(h.save(),h._applyShadow(this),h._applyOpacity(this),h._applyGlobalCompositeOperation(this),h.drawImage(n._canvas,0,0,n.width/f,n.height/f),h.restore()):(h._applyOpacity(this),h._applyGlobalCompositeOperation(this),h.drawImage(n._canvas,0,0,n.width/f,n.height/f))}else{if(h._applyLineJoin(this),!i)if(o)o._applyTransform(this,h,e);else{var g=this.getAbsoluteTransform(e).getMatrix();h.transform(g[0],g[1],g[2],g[3],g[4],g[5])}c&&u&&!s.hitCanvas?(h.save(),i||(h._applyOpacity(this),h._applyGlobalCompositeOperation(this)),h._applyShadow(this),d.call(this,h,this),h.restore(),this.hasFill()&&this.shadowForStrokeEnabled()&&d.call(this,h,this)):c&&!s.hitCanvas?(h.save(),i||(h._applyOpacity(this),h._applyGlobalCompositeOperation(this)),h._applyShadow(this),d.call(this,h,this),h.restore()):(i||(h._applyOpacity(this),h._applyGlobalCompositeOperation(this)),d.call(this,h,this))}return h.restore(),this},t.prototype.drawHit=function(t,e,i){var r=this.getLayer(),n=(t||r.hitCanvas).getContext(),a=this.hitFunc()||this.sceneFunc(),o=this._getCanvasCache(),s=o&&o.hit;if(this.colorKey||(console.log(this),O.warn("Looks like your canvas has a destroyed shape in it. Do not reuse shape after you destroyed it. See the shape in logs above. If you want to reuse shape you should call remove() instead of destroy()")),!this.shouldDrawHit()&&!i)return this;if(s)return n.save(),r._applyTransform(this,n,e),this._drawCachedHitCanvas(n),n.restore(),this;if(!a)return this;if(n.save(),n._applyLineJoin(this),!i)if(r)r._applyTransform(this,n,e);else{var h=this.getAbsoluteTransform(e).getMatrix();n.transform(h[0],h[1],h[2],h[3],h[4],h[5])}return a.call(this,n,this),n.restore(),this},t.prototype.drawHitFromCache=function(t){var e,i,r,n,a,o,s=t||0,h=this._getCanvasCache(),l=this._getCachedSceneCanvas(),d=h.hit,c=d.getContext(),u=d.getWidth(),p=d.getHeight();c.clear(),c.drawImage(l._canvas,0,0,u,p);try{for(r=(i=(e=c.getImageData(0,0,u,p)).data).length,n=O._hexToRgb(this.colorKey),a=0;a<r;a+=4)o=i[a+3],i[a+3]=s<o?(i[a]=n.r,i[a+1]=n.g,i[a+2]=n.b,255):0;c.putImageData(e,0,0)}catch(t){O.error("Unable to draw hit graph from cached scene canvas. "+t.message)}return this},t}(et);Bt.prototype._fillFunc=function(t){t.fill()},Bt.prototype._strokeFunc=function(t){t.stroke()},Bt.prototype._fillFuncHit=function(t){t.fill()},Bt.prototype._strokeFuncHit=function(t){t.stroke()},Bt.prototype._centroid=!1,Bt.prototype.nodeType="Shape",S.addGetterSetter(Bt,"stroke",void 0,x.getStringValidator()),S.addGetterSetter(Bt,"strokeWidth",2,x.getNumberValidator()),S.addGetterSetter(Bt,"strokeHitEnabled",!0,x.getBooleanValidator()),S.addGetterSetter(Bt,"perfectDrawEnabled",!0,x.getBooleanValidator()),S.addGetterSetter(Bt,"shadowForStrokeEnabled",!0,x.getBooleanValidator()),S.addGetterSetter(Bt,"lineJoin"),S.addGetterSetter(Bt,"lineCap"),S.addGetterSetter(Bt,"sceneFunc"),S.addGetterSetter(Bt,"hitFunc"),S.addGetterSetter(Bt,"dash"),S.addGetterSetter(Bt,"dashOffset",0,x.getNumberValidator()),S.addGetterSetter(Bt,"shadowColor",void 0,x.getStringValidator()),S.addGetterSetter(Bt,"shadowBlur",0,x.getNumberValidator()),S.addGetterSetter(Bt,"shadowOpacity",1,x.getNumberValidator()),S.addComponentsGetterSetter(Bt,"shadowOffset",["x","y"]),S.addGetterSetter(Bt,"shadowOffsetX",0,x.getNumberValidator()),S.addGetterSetter(Bt,"shadowOffsetY",0,x.getNumberValidator()),S.addGetterSetter(Bt,"fillPatternImage"),S.addGetterSetter(Bt,"fill",void 0,x.getStringValidator()),S.addGetterSetter(Bt,"fillPatternX",0,x.getNumberValidator()),S.addGetterSetter(Bt,"fillPatternY",0,x.getNumberValidator()),S.addGetterSetter(Bt,"fillLinearGradientColorStops"),S.addGetterSetter(Bt,"strokeLinearGradientColorStops"),S.addGetterSetter(Bt,"fillRadialGradientStartRadius",0),S.addGetterSetter(Bt,"fillRadialGradientEndRadius",0),S.addGetterSetter(Bt,"fillRadialGradientColorStops"),S.addGetterSetter(Bt,"fillPatternRepeat","repeat"),S.addGetterSetter(Bt,"fillEnabled",!0),S.addGetterSetter(Bt,"strokeEnabled",!0),S.addGetterSetter(Bt,"shadowEnabled",!0),S.addGetterSetter(Bt,"dashEnabled",!0),S.addGetterSetter(Bt,"strokeScaleEnabled",!0),S.addGetterSetter(Bt,"fillPriority","color"),S.addComponentsGetterSetter(Bt,"fillPatternOffset",["x","y"]),S.addGetterSetter(Bt,"fillPatternOffsetX",0,x.getNumberValidator()),S.addGetterSetter(Bt,"fillPatternOffsetY",0,x.getNumberValidator()),S.addComponentsGetterSetter(Bt,"fillPatternScale",["x","y"]),S.addGetterSetter(Bt,"fillPatternScaleX",1,x.getNumberValidator()),S.addGetterSetter(Bt,"fillPatternScaleY",1,x.getNumberValidator()),S.addComponentsGetterSetter(Bt,"fillLinearGradientStartPoint",["x","y"]),S.addComponentsGetterSetter(Bt,"strokeLinearGradientStartPoint",["x","y"]),S.addGetterSetter(Bt,"fillLinearGradientStartPointX",0),S.addGetterSetter(Bt,"strokeLinearGradientStartPointX",0),S.addGetterSetter(Bt,"fillLinearGradientStartPointY",0),S.addGetterSetter(Bt,"strokeLinearGradientStartPointY",0),S.addComponentsGetterSetter(Bt,"fillLinearGradientEndPoint",["x","y"]),S.addComponentsGetterSetter(Bt,"strokeLinearGradientEndPoint",["x","y"]),S.addGetterSetter(Bt,"fillLinearGradientEndPointX",0),S.addGetterSetter(Bt,"strokeLinearGradientEndPointX",0),S.addGetterSetter(Bt,"fillLinearGradientEndPointY",0),S.addGetterSetter(Bt,"strokeLinearGradientEndPointY",0),S.addComponentsGetterSetter(Bt,"fillRadialGradientStartPoint",["x","y"]),S.addGetterSetter(Bt,"fillRadialGradientStartPointX",0),S.addGetterSetter(Bt,"fillRadialGradientStartPointY",0),S.addComponentsGetterSetter(Bt,"fillRadialGradientEndPoint",["x","y"]),S.addGetterSetter(Bt,"fillRadialGradientEndPointX",0),S.addGetterSetter(Bt,"fillRadialGradientEndPointY",0),S.addGetterSetter(Bt,"fillPatternRotation",0),S.backCompat(Bt,{dashArray:"dash",getDashArray:"getDash",setDashArray:"getDash",drawFunc:"sceneFunc",getDrawFunc:"getSceneFunc",setDrawFunc:"setSceneFunc",drawHitFunc:"hitFunc",getDrawHitFunc:"getHitFunc",setDrawHitFunc:"setHitFunc"}),u.mapMethods(Bt);var Vt={node:1,duration:1,easing:1,onFinish:1,yoyo:1},zt=0,Ht=["fill","stroke","shadowColor"],Wt=function(){function t(t,e,i,r,n,a,o){this.prop=t,this.propFunc=e,this.begin=r,this._pos=r,this.duration=a,this._change=0,this.prevPos=0,this.yoyo=o,this._time=0,this._position=0,this._startTime=0,this._finish=0,this.func=i,this._change=n-this.begin,this.pause()}return t.prototype.fire=function(t){var e=this[t];e&&e()},t.prototype.setTime=function(t){t>this.duration?this.yoyo?(this._time=this.duration,this.reverse()):this.finish():t<0?this.yoyo?(this._time=0,this.play()):this.reset():(this._time=t,this.update())},t.prototype.getTime=function(){return this._time},t.prototype.setPosition=function(t){this.prevPos=this._pos,this.propFunc(t),this._pos=t},t.prototype.getPosition=function(t){return void 0===t&&(t=this._time),this.func(t,this.begin,this._change,this.duration)},t.prototype.play=function(){this.state=2,this._startTime=this.getTimer()-this._time,this.onEnterFrame(),this.fire("onPlay")},t.prototype.reverse=function(){this.state=3,this._time=this.duration-this._time,this._startTime=this.getTimer()-this._time,this.onEnterFrame(),this.fire("onReverse")},t.prototype.seek=function(t){this.pause(),this._time=t,this.update(),this.fire("onSeek")},t.prototype.reset=function(){this.pause(),this._time=0,this.update(),this.fire("onReset")},t.prototype.finish=function(){this.pause(),this._time=this.duration,this.update(),this.fire("onFinish")},t.prototype.update=function(){this.setPosition(this.getPosition(this._time))},t.prototype.onEnterFrame=function(){var t=this.getTimer()-this._startTime;2===this.state?this.setTime(t):3===this.state&&this.setTime(this.duration-t)},t.prototype.pause=function(){this.state=1,this.fire("onPause")},t.prototype.getTimer=function(){return(new Date).getTime()},t}(),Yt=function(){function p(t){var e,i,r=this,n=t.node,a=n._id,o=t.easing||Xt.Linear,s=!!t.yoyo;e=void 0===t.duration?.3:0===t.duration?.001:t.duration,this.node=n,this._id=zt++;var h=n.getLayer()||(n instanceof D().Stage?n.getLayers():null);for(i in h||O.error("Tween constructor have `node` that is not in a layer. Please add node into layer first."),this.anim=new F(function(){r.tween.onEnterFrame()},h),this.tween=new Wt(i,function(t){r._tweenFunc(t)},o,0,1,1e3*e,s),this._addListeners(),p.attrs[a]||(p.attrs[a]={}),p.attrs[a][this._id]||(p.attrs[a][this._id]={}),p.tweens[a]||(p.tweens[a]={}),t)void 0===Vt[i]&&this._addAttr(i,t[i]);this.reset(),this.onFinish=t.onFinish,this.onReset=t.onReset}return p.prototype._addAttr=function(t,e){var i,r,n,a,o,s,h,l,d=this.node,c=d._id;if((n=p.tweens[c][t])&&delete p.attrs[c][n][t],i=d.getAttr(t),O._isArray(e))if(r=[],o=Math.max(e.length,i.length),"points"===t&&e.length!==i.length&&(e.length>i.length?(h=i,i=O._prepareArrayForTween(i,e,d.closed())):(s=e,e=O._prepareArrayForTween(e,i,d.closed()))),0===t.indexOf("fill"))for(a=0;a<o;a++)if(a%2==0)r.push(e[a]-i[a]);else{var u=O.colorToRGBA(i[a]);l=O.colorToRGBA(e[a]),i[a]=u,r.push({r:l.r-u.r,g:l.g-u.g,b:l.b-u.b,a:l.a-u.a})}else for(a=0;a<o;a++)r.push(e[a]-i[a]);else r=-1!==Ht.indexOf(t)?(i=O.colorToRGBA(i),{r:(l=O.colorToRGBA(e)).r-i.r,g:l.g-i.g,b:l.b-i.b,a:l.a-i.a}):e-i;p.attrs[c][this._id][t]={start:i,diff:r,end:e,trueEnd:s,trueStart:h},p.tweens[c][t]=this._id},p.prototype._tweenFunc=function(t){var e,i,r,n,a,o,s,h,l=this.node,d=p.attrs[l._id][this._id];for(e in d){if(r=(i=d[e]).start,n=i.diff,h=i.end,O._isArray(r))if(a=[],s=Math.max(r.length,h.length),0===e.indexOf("fill"))for(o=0;o<s;o++)o%2==0?a.push((r[o]||0)+n[o]*t):a.push("rgba("+Math.round(r[o].r+n[o].r*t)+","+Math.round(r[o].g+n[o].g*t)+","+Math.round(r[o].b+n[o].b*t)+","+(r[o].a+n[o].a*t)+")");else for(o=0;o<s;o++)a.push((r[o]||0)+n[o]*t);else a=-1!==Ht.indexOf(e)?"rgba("+Math.round(r.r+n.r*t)+","+Math.round(r.g+n.g*t)+","+Math.round(r.b+n.b*t)+","+(r.a+n.a*t)+")":r+n*t;l.setAttr(e,a)}},p.prototype._addListeners=function(){var i=this;this.tween.onPlay=function(){i.anim.start()},this.tween.onReverse=function(){i.anim.start()},this.tween.onPause=function(){i.anim.stop()},this.tween.onFinish=function(){var t=i.node,e=p.attrs[t._id][i._id];e.points&&e.points.trueEnd&&t.points(e.points.trueEnd),i.onFinish&&i.onFinish.call(i)},this.tween.onReset=function(){var t=i.node,e=p.attrs[t._id][i._id];e.points&&e.points.trueStart&&t.points(e.points.trueStart),i.onReset&&i.onReset()}},p.prototype.play=function(){return this.tween.play(),this},p.prototype.reverse=function(){return this.tween.reverse(),this},p.prototype.reset=function(){return this.tween.reset(),this},p.prototype.seek=function(t){return this.tween.seek(1e3*t),this},p.prototype.pause=function(){return this.tween.pause(),this},p.prototype.finish=function(){return this.tween.finish(),this},p.prototype.destroy=function(){var t,e=this.node._id,i=this._id,r=p.tweens[e];for(t in this.pause(),r)delete p.tweens[e][t];delete p.attrs[e][i]},p.attrs={},p.tweens={},p}();et.prototype.to=function(t){var e=t.onFinish;t.node=this,t.onFinish=function(){this.destroy(),e&&e()},new Yt(t).play()};var Xt={BackEaseIn:function(t,e,i,r){return i*(t/=r)*t*(2.70158*t-1.70158)+e},BackEaseOut:function(t,e,i,r){return i*((t=t/r-1)*t*(2.70158*t+1.70158)+1)+e},BackEaseInOut:function(t,e,i,r){var n=1.70158;return(t/=r/2)<1?i/2*(t*t*((1+(n*=1.525))*t-n))+e:i/2*((t-=2)*t*((1+(n*=1.525))*t+n)+2)+e},ElasticEaseIn:function(t,e,i,r,n,a){var o=0;return 0===t?e:1==(t/=r)?e+i:(a||(a=.3*r),o=!n||n<Math.abs(i)?(n=i,a/4):a/(2*Math.PI)*Math.asin(i/n),-n*Math.pow(2,10*(t-=1))*Math.sin((t*r-o)*(2*Math.PI)/a)+e)},ElasticEaseOut:function(t,e,i,r,n,a){var o=0;return 0===t?e:1==(t/=r)?e+i:(a||(a=.3*r),o=!n||n<Math.abs(i)?(n=i,a/4):a/(2*Math.PI)*Math.asin(i/n),n*Math.pow(2,-10*t)*Math.sin((t*r-o)*(2*Math.PI)/a)+i+e)},ElasticEaseInOut:function(t,e,i,r,n,a){var o=0;return 0===t?e:2==(t/=r/2)?e+i:(a||(a=r*(.3*1.5)),o=!n||n<Math.abs(i)?(n=i,a/4):a/(2*Math.PI)*Math.asin(i/n),t<1?n*Math.pow(2,10*(t-=1))*Math.sin((t*r-o)*(2*Math.PI)/a)*-.5+e:n*Math.pow(2,-10*(t-=1))*Math.sin((t*r-o)*(2*Math.PI)/a)*.5+i+e)},BounceEaseOut:function(t,e,i,r){return(t/=r)<1/2.75?i*(7.5625*t*t)+e:t<2/2.75?i*(7.5625*(t-=1.5/2.75)*t+.75)+e:t<2.5/2.75?i*(7.5625*(t-=2.25/2.75)*t+.9375)+e:i*(7.5625*(t-=2.625/2.75)*t+.984375)+e},BounceEaseIn:function(t,e,i,r){return i-Xt.BounceEaseOut(r-t,0,i,r)+e},BounceEaseInOut:function(t,e,i,r){return t<r/2?.5*Xt.BounceEaseIn(2*t,0,i,r)+e:.5*Xt.BounceEaseOut(2*t-r,0,i,r)+.5*i+e},EaseIn:function(t,e,i,r){return i*(t/=r)*t+e},EaseOut:function(t,e,i,r){return-i*(t/=r)*(t-2)+e},EaseInOut:function(t,e,i,r){return(t/=r/2)<1?i/2*t*t+e:-i/2*(--t*(t-2)-1)+e},StrongEaseIn:function(t,e,i,r){return i*(t/=r)*t*t*t*t+e},StrongEaseOut:function(t,e,i,r){return i*((t=t/r-1)*t*t*t*t+1)+e},StrongEaseInOut:function(t,e,i,r){return(t/=r/2)<1?i/2*t*t*t*t*t+e:i/2*((t-=2)*t*t*t*t+2)+e},Linear:function(t,e,i,r){return i*t/r+e}},jt=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return C(e,t),e.prototype._sceneFunc=function(t){var e=L(this.angle()),i=this.clockwise();t.beginPath(),t.arc(0,0,this.outerRadius(),0,e,i),t.arc(0,0,this.innerRadius(),e,0,!i),t.closePath(),t.fillStrokeShape(this)},e.prototype.getWidth=function(){return 2*this.outerRadius()},e.prototype.getHeight=function(){return 2*this.outerRadius()},e.prototype.setWidth=function(t){this.outerRadius(t/2)},e.prototype.setHeight=function(t){this.outerRadius(t/2)},e}(Bt);jt.prototype._centroid=!0,jt.prototype.className="Arc",jt.prototype._attrsAffectingSize=["innerRadius","outerRadius"],S.addGetterSetter(jt,"innerRadius",0,x.getNumberValidator()),S.addGetterSetter(jt,"outerRadius",0,x.getNumberValidator()),S.addGetterSetter(jt,"angle",0,x.getNumberValidator()),S.addGetterSetter(jt,"clockwise",!1),u.mapMethods(jt);var Ut=function(i){function t(t){var e=i.call(this,t)||this;return e.on("pointsChange.konva tensionChange.konva closedChange.konva bezierChange.konva",function(){this._clearCache("tensionPoints")}),e}return C(t,i),t.prototype._sceneFunc=function(t){var e,i,r,n=this.points(),a=n.length,o=this.tension(),s=this.closed(),h=this.bezier();if(a){if(t.beginPath(),t.moveTo(n[0],n[1]),0!==o&&4<a){for(i=(e=this.getTensionPoints()).length,r=s?0:4,s||t.quadraticCurveTo(e[0],e[1],e[2],e[3]);r<i-2;)t.bezierCurveTo(e[r++],e[r++],e[r++],e[r++],e[r++],e[r++]);s||t.quadraticCurveTo(e[i-2],e[i-1],n[a-2],n[a-1])}else if(h)for(r=2;r<a;)t.bezierCurveTo(n[r++],n[r++],n[r++],n[r++],n[r++],n[r++]);else for(r=2;r<a;r+=2)t.lineTo(n[r],n[r+1]);s?(t.closePath(),t.fillStrokeShape(this)):t.strokeShape(this)}},t.prototype.getTensionPoints=function(){return this._getCache("tensionPoints",this._getTensionPoints)},t.prototype._getTensionPoints=function(){return this.closed()?this._getTensionPointsClosed():O._expandPoints(this.points(),this.tension())},t.prototype._getTensionPointsClosed=function(){var t=this.points(),e=t.length,i=this.tension(),r=O._getControlPoints(t[e-2],t[e-1],t[0],t[1],t[2],t[3],i),n=O._getControlPoints(t[e-4],t[e-3],t[e-2],t[e-1],t[0],t[1],i),a=O._expandPoints(t,i);return[r[2],r[3]].concat(a).concat([n[0],n[1],t[e-2],t[e-1],n[2],n[3],r[0],r[1],t[0],t[1]])},t.prototype.getWidth=function(){return this.getSelfRect().width},t.prototype.getHeight=function(){return this.getSelfRect().height},t.prototype.getSelfRect=function(){for(var t,e,i,r=(t=0!==this.tension()?this._getTensionPoints():this.points())[0],n=t[0],a=t[1],o=t[1],s=0;s<t.length/2;s++)e=t[2*s],i=t[2*s+1],r=Math.min(r,e),n=Math.max(n,e),a=Math.min(a,i),o=Math.max(o,i);return{x:Math.round(r),y:Math.round(a),width:Math.round(n-r),height:Math.round(o-a)}},t}(Bt);Ut.prototype.className="Line",Ut.prototype._attrsAffectingSize=["points","bezier","tension"],S.addGetterSetter(Ut,"closed",!1),S.addGetterSetter(Ut,"bezier",!1),S.addGetterSetter(Ut,"tension",0,x.getNumberValidator()),S.addGetterSetter(Ut,"points",[],x.getNumberArrayValidator()),u.mapMethods(Ut);var qt=function(u){function t(){return null!==u&&u.apply(this,arguments)||this}return C(t,u),t.prototype._sceneFunc=function(t){u.prototype._sceneFunc.call(this,t);var e=2*Math.PI,i=this.points(),r=i,n=0!==this.tension()&&4<i.length;n&&(r=this.getTensionPoints());var a,o,s=i.length;o=n?(a=i[s-2]-r[s-2],i[s-1]-r[s-1]):(a=i[s-2]-i[s-4],i[s-1]-i[s-3]);var h=(Math.atan2(o,a)+e)%e,l=this.pointerLength(),d=this.pointerWidth();t.save(),t.beginPath(),t.translate(i[s-2],i[s-1]),t.rotate(h),t.moveTo(0,0),t.lineTo(-l,d/2),t.lineTo(-l,-d/2),t.closePath(),t.restore(),this.pointerAtBeginning()&&(t.save(),t.translate(i[0],i[1]),o=n?(a=r[0]-i[0],r[1]-i[1]):(a=i[2]-i[0],i[3]-i[1]),t.rotate((Math.atan2(-o,-a)+e)%e),t.moveTo(0,0),t.lineTo(-l,d/2),t.lineTo(-l,-d/2),t.closePath(),t.restore());var c=this.dashEnabled();c&&(this.attrs.dashEnabled=!1,t.setLineDash([])),t.fillStrokeShape(this),c&&(this.attrs.dashEnabled=!0)},t}(Ut);qt.prototype.className="Arrow",S.addGetterSetter(qt,"pointerLength",10,x.getNumberValidator()),S.addGetterSetter(qt,"pointerWidth",10,x.getNumberValidator()),S.addGetterSetter(qt,"pointerAtBeginning",!1),u.mapMethods(qt);var Kt=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return C(e,t),e.prototype._sceneFunc=function(t){t.beginPath(),t.arc(0,0,this.radius(),0,2*Math.PI,!1),t.closePath(),t.fillStrokeShape(this)},e.prototype.getWidth=function(){return 2*this.radius()},e.prototype.getHeight=function(){return 2*this.radius()},e.prototype.setWidth=function(t){this.radius()!==t/2&&this.radius(t/2)},e.prototype.setHeight=function(t){this.radius()!==t/2&&this.radius(t/2)},e}(Bt);Kt.prototype._centroid=!0,Kt.prototype.className="Circle",Kt.prototype._attrsAffectingSize=["radius"],S.addGetterSetter(Kt,"radius",0,x.getNumberValidator()),u.mapMethods(Kt);var Qt=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return C(e,t),e.prototype._sceneFunc=function(t){var e=this.radiusX(),i=this.radiusY();t.beginPath(),t.save(),e!==i&&t.scale(1,i/e),t.arc(0,0,e,0,2*Math.PI,!1),t.restore(),t.closePath(),t.fillStrokeShape(this)},e.prototype.getWidth=function(){return 2*this.radiusX()},e.prototype.getHeight=function(){return 2*this.radiusY()},e.prototype.setWidth=function(t){this.radiusX(t/2)},e.prototype.setHeight=function(t){this.radiusY(t/2)},e}(Bt);Qt.prototype.className="Ellipse",Qt.prototype._centroid=!0,Qt.prototype._attrsAffectingSize=["radiusX","radiusY"],S.addComponentsGetterSetter(Qt,"radius",["x","y"]),S.addGetterSetter(Qt,"radiusX",0,x.getNumberValidator()),S.addGetterSetter(Qt,"radiusY",0,x.getNumberValidator()),u.mapMethods(Qt);var Jt=function(t){function r(){return null!==t&&t.apply(this,arguments)||this}return C(r,t),r.prototype._useBufferCanvas=function(){return(this.hasShadow()||1!==this.getAbsoluteOpacity())&&this.hasStroke()&&this.getStage()},r.prototype._sceneFunc=function(t){var e,i,r,n=this.width(),a=this.height(),o=this.image();o&&(e=this.cropWidth(),i=this.cropHeight(),r=e&&i?[o,this.cropX(),this.cropY(),e,i,0,0,n,a]:[o,0,0,n,a]),(this.hasFill()||this.hasStroke())&&(t.beginPath(),t.rect(0,0,n,a),t.closePath(),t.fillStrokeShape(this)),o&&t.drawImage.apply(t,r)},r.prototype._hitFunc=function(t){var e=this.width(),i=this.height();t.beginPath(),t.rect(0,0,e,i),t.closePath(),t.fillStrokeShape(this)},r.prototype.getWidth=function(){var t=this.image();return this.attrs.width||(t?t.width:0)},r.prototype.getHeight=function(){var t=this.image();return this.attrs.height||(t?t.height:0)},r.fromURL=function(t,e){var i=O.createImageElement();i.onload=function(){var t=new r({image:i});e(t)},i.crossOrigin="Anonymous",i.src=t},r}(Bt);Jt.prototype.className="Image",S.addGetterSetter(Jt,"image"),S.addComponentsGetterSetter(Jt,"crop",["x","y","width","height"]),S.addGetterSetter(Jt,"cropX",0,x.getNumberValidator()),S.addGetterSetter(Jt,"cropY",0,x.getNumberValidator()),S.addGetterSetter(Jt,"cropWidth",0,x.getNumberValidator()),S.addGetterSetter(Jt,"cropHeight",0,x.getNumberValidator()),u.mapMethods(Jt);var Zt=["fontFamily","fontSize","fontStyle","padding","lineHeight","text","width"],$t="right",te="down",ee="left",ie=Zt.length,re=function(i){function t(t){var e=i.call(this,t)||this;return e.on("add.konva",function(t){this._addListeners(t.child),this._sync()}),e}return C(t,i),t.prototype.getText=function(){return this.find("Text")[0]},t.prototype.getTag=function(){return this.find("Tag")[0]},t.prototype._addListeners=function(t){var e,i=this,r=function(){i._sync()};for(e=0;e<ie;e++)t.on(Zt[e]+"Change.konva",r)},t.prototype.getWidth=function(){return this.getText().width()},t.prototype.getHeight=function(){return this.getText().height()},t.prototype._sync=function(){var t,e,i,r,n,a,o,s=this.getText(),h=this.getTag();if(s&&h){switch(t=s.width(),e=s.height(),i=h.pointerDirection(),r=h.pointerWidth(),o=h.pointerHeight(),a=n=0,i){case"up":n=t/2,a=-1*o;break;case $t:n=t+r,a=e/2;break;case te:n=t/2,a=e+o;break;case ee:n=-1*r,a=e/2}h.setAttrs({x:-1*n,y:-1*a,width:t,height:e}),s.setAttrs({x:-1*n,y:-1*a})}},t}(Pt);re.prototype.className="Label",u.mapMethods(re);var ne=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return C(e,t),e.prototype._sceneFunc=function(t){var e=this.width(),i=this.height(),r=this.pointerDirection(),n=this.pointerWidth(),a=this.pointerHeight(),o=Math.min(this.cornerRadius(),e/2,i/2);t.beginPath(),o?t.moveTo(o,0):t.moveTo(0,0),"up"===r&&(t.lineTo((e-n)/2,0),t.lineTo(e/2,-1*a),t.lineTo((e+n)/2,0)),o?(t.lineTo(e-o,0),t.arc(e-o,o,o,3*Math.PI/2,0,!1)):t.lineTo(e,0),r===$t&&(t.lineTo(e,(i-a)/2),t.lineTo(e+n,i/2),t.lineTo(e,(i+a)/2)),o?(t.lineTo(e,i-o),t.arc(e-o,i-o,o,0,Math.PI/2,!1)):t.lineTo(e,i),r===te&&(t.lineTo((e+n)/2,i),t.lineTo(e/2,i+a),t.lineTo((e-n)/2,i)),o?(t.lineTo(o,i),t.arc(o,i-o,o,Math.PI/2,Math.PI,!1)):t.lineTo(0,i),r===ee&&(t.lineTo(0,(i+a)/2),t.lineTo(-1*n,i/2),t.lineTo(0,(i-a)/2)),o&&(t.lineTo(0,o),t.arc(o,o,o,Math.PI,3*Math.PI/2,!1)),t.closePath(),t.fillStrokeShape(this)},e.prototype.getSelfRect=function(){var t=0,e=0,i=this.pointerWidth(),r=this.pointerHeight(),n=this.pointerDirection(),a=this.width(),o=this.height();return"up"===n?(e-=r,o+=r):n===te?o+=r:n===ee?(t-=1.5*i,a+=i):n===$t&&(a+=1.5*i),{x:t,y:e,width:a,height:o}},e}(Bt);ne.prototype.className="Tag",S.addGetterSetter(ne,"pointerDirection","none"),S.addGetterSetter(ne,"pointerWidth",0,x.getNumberValidator()),S.addGetterSetter(ne,"pointerHeight",0,x.getNumberValidator()),S.addGetterSetter(ne,"cornerRadius",0,x.getNumberValidator()),u.mapMethods(ne);var ae=function(r){function p(t){var e=r.call(this,t)||this;e.dataArray=[],e.pathLength=0,e.dataArray=p.parsePathData(e.data());for(var i=e.pathLength=0;i<e.dataArray.length;++i)e.pathLength+=e.dataArray[i].pathLength;return e.on("dataChange.konva",function(){this.dataArray=p.parsePathData(this.getData());for(var t=this.pathLength=0;t<this.dataArray.length;++t)this.pathLength+=this.dataArray[t].pathLength}),e}return C(p,r),p.prototype._sceneFunc=function(t){var e=this.dataArray;t.beginPath();for(var i=0;i<e.length;i++){var r=e[i].command,n=e[i].points;switch(r){case"L":t.lineTo(n[0],n[1]);break;case"M":t.moveTo(n[0],n[1]);break;case"C":t.bezierCurveTo(n[0],n[1],n[2],n[3],n[4],n[5]);break;case"Q":t.quadraticCurveTo(n[0],n[1],n[2],n[3]);break;case"A":var a=n[0],o=n[1],s=n[2],h=n[3],l=n[4],d=n[5],c=n[6],u=n[7],p=h<s?s:h,f=h<s?1:s/h,g=h<s?h/s:1;t.translate(a,o),t.rotate(c),t.scale(f,g),t.arc(0,0,p,l,l+d,1-u),t.scale(1/f,1/g),t.rotate(-c),t.translate(-a,-o);break;case"z":t.closePath()}}t.fillStrokeShape(this)},p.prototype.getSelfRect=function(){var e=[];this.dataArray.forEach(function(t){e=e.concat(t.points)});for(var t,i,r=e[0],n=e[0],a=e[1],o=e[1],s=0;s<e.length/2;s++)t=e[2*s],i=e[2*s+1],isNaN(t)||(r=Math.min(r,t),n=Math.max(n,t)),isNaN(i)||(a=Math.min(a,i),o=Math.max(o,i));return{x:Math.round(r),y:Math.round(a),width:Math.round(n-r),height:Math.round(o-a)}},p.prototype.getLength=function(){return this.pathLength},p.prototype.getPointAtLength=function(t){var e,i=0,r=this.dataArray.length;if(!r)return null;for(;i<r&&t>this.dataArray[i].pathLength;)t-=this.dataArray[i].pathLength,++i;if(i===r)return{x:(e=this.dataArray[i-1].points.slice(-2))[0],y:e[1]};if(t<.01)return{x:(e=this.dataArray[i].points.slice(0,2))[0],y:e[1]};var n=this.dataArray[i],a=n.points;switch(n.command){case"L":return p.getPointOnLine(t,n.start.x,n.start.y,a[0],a[1]);case"C":return p.getPointOnCubicBezier(t/n.pathLength,n.start.x,n.start.y,a[0],a[1],a[2],a[3],a[4],a[5]);case"Q":return p.getPointOnQuadraticBezier(t/n.pathLength,n.start.x,n.start.y,a[0],a[1],a[2],a[3]);case"A":var o=a[0],s=a[1],h=a[2],l=a[3],d=a[4],c=a[5],u=a[6];return d+=c*t/n.pathLength,p.getPointOnEllipticalArc(o,s,h,l,d,u)}return null},p.getLineLength=function(t,e,i,r){return Math.sqrt((i-t)*(i-t)+(r-e)*(r-e))},p.getPointOnLine=function(t,e,i,r,n,a,o){void 0===a&&(a=e),void 0===o&&(o=i);var s=(n-i)/(r-e+1e-8),h=Math.sqrt(t*t/(1+s*s));r<e&&(h*=-1);var l,d=s*h;if(r===e)l={x:a,y:o+d};else if((o-i)/(a-e+1e-8)===s)l={x:a+h,y:o+d};else{var c,u,p=this.getLineLength(e,i,r,n);if(p<1e-8)return;var f=(a-e)*(r-e)+(o-i)*(n-i);c=e+(f/=p*p)*(r-e),u=i+f*(n-i);var g=this.getLineLength(a,o,c,u),v=Math.sqrt(t*t-g*g);h=Math.sqrt(v*v/(1+s*s)),r<e&&(h*=-1),l={x:c+h,y:u+(d=s*h)}}return l},p.getPointOnCubicBezier=function(t,e,i,r,n,a,o,s,h){function l(t){return t*t*t}function d(t){return 3*t*t*(1-t)}function c(t){return 3*t*(1-t)*(1-t)}function u(t){return(1-t)*(1-t)*(1-t)}return{x:s*l(t)+a*d(t)+r*c(t)+e*u(t),y:h*l(t)+o*d(t)+n*c(t)+i*u(t)}},p.getPointOnQuadraticBezier=function(t,e,i,r,n,a,o){function s(t){return t*t}function h(t){return 2*t*(1-t)}function l(t){return(1-t)*(1-t)}return{x:a*s(t)+r*h(t)+e*l(t),y:o*s(t)+n*h(t)+i*l(t)}},p.getPointOnEllipticalArc=function(t,e,i,r,n,a){var o=Math.cos(a),s=Math.sin(a),h=i*Math.cos(n),l=r*Math.sin(n);return{x:t+(h*o-l*s),y:e+(h*s+l*o)}},p.parsePathData=function(t){if(!t)return[];var e=t,i=["m","M","l","L","v","V","h","H","z","Z","c","C","q","Q","t","T","s","S","a","A"];e=e.replace(new RegExp(" ","g"),",");for(var r=0;r<i.length;r++)e=e.replace(new RegExp(i[r],"g"),"|"+i[r]);var n,a=e.split("|"),o=[],s=[],h=0,l=0,d=/([-+]?((\d+\.\d+)|((\d+)|(\.\d+)))(?:e[-+]?\d+)?)/gi;for(r=1;r<a.length;r++){var c=a[r],u=c.charAt(0);for(c=c.slice(1),s.length=0;n=d.exec(c);)s.push(n[0]);for(var p=[],f=0,g=s.length;f<g;f++){var v=parseFloat(s[f]);isNaN(v)?p.push(0):p.push(v)}for(;0<p.length&&!isNaN(p[0]);){var y,m,_,b,S,x,w,C,k,P,T=null,M=[],A=h,G=l;switch(u){case"l":h+=p.shift(),l+=p.shift(),T="L",M.push(h,l);break;case"L":h=p.shift(),l=p.shift(),M.push(h,l);break;case"m":var R=p.shift(),L=p.shift();if(h+=R,l+=L,T="M",2<o.length&&"z"===o[o.length-1].command)for(var D=o.length-2;0<=D;D--)if("M"===o[D].command){h=o[D].points[0]+R,l=o[D].points[1]+L;break}M.push(h,l),u="l";break;case"M":h=p.shift(),l=p.shift(),T="M",M.push(h,l),u="L";break;case"h":h+=p.shift(),T="L",M.push(h,l);break;case"H":h=p.shift(),T="L",M.push(h,l);break;case"v":l+=p.shift(),T="L",M.push(h,l);break;case"V":l=p.shift(),T="L",M.push(h,l);break;case"C":M.push(p.shift(),p.shift(),p.shift(),p.shift()),h=p.shift(),l=p.shift(),M.push(h,l);break;case"c":M.push(h+p.shift(),l+p.shift(),h+p.shift(),l+p.shift()),h+=p.shift(),l+=p.shift(),T="C",M.push(h,l);break;case"S":m=h,_=l,"C"===(y=o[o.length-1]).command&&(m=h+(h-y.points[2]),_=l+(l-y.points[3])),M.push(m,_,p.shift(),p.shift()),h=p.shift(),l=p.shift(),T="C",M.push(h,l);break;case"s":m=h,_=l,"C"===(y=o[o.length-1]).command&&(m=h+(h-y.points[2]),_=l+(l-y.points[3])),M.push(m,_,h+p.shift(),l+p.shift()),h+=p.shift(),l+=p.shift(),T="C",M.push(h,l);break;case"Q":M.push(p.shift(),p.shift()),h=p.shift(),l=p.shift(),M.push(h,l);break;case"q":M.push(h+p.shift(),l+p.shift()),h+=p.shift(),l+=p.shift(),T="Q",M.push(h,l);break;case"T":m=h,_=l,"Q"===(y=o[o.length-1]).command&&(m=h+(h-y.points[0]),_=l+(l-y.points[1])),h=p.shift(),l=p.shift(),T="Q",M.push(m,_,h,l);break;case"t":m=h,_=l,"Q"===(y=o[o.length-1]).command&&(m=h+(h-y.points[0]),_=l+(l-y.points[1])),h+=p.shift(),l+=p.shift(),T="Q",M.push(m,_,h,l);break;case"A":b=p.shift(),S=p.shift(),x=p.shift(),w=p.shift(),C=p.shift(),k=h,P=l,h=p.shift(),l=p.shift(),T="A",M=this.convertEndpointToCenterParameterization(k,P,h,l,w,C,b,S,x);break;case"a":b=p.shift(),S=p.shift(),x=p.shift(),w=p.shift(),C=p.shift(),k=h,P=l,h+=p.shift(),l+=p.shift(),T="A",M=this.convertEndpointToCenterParameterization(k,P,h,l,w,C,b,S,x)}o.push({command:T||u,points:M,start:{x:A,y:G},pathLength:this.calcLength(A,G,T||u,M)})}"z"!==u&&"Z"!==u||o.push({command:"z",points:[],start:void 0,pathLength:0})}return o},p.calcLength=function(t,e,i,r){var n,a,o,s,h=p;switch(i){case"L":return h.getLineLength(t,e,r[0],r[1]);case"C":for(n=0,a=h.getPointOnCubicBezier(0,t,e,r[0],r[1],r[2],r[3],r[4],r[5]),s=.01;s<=1;s+=.01)o=h.getPointOnCubicBezier(s,t,e,r[0],r[1],r[2],r[3],r[4],r[5]),n+=h.getLineLength(a.x,a.y,o.x,o.y),a=o;return n;case"Q":for(n=0,a=h.getPointOnQuadraticBezier(0,t,e,r[0],r[1],r[2],r[3]),s=.01;s<=1;s+=.01)o=h.getPointOnQuadraticBezier(s,t,e,r[0],r[1],r[2],r[3]),n+=h.getLineLength(a.x,a.y,o.x,o.y),a=o;return n;case"A":n=0;var l=r[4],d=r[5],c=r[4]+d,u=Math.PI/180;if(Math.abs(l-c)<u&&(u=Math.abs(l-c)),a=h.getPointOnEllipticalArc(r[0],r[1],r[2],r[3],l,0),d<0)for(s=l-u;c<s;s-=u)o=h.getPointOnEllipticalArc(r[0],r[1],r[2],r[3],s,0),n+=h.getLineLength(a.x,a.y,o.x,o.y),a=o;else for(s=l+u;s<c;s+=u)o=h.getPointOnEllipticalArc(r[0],r[1],r[2],r[3],s,0),n+=h.getLineLength(a.x,a.y,o.x,o.y),a=o;return o=h.getPointOnEllipticalArc(r[0],r[1],r[2],r[3],c,0),n+=h.getLineLength(a.x,a.y,o.x,o.y)}return 0},p.convertEndpointToCenterParameterization=function(t,e,i,r,n,a,o,s,h){var l=h*(Math.PI/180),d=Math.cos(l)*(t-i)/2+Math.sin(l)*(e-r)/2,c=-1*Math.sin(l)*(t-i)/2+Math.cos(l)*(e-r)/2,u=d*d/(o*o)+c*c/(s*s);1<u&&(o*=Math.sqrt(u),s*=Math.sqrt(u));var p=Math.sqrt((o*o*(s*s)-o*o*(c*c)-s*s*(d*d))/(o*o*(c*c)+s*s*(d*d)));n===a&&(p*=-1),isNaN(p)&&(p=0);var f=p*o*c/s,g=p*-s*d/o,v=(t+i)/2+Math.cos(l)*f-Math.sin(l)*g,y=(e+r)/2+Math.sin(l)*f+Math.cos(l)*g,m=function(t){return Math.sqrt(t[0]*t[0]+t[1]*t[1])},_=function(t,e){return(t[0]*e[0]+t[1]*e[1])/(m(t)*m(e))},b=function(t,e){return(t[0]*e[1]<t[1]*e[0]?-1:1)*Math.acos(_(t,e))},S=b([1,0],[(d-f)/o,(c-g)/s]),x=[(d-f)/o,(c-g)/s],w=[(-1*d-f)/o,(-1*c-g)/s],C=b(x,w);return _(x,w)<=-1&&(C=Math.PI),1<=_(x,w)&&(C=0),0===a&&0<C&&(C-=2*Math.PI),1===a&&C<0&&(C+=2*Math.PI),[v,y,o,s,S,C,l,a]},p}(Bt);ae.prototype.className="Path",ae.prototype._attrsAffectingSize=["data"],S.addGetterSetter(ae,"data"),u.mapMethods(ae);var oe=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return C(e,t),e.prototype._sceneFunc=function(t){var e=this.cornerRadius(),i=this.width(),r=this.height();t.beginPath(),e?(e=Math.min(e,i/2,r/2),t.moveTo(e,0),t.lineTo(i-e,0),t.arc(i-e,e,e,3*Math.PI/2,0,!1),t.lineTo(i,r-e),t.arc(i-e,r-e,e,0,Math.PI/2,!1),t.lineTo(e,r),t.arc(e,r-e,e,Math.PI/2,Math.PI,!1),t.lineTo(0,e),t.arc(e,e,e,Math.PI,3*Math.PI/2,!1)):t.rect(0,0,i,r),t.closePath(),t.fillStrokeShape(this)},e}(Bt);oe.prototype.className="Rect",S.addGetterSetter(oe,"cornerRadius",0,x.getNumberValidator()),u.mapMethods(oe);var se=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return C(e,t),e.prototype._sceneFunc=function(t){var e,i,r,n=this.sides(),a=this.radius();for(t.beginPath(),t.moveTo(0,0-a),e=1;e<n;e++)i=a*Math.sin(2*e*Math.PI/n),r=-1*a*Math.cos(2*e*Math.PI/n),t.lineTo(i,r);t.closePath(),t.fillStrokeShape(this)},e.prototype.getWidth=function(){return 2*this.radius()},e.prototype.getHeight=function(){return 2*this.radius()},e.prototype.setWidth=function(t){this.radius(t/2)},e.prototype.setHeight=function(t){this.radius(t/2)},e}(Bt);se.prototype.className="RegularPolygon",se.prototype._centroid=!0,se.prototype._attrsAffectingSize=["radius"],S.addGetterSetter(se,"radius",0,x.getNumberValidator()),S.addGetterSetter(se,"sides",0,x.getNumberValidator()),u.mapMethods(se);var he=2*Math.PI,le=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return C(e,t),e.prototype._sceneFunc=function(t){t.beginPath(),t.arc(0,0,this.innerRadius(),0,he,!1),t.moveTo(this.outerRadius(),0),t.arc(0,0,this.outerRadius(),he,0,!0),t.closePath(),t.fillStrokeShape(this)},e.prototype.getWidth=function(){return 2*this.outerRadius()},e.prototype.getHeight=function(){return 2*this.outerRadius()},e.prototype.setWidth=function(t){this.outerRadius(t/2)},e.prototype.setHeight=function(t){this.outerRadius(t/2)},e}(Bt);le.prototype.className="Ring",le.prototype._centroid=!0,le.prototype._attrsAffectingSize=["innerRadius","outerRadius"],S.addGetterSetter(le,"innerRadius",0,x.getNumberValidator()),S.addGetterSetter(le,"outerRadius",0,x.getNumberValidator()),u.mapMethods(le);var de=function(i){function t(t){var e=i.call(this,t)||this;return e._updated=!0,e.anim=new F(function(){var t=e._updated;return e._updated=!1,t}),e.on("animationChange.konva",function(){this.frameIndex(0)}),e.on("frameIndexChange.konva",function(){this._updated=!0}),e.on("frameRateChange.konva",function(){this.anim.isRunning()&&(clearInterval(this.interval),this._setInterval())}),e.sceneFunc(e._sceneFunc),e.hitFunc(e._hitFunc),e}return C(t,i),t.prototype._sceneFunc=function(t){var e=this.animation(),i=this.frameIndex(),r=4*i,n=this.animations()[e],a=this.frameOffsets(),o=n[r+0],s=n[r+1],h=n[r+2],l=n[r+3],d=this.image();if((this.hasFill()||this.hasStroke())&&(t.beginPath(),t.rect(0,0,h,l),t.closePath(),t.fillStrokeShape(this)),d)if(a){var c=a[e],u=2*i;t.drawImage(d,o,s,h,l,c[u+0],c[u+1],h,l)}else t.drawImage(d,o,s,h,l,0,0,h,l)},t.prototype._hitFunc=function(t){var e=this.animation(),i=this.frameIndex(),r=4*i,n=this.animations()[e],a=this.frameOffsets(),o=n[r+2],s=n[r+3];if(t.beginPath(),a){var h=a[e],l=2*i;t.rect(h[l+0],h[l+1],o,s)}else t.rect(0,0,o,s);t.closePath(),t.fillShape(this)},t.prototype._useBufferCanvas=function(){return(this.hasShadow()||1!==this.getAbsoluteOpacity())&&this.hasStroke()},t.prototype._setInterval=function(){var t=this;this.interval=setInterval(function(){t._updateIndex()},1e3/this.frameRate())},t.prototype.start=function(){if(!this.isRunning()){var t=this.getLayer();this.anim.setLayers(t),this._setInterval(),this.anim.start()}},t.prototype.stop=function(){this.anim.stop(),clearInterval(this.interval)},t.prototype.isRunning=function(){return this.anim.isRunning()},t.prototype._updateIndex=function(){var t=this.frameIndex(),e=this.animation();t<this.animations()[e].length/4-1?this.frameIndex(t+1):this.frameIndex(0)},t}(Bt);de.prototype.className="Sprite",S.addGetterSetter(de,"animation"),S.addGetterSetter(de,"animations"),S.addGetterSetter(de,"frameOffsets"),S.addGetterSetter(de,"image"),S.addGetterSetter(de,"frameIndex",0,x.getNumberValidator()),S.addGetterSetter(de,"frameRate",17,x.getNumberValidator()),S.backCompat(de,{index:"frameIndex",getIndex:"getFrameIndex",setIndex:"setFrameIndex"}),u.mapMethods(de);var ce=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return C(e,t),e.prototype._sceneFunc=function(t){var e=this.innerRadius(),i=this.outerRadius(),r=this.numPoints();t.beginPath(),t.moveTo(0,0-i);for(var n=1;n<2*r;n++){var a=n%2==0?i:e,o=a*Math.sin(n*Math.PI/r),s=-1*a*Math.cos(n*Math.PI/r);t.lineTo(o,s)}t.closePath(),t.fillStrokeShape(this)},e.prototype.getWidth=function(){return 2*this.outerRadius()},e.prototype.getHeight=function(){return 2*this.outerRadius()},e.prototype.setWidth=function(t){this.outerRadius(t/2)},e.prototype.setHeight=function(t){this.outerRadius(t/2)},e}(Bt);ce.prototype.className="Star",ce.prototype._centroid=!0,ce.prototype._attrsAffectingSize=["innerRadius","outerRadius"],S.addGetterSetter(ce,"numPoints",5,x.getNumberValidator()),S.addGetterSetter(ce,"innerRadius",0,x.getNumberValidator()),S.addGetterSetter(ce,"outerRadius",0,x.getNumberValidator()),u.mapMethods(ce);var ue,pe="auto",fe="justify",ge=["fontFamily","fontSize","fontStyle","fontVariant","padding","align","verticalAlign","lineHeight","text","width","height","wrap","ellipsis","letterSpacing"],ve=ge.length;function ye(){return ue||(ue=O.createCanvasElement().getContext("2d"))}var me=function(r){function t(t){var e=this;(t=t||{}).fillLinearGradientColorStops||t.fillRadialGradientColorStops||t.fillPatternImage||(t.fill=t.fill||"black"),e=r.call(this,t)||this;for(var i=0;i<ve;i++)e.on(ge[i]+"Change.konva",e._setTextData);return e._setTextData(),e.sceneFunc(e._sceneFunc),e.hitFunc(e._hitFunc),e}return C(t,r),t.prototype._sceneFunc=function(t){var e,i=this.padding(),r=this.fontSize(),n=this.lineHeight()*r,a=this.textArr,o=a.length,s=this.verticalAlign(),h=0,l=this.align(),d=this.getWidth(),c=this.letterSpacing(),u=this.fill(),p=this.textDecoration(),f=-1!==p.indexOf("underline"),g=-1!==p.indexOf("line-through");for(t.setAttr("font",this._getContextFont()),t.setAttr("textBaseline","middle"),t.setAttr("textAlign","left"),"middle"===s?h=(this.getHeight()-o*n-2*i)/2:"bottom"===s&&(h=this.getHeight()-o*n-2*i),i?t.translate(i,h+i+n/2):t.translate(0,h+n/2),e=0;e<o;e++){var v,y,m,_=a[e],b=_.text,S=_.width,x=e!==o-1;if(t.save(),"right"===l?t.translate(d-S-2*i,0):"center"===l&&t.translate((d-S-2*i)/2,0),f&&(t.save(),t.beginPath(),t.moveTo(0,Math.round(r/2)),y=0===(v=b.split(" ").length-1),m=l===fe&&x&&!y?d-2*i:S,t.lineTo(Math.round(m),Math.round(r/2)),t.lineWidth=r/15,t.strokeStyle=u,t.stroke(),t.restore()),g&&(t.save(),t.beginPath(),t.moveTo(0,0),y=0===(v=b.split(" ").length-1),m=l===fe&&x&&!y?d-2*i:S,t.lineTo(Math.round(m),0),t.lineWidth=r/15,t.strokeStyle=u,t.stroke(),t.restore()),0!==c||l===fe){v=b.split(" ").length-1;for(var w=0;w<b.length;w++){var C=b[w];" "===C&&e!==o-1&&l===fe&&t.translate(Math.floor((d-2*i-S)/v),0),this.partialText=C,t.fillStrokeShape(this),t.translate(Math.round(this.measureSize(C).width)+c,0)}}else this.partialText=b,t.fillStrokeShape(this);t.restore(),1<o&&t.translate(0,n)}},t.prototype._hitFunc=function(t){var e=this.getWidth(),i=this.getHeight();t.beginPath(),t.rect(0,0,e,i),t.closePath(),t.fillStrokeShape(this)},t.prototype.setText=function(t){var e=O._isString(t)?t:(t||"").toString();return this._setAttr("text",e),this},t.prototype.getWidth=function(){return this.attrs.width===pe||void 0===this.attrs.width?this.getTextWidth()+2*this.padding():this.attrs.width},t.prototype.getHeight=function(){return this.attrs.height===pe||void 0===this.attrs.height?this.fontSize()*this.textArr.length*this.lineHeight()+2*this.padding():this.attrs.height},t.prototype.getTextWidth=function(){return this.textWidth},t.prototype.getTextHeight=function(){return O.warn("text.getTextHeight() method is deprecated. Use text.height() - for full height and text.fontSize() - for one line height."),this.textHeight},t.prototype.measureSize=function(t){var e,i=ye(),r=this.fontSize();return i.save(),i.font=this._getContextFont(),e=i.measureText(t),i.restore(),{width:e.width,height:r}},t.prototype._getContextFont=function(){return d.isIE?this.fontStyle()+" "+this.fontSize()+"px "+this.fontFamily():this.fontStyle()+" "+this.fontVariant()+" "+this.fontSize()+"px "+this.fontFamily()},t.prototype._addTextLine=function(t){this.align()===fe&&(t=t.trim());var e=this._getTextWidth(t);return this.textArr.push({text:t,width:e})},t.prototype._getTextWidth=function(t){var e=this.letterSpacing(),i=t.length;return ye().measureText(t).width+(i?e*(i-1):0)},t.prototype._setTextData=function(){var t=this.text().split("\n"),e=+this.fontSize(),i=0,r=this.lineHeight()*e,n=this.attrs.width,a=this.attrs.height,o=n!==pe&&void 0!==n,s=a!==pe&&void 0!==a,h=this.padding(),l=n-2*h,d=a-2*h,c=0,u=this.wrap(),p="none"!==u,f="char"!==u&&p,g=this.ellipsis()&&!p;this.textArr=[],ye().font=this._getContextFont();for(var v=g?this._getTextWidth("…"):0,y=0,m=t.length;y<m;++y){var _=t[y],b=this._getTextWidth(_);if(o&&l<b)for(;0<_.length;){for(var S=0,x=_.length,w="",C=0;S<x;){var k=S+x>>>1,P=_.slice(0,k+1),T=this._getTextWidth(P)+v;T<=l?(S=k+1,w=P+(g?"…":""),C=T):x=k}if(!w)break;if(f){var M,A=_[w.length];0<(M=(" "===A||"-"===A)&&C<=l?w.length:Math.max(w.lastIndexOf(" "),w.lastIndexOf("-"))+1)&&(S=M,w=w.slice(0,S),C=this._getTextWidth(w))}if(w=w.trimRight(),this._addTextLine(w),i=Math.max(i,C),c+=r,!p||s&&d<c+r)break;if(0<(_=(_=_.slice(S)).trimLeft()).length&&(b=this._getTextWidth(_))<=l){this._addTextLine(_),c+=r,i=Math.max(i,b);break}}else this._addTextLine(_),c+=r,i=Math.max(i,b);if(s&&d<c+r)break}this.textHeight=e,this.textWidth=i},t.prototype.getStrokeScaleEnabled=function(){return!0},t}(Bt);me.prototype._fillFunc=function(t){t.fillText(this.partialText,0,0)},me.prototype._strokeFunc=function(t){t.strokeText(this.partialText,0,0)},me.prototype.className="Text",me.prototype._attrsAffectingSize=["text","fontSize","padding","wrap","lineHeight"],S.addGetterSetter(me,"width",void 0,x.getNumberOrAutoValidator()),S.addGetterSetter(me,"height",void 0,x.getNumberOrAutoValidator()),S.addGetterSetter(me,"fontFamily","Arial"),S.addGetterSetter(me,"fontSize",12,x.getNumberValidator()),S.addGetterSetter(me,"fontStyle","normal"),S.addGetterSetter(me,"fontVariant","normal"),S.addGetterSetter(me,"padding",0,x.getNumberValidator()),S.addGetterSetter(me,"align","left"),S.addGetterSetter(me,"verticalAlign","top"),S.addGetterSetter(me,"lineHeight",1,x.getNumberValidator()),S.addGetterSetter(me,"wrap","word"),S.addGetterSetter(me,"ellipsis",!1),S.addGetterSetter(me,"letterSpacing",0,x.getNumberValidator()),S.addGetterSetter(me,"text","",x.getStringValidator()),S.addGetterSetter(me,"textDecoration",""),u.mapMethods(me);function _e(t){t.fillText(this.partialText,0,0)}function be(t){t.strokeText(this.partialText,0,0)}var Se=function(i){function t(t){var e=i.call(this,t)||this;return e.dummyCanvas=O.createCanvasElement(),e.dataArray=[],e.dataArray=ae.parsePathData(e.attrs.data),e.on("dataChange.konva",function(){this.dataArray=ae.parsePathData(this.attrs.data),this._setTextData()}),e.on("textChange.konva alignChange.konva letterSpacingChange.konva kerningFuncChange.konva",e._setTextData),t&&t.getKerning&&(O.warn('getKerning TextPath API is deprecated. Please use "kerningFunc" instead.'),e.kerningFunc(t.getKerning)),e._setTextData(),e}return C(t,i),t.prototype._sceneFunc=function(t){t.setAttr("font",this._getContextFont()),t.setAttr("textBaseline",this.textBaseline()),t.setAttr("textAlign","left"),t.save();var e=this.textDecoration(),i=this.fill(),r=this.fontSize(),n=this.glyphInfo;"underline"===e&&t.beginPath();for(var a=0;a<n.length;a++){t.save();var o=n[a].p0;t.translate(o.x,o.y),t.rotate(n[a].rotation),this.partialText=n[a].text,t.fillStrokeShape(this),"underline"===e&&(0===a&&t.moveTo(0,r/2+1),t.lineTo(r,r/2+1)),t.restore()}"underline"===e&&(t.strokeStyle=i,t.lineWidth=r/20,t.stroke()),t.restore()},t.prototype._hitFunc=function(t){t.beginPath();var e=this.glyphInfo;if(1<=e.length){var i=e[0].p0;t.moveTo(i.x,i.y)}for(var r=0;r<e.length;r++){var n=e[r].p1;t.lineTo(n.x,n.y)}t.setAttr("lineWidth",this.fontSize()),t.setAttr("strokeStyle",this.colorKey),t.stroke()},t.prototype.getTextWidth=function(){return this.textWidth},t.prototype.getTextHeight=function(){return this.textHeight},t.prototype.setText=function(t){return me.prototype.setText.call(this,t)},t.prototype._getContextFont=function(){return me.prototype._getContextFont.call(this)},t.prototype._getTextSize=function(t){var e=this.dummyCanvas.getContext("2d");e.save(),e.font=this._getContextFont();var i=e.measureText(t);return e.restore(),{width:i.width,height:parseInt(this.attrs.fontSize,10)}},t.prototype._setTextData=function(){var l=this,t=this._getTextSize(this.attrs.text),d=this.letterSpacing(),c=this.align(),e=this.kerningFunc();this.textWidth=t.width,this.textHeight=t.height;var u=Math.max(this.textWidth+((this.attrs.text||"").length-1)*d,0);this.glyphInfo=[];for(var p=0,i=0;i<l.dataArray.length;i++)0<l.dataArray[i].pathLength&&(p+=l.dataArray[i].pathLength);var r=0;"center"===c&&(r=Math.max(0,p/2-u/2)),"right"===c&&(r=Math.max(0,p-u));for(var f,g,v,n=this.text().split(""),y=this.text().split(" ").length-1,a=-1,m=0,_=function(){m=0;for(var t=l.dataArray,e=a+1;e<t.length;e++){if(0<t[e].pathLength)return t[a=e];"M"===t[e].command&&(f={x:t[e].points[0],y:t[e].points[1]})}return{}},o=function(t){var e=l._getTextSize(t).width+d;" "===t&&"justify"===c&&(e+=(p-u)/y);var i=0,r=0;for(g=void 0;.01<Math.abs(e-i)/e&&r<25;){r++;for(var n=i;void 0===v;)(v=_())&&n+v.pathLength<e&&(n+=v.pathLength,v=void 0);if(v==={}||void 0===f)return;var a=!1;switch(v.command){case"L":ae.getLineLength(f.x,f.y,v.points[0],v.points[1])>e?g=ae.getPointOnLine(e,f.x,f.y,v.points[0],v.points[1],f.x,f.y):v=void 0;break;case"A":var o=v.points[4],s=v.points[5],h=v.points[4]+s;0===m?m=o+1e-8:i<e?m+=Math.PI/180*s/Math.abs(s):m-=Math.PI/360*s/Math.abs(s),(s<0&&m<h||0<=s&&h<m)&&(m=h,a=!0),g=ae.getPointOnEllipticalArc(v.points[0],v.points[1],v.points[2],v.points[3],m,v.points[6]);break;case"C":0===m?m=e>v.pathLength?1e-8:e/v.pathLength:i<e?m+=(e-i)/v.pathLength:m-=(i-e)/v.pathLength,1<m&&(m=1,a=!0),g=ae.getPointOnCubicBezier(m,v.start.x,v.start.y,v.points[0],v.points[1],v.points[2],v.points[3],v.points[4],v.points[5]);break;case"Q":0===m?m=e/v.pathLength:i<e?m+=(e-i)/v.pathLength:m-=(i-e)/v.pathLength,1<m&&(m=1,a=!0),g=ae.getPointOnQuadraticBezier(m,v.start.x,v.start.y,v.points[0],v.points[1],v.points[2],v.points[3])}void 0!==g&&(i=ae.getLineLength(f.x,f.y,g.x,g.y)),a&&(a=!1,v=void 0)}},s=l._getTextSize("C").width+d,h=0;h<r/s&&(o("C"),void 0!==f&&void 0!==g);h++)f=g;for(var b=0;b<n.length&&(o(n[b]),void 0!==f&&void 0!==g);b++){var S=ae.getLineLength(f.x,f.y,g.x,g.y),x=0;if(e)try{x=e(n[b-1],n[b])*this.fontSize()}catch(t){x=0}f.x+=x,g.x+=x,this.textWidth+=x;var w=ae.getPointOnLine(x+S/2,f.x,f.y,g.x,g.y),C=Math.atan2(g.y-f.y,g.x-f.x);this.glyphInfo.push({transposeX:w.x,transposeY:w.y,text:n[b],rotation:C,p0:f,p1:g}),f=g}},t.prototype.getSelfRect=function(){var e=[];this.glyphInfo.forEach(function(t){e.push(t.p0.x),e.push(t.p0.y),e.push(t.p1.x),e.push(t.p1.y)});for(var t,i,r=e[0],n=e[0],a=e[0],o=e[0],s=0;s<e.length/2;s++)t=e[2*s],i=e[2*s+1],r=Math.min(r,t),n=Math.max(n,t),a=Math.min(a,i),o=Math.max(o,i);var h=this.fontSize();return{x:Math.round(r)-h/2,y:Math.round(a)-h/2,width:Math.round(n-r)+h,height:Math.round(o-a)+h}},t}(Bt);Se.prototype._fillFunc=_e,Se.prototype._strokeFunc=be,Se.prototype._fillFuncHit=_e,Se.prototype._strokeFuncHit=be,Se.prototype.className="TextPath",Se.prototype._attrsAffectingSize=["text","fontSize","data"],S.addGetterSetter(Se,"data"),S.addGetterSetter(Se,"fontFamily","Arial"),S.addGetterSetter(Se,"fontSize",12,x.getNumberValidator()),S.addGetterSetter(Se,"fontStyle","normal"),S.addGetterSetter(Se,"align","left"),S.addGetterSetter(Se,"letterSpacing",0,x.getNumberValidator()),S.addGetterSetter(Se,"textBaseline","middle"),S.addGetterSetter(Se,"fontVariant","normal"),S.addGetterSetter(Se,"text",""),S.addGetterSetter(Se,"textDecoration",null),S.addGetterSetter(Se,"kerningFunc",null),u.mapMethods(Se);var xe=["resizeEnabledChange","rotateAnchorOffsetChange","rotateEnabledChange","enabledAnchorsChange","anchorSizeChange","borderEnabledChange","borderStrokeChange","borderStrokeWidthChange","borderDashChange","anchorStrokeChange","anchorStrokeWidthChange","anchorFillChange","anchorCornerRadiusChange","ignoreStrokeChange"].join(" "),we="nodeRect",Ce=["xChange.tr","yChange.tr","widthChange.tr","heightChange.tr","scaleXChange.tr","scaleYChange.tr","skewXChange.tr","skewYChange.tr","rotationChange.tr","offsetXChange.tr","offsetYChange.tr","transformsEnabledChange.tr","strokeWidthChange.tr"].join(" "),ke={"top-left":-45,"top-center":0,"top-right":45,"middle-right":-90,"middle-left":90,"bottom-left":-135,"bottom-center":180,"bottom-right":135};var Pe=["top-left","top-center","top-right","middle-right","middle-left","bottom-left","bottom-center","bottom-right"],Te=function(i){function t(t){var e=i.call(this,t)||this;return e._transforming=!1,e._createElements(),e._handleMouseMove=e._handleMouseMove.bind(e),e._handleMouseUp=e._handleMouseUp.bind(e),e.update=e.update.bind(e),e.on(xe,e.update),e.getNode()&&e.update(),e}return C(t,i),t.prototype.attachTo=function(t){return this.setNode(t),this},t.prototype.setNode=function(t){var e=this;this._node&&this.detach(),this._node=t,this._resetTransformCache();var i=t._attrsAffectingSize.map(function(t){return t+"Change.tr"}).join(" "),r=function(){e._resetTransformCache(),e._transforming||e.update()};return t.on(i,r),t.on(Ce,r),!!this.findOne(".top-left")&&this.update(),this},t.prototype.getNode=function(){return this._node},t.prototype.detach=function(){this.getNode()&&(this.getNode().off(".tr"),this._node=void 0),this._resetTransformCache()},t.prototype._resetTransformCache=function(){this._clearCache(we),this._clearCache("transform"),this._clearSelfAndDescendantCache("absoluteTransform")},t.prototype._getNodeRect=function(){return this._getCache(we,this.__getNodeRect)},t.prototype.__getNodeRect=function(){var t=this.getNode();if(!t)return{x:-1e8,y:-1e8,width:0,height:0,rotation:0};var e=t.getClientRect({skipTransform:!0,skipShadow:!0,skipStroke:this.ignoreStroke()}),i=L(t.rotation()),r=e.x*t.scaleX()-t.offsetX()*t.scaleX(),n=e.y*t.scaleY()-t.offsetY()*t.scaleY();return{x:t.x()+r*Math.cos(i)+n*Math.sin(-i),y:t.y()+n*Math.cos(i)+r*Math.sin(i),width:e.width*t.scaleX(),height:e.height*t.scaleY(),rotation:t.rotation()}},t.prototype.getX=function(){return this._getNodeRect().x},t.prototype.getY=function(){return this._getNodeRect().y},t.prototype.getRotation=function(){return this._getNodeRect().rotation},t.prototype.getWidth=function(){return this._getNodeRect().width},t.prototype.getHeight=function(){return this._getNodeRect().height},t.prototype._createElements=function(){this._createBack(),Pe.forEach(function(t){this._createAnchor(t)}.bind(this)),this._createAnchor("rotater")},t.prototype._createAnchor=function(a){var o=new oe({stroke:"rgb(0, 161, 255)",fill:"white",strokeWidth:1,name:a+" _anchor",dragDistance:0,draggable:!0}),e=this;o.on("mousedown touchstart",function(t){e._handleMouseDown(t)}),o.on("dragstart",function(t){t.cancelBubble=!0}),o.on("dragmove",function(t){t.cancelBubble=!0}),o.on("dragend",function(t){t.cancelBubble=!0}),o.on("mouseenter",function(){var t=this.getParent(),e=L(t.rotation()),i=t.getNode().getAbsoluteScale(),r=i.y*i.x<0,n=function(t,e,i){if("rotater"===t)return"crosshair";e+=O._degToRad(ke[t]||0),i&&(e*=-1);var r=(O._radToDeg(e)%360+360)%360;return O._inRange(r,337.5,360)||O._inRange(r,0,22.5)?"ns-resize":O._inRange(r,22.5,67.5)?"nesw-resize":O._inRange(r,67.5,112.5)?"ew-resize":O._inRange(r,112.5,157.5)?"nwse-resize":O._inRange(r,157.5,202.5)?"ns-resize":O._inRange(r,202.5,247.5)?"nesw-resize":O._inRange(r,247.5,292.5)?"ew-resize":O._inRange(r,292.5,337.5)?"nwse-resize":(O.error("Transformer has unknown angle for cursor detection: "+r),"pointer")}(a,e,r);o.getStage().content.style.cursor=n,t._cursorChange=!0}),o.on("mouseout",function(){o.getStage()&&this.getParent()&&(o.getStage().content.style.cursor="",this.getParent()._cursorChange=!1)}),this.add(o)},t.prototype._createBack=function(){var t=new Bt({name:"back",width:0,height:0,listening:!1,sceneFunc:function(t){var e=this.getParent(),i=e.padding();t.beginPath(),t.rect(-i,-i,this.width()+2*i,this.height()+2*i),t.moveTo(this.width()/2,-i),e.rotateEnabled()&&t.lineTo(this.width()/2,-e.rotateAnchorOffset()*O._sign(this.height())),t.fillStrokeShape(this)}});this.add(t)},t.prototype._handleMouseDown=function(t){this.movingResizer=t.target.name().split(" ")[0];var e=this._getNodeRect(),i=e.width,r=e.height,n=Math.sqrt(Math.pow(i,2)+Math.pow(r,2));this.sin=r/n,this.cos=i/n,window.addEventListener("mousemove",this._handleMouseMove),window.addEventListener("touchmove",this._handleMouseMove),window.addEventListener("mouseup",this._handleMouseUp,!0),window.addEventListener("touchend",this._handleMouseUp,!0),this._transforming=!0,this._fire("transformstart",{evt:t}),this.getNode()._fire("transformstart",{evt:t})},t.prototype._handleMouseMove=function(t){var e,i,r,n=this.findOne("."+this.movingResizer),a=n.getStage().getContent().getBoundingClientRect(),o=a.left,s=a.top,h={x:(void 0!==t.clientX?t.clientX:t.touches[0].clientX)-o,y:(void 0!==t.clientX?t.clientY:t.touches[0].clientY)-s};n.setAbsolutePosition(h);var l=this.keepRatio()||t.shiftKey;if("top-left"===this.movingResizer)l&&(e=(r=Math.sqrt(Math.pow(this.findOne(".bottom-right").x()-n.x(),2)+Math.pow(this.findOne(".bottom-right").y()-n.y(),2)))*this.cos,i=r*this.sin,this.findOne(".top-left").x(this.findOne(".bottom-right").x()-e),this.findOne(".top-left").y(this.findOne(".bottom-right").y()-i));else if("top-center"===this.movingResizer)this.findOne(".top-left").y(n.y());else if("top-right"===this.movingResizer){l&&(e=(r=Math.sqrt(Math.pow(this.findOne(".bottom-left").x()-n.x(),2)+Math.pow(this.findOne(".bottom-left").y()-n.y(),2)))*this.cos,i=r*this.sin,this.findOne(".top-right").x(e),this.findOne(".top-right").y(this.findOne(".bottom-left").y()-i));var d=n.position();this.findOne(".top-left").y(d.y),this.findOne(".bottom-right").x(d.x)}else if("middle-left"===this.movingResizer)this.findOne(".top-left").x(n.x());else if("middle-right"===this.movingResizer)this.findOne(".bottom-right").x(n.x());else if("bottom-left"===this.movingResizer)l&&(e=(r=Math.sqrt(Math.pow(this.findOne(".top-right").x()-n.x(),2)+Math.pow(this.findOne(".top-right").y()-n.y(),2)))*this.cos,i=r*this.sin,this.findOne(".bottom-left").x(this.findOne(".top-right").x()-e),this.findOne(".bottom-left").y(i)),d=n.position(),this.findOne(".top-left").x(d.x),this.findOne(".bottom-right").y(d.y);else if("bottom-center"===this.movingResizer)this.findOne(".bottom-right").y(n.y());else if("bottom-right"===this.movingResizer)l&&(e=(r=Math.sqrt(Math.pow(this.findOne(".bottom-right").x(),2)+Math.pow(this.findOne(".bottom-right").y(),2)))*this.cos,i=r*this.sin,this.findOne(".bottom-right").x(e),this.findOne(".bottom-right").y(i));else if("rotater"===this.movingResizer){var c=this.padding(),u=this._getNodeRect();e=n.x()-u.width/2,i=-n.y()+u.height/2;var p=Math.atan2(-i,e)+Math.PI/2;u.height<0&&(p-=Math.PI);for(var f=L(this.rotation()),g=O._radToDeg(f)+O._radToDeg(p),v=L(this.getNode().rotation()),y=O._degToRad(g),m=this.rotationSnaps(),_=0;_<m.length;_++){var b=L(m[_]);Math.abs(b-O._degToRad(g))%(2*Math.PI)<.1&&(g=O._radToDeg(b),y=O._degToRad(g))}var S=c,x=c;this._fitNodeInto({rotation:D().angleDeg?g:O._degToRad(g),x:u.x+(u.width/2+c)*(Math.cos(v)-Math.cos(y))+(u.height/2+c)*(Math.sin(-v)-Math.sin(-y))-(S*Math.cos(f)+x*Math.sin(-f)),y:u.y+(u.height/2+c)*(Math.cos(v)-Math.cos(y))+(u.width/2+c)*(Math.sin(v)-Math.sin(y))-(x*Math.cos(f)+S*Math.sin(f)),width:u.width+2*c,height:u.height+2*c},t)}else console.error(new Error("Wrong position argument of selection resizer: "+this.movingResizer));if("rotater"!==this.movingResizer){var w=this.findOne(".top-left").getAbsolutePosition(this.getParent());if(this.centeredScaling()||t.altKey){var C=this.findOne(".top-left"),k=this.findOne(".bottom-right"),P=C.x(),T=C.y(),M=this.getWidth()-k.x(),A=this.getHeight()-k.y();k.move({x:-P,y:-T}),C.move({x:M,y:A}),w=C.getAbsolutePosition(this.getParent())}e=w.x,i=w.y;var G=this.findOne(".bottom-right").x()-this.findOne(".top-left").x(),R=this.findOne(".bottom-right").y()-this.findOne(".top-left").y();this._fitNodeInto({x:e+this.offsetX(),y:i+this.offsetY(),width:G,height:R},t)}},t.prototype._handleMouseUp=function(t){this._removeEvents(t)},t.prototype._removeEvents=function(t){if(this._transforming){this._transforming=!1,window.removeEventListener("mousemove",this._handleMouseMove),window.removeEventListener("touchmove",this._handleMouseMove),window.removeEventListener("mouseup",this._handleMouseUp,!0),window.removeEventListener("touchend",this._handleMouseUp,!0),this._fire("transformend",{evt:t});var e=this.getNode();e&&e.fire("transformend",{evt:t})}},t.prototype._fitNodeInto=function(t,e){var i=this.boundBoxFunc();if(i){var r=this._getNodeRect();t=i.call(this,r,t)}var n=this.getNode();void 0!==t.rotation&&this.getNode().rotation(t.rotation);var a=n.getClientRect({skipTransform:!0,skipShadow:!0,skipStroke:this.ignoreStroke()}),o=this.padding(),s=(t.width-2*o)/a.width,h=(t.height-2*o)/a.height,l=L(n.rotation()),d=a.x*s-o-n.offsetX()*s,c=a.y*h-o-n.offsetY()*h;this.getNode().setAttrs({scaleX:s,scaleY:h,x:t.x-(d*Math.cos(l)+c*Math.sin(-l)),y:t.y-(c*Math.cos(l)+d*Math.sin(l))}),this._fire("transform",{evt:e}),this.getNode()._fire("transform",{evt:e}),this.update(),this.getLayer().batchDraw()},t.prototype.forceUpdate=function(){this._resetTransformCache(),this.update()},t.prototype.update=function(){var e=this,t=this._getNodeRect(),i=this.getNode(),r={x:1,y:1};i&&i.getParent()&&(r=i.getParent().getAbsoluteScale());var n={x:1/r.x,y:1/r.y},a=t.width,o=t.height,s=this.enabledAnchors(),h=this.resizeEnabled(),l=this.padding(),d=this.anchorSize();this.find("._anchor").each(function(t){return t.setAttrs({width:d,height:d,offsetX:d/2,offsetY:d/2,stroke:e.anchorStroke(),strokeWidth:e.anchorStrokeWidth(),fill:e.anchorFill(),cornerRadius:e.anchorCornerRadius()})}),this.findOne(".top-left").setAttrs({x:-l,y:-l,scale:n,visible:h&&0<=s.indexOf("top-left")}),this.findOne(".top-center").setAttrs({x:a/2,y:-l,scale:n,visible:h&&0<=s.indexOf("top-center")}),this.findOne(".top-right").setAttrs({x:a+l,y:-l,scale:n,visible:h&&0<=s.indexOf("top-right")}),this.findOne(".middle-left").setAttrs({x:-l,y:o/2,scale:n,visible:h&&0<=s.indexOf("middle-left")}),this.findOne(".middle-right").setAttrs({x:a+l,y:o/2,scale:n,visible:h&&0<=s.indexOf("middle-right")}),this.findOne(".bottom-left").setAttrs({x:-l,y:o+l,scale:n,visible:h&&0<=s.indexOf("bottom-left")}),this.findOne(".bottom-center").setAttrs({x:a/2,y:o+l,scale:n,visible:h&&0<=s.indexOf("bottom-center")}),this.findOne(".bottom-right").setAttrs({x:a+l,y:o+l,scale:n,visible:h&&0<=s.indexOf("bottom-right")});var c=-this.rotateAnchorOffset()*Math.abs(n.y);this.findOne(".rotater").setAttrs({x:a/2,y:c*O._sign(o),scale:n,visible:this.rotateEnabled()}),this.findOne(".back").setAttrs({width:a*r.x,height:o*r.y,scale:n,visible:this.borderEnabled(),stroke:this.borderStroke(),strokeWidth:this.borderStrokeWidth(),dash:this.borderDash()})},t.prototype.isTransforming=function(){return this._transforming},t.prototype.stopTransform=function(){if(this._transforming){this._removeEvents();var t=this.findOne("."+this.movingResizer);t&&t.stopDrag()}},t.prototype.destroy=function(){return this.getStage()&&this._cursorChange&&(this.getStage().content.style.cursor=""),Pt.prototype.destroy.call(this),this.detach(),this._removeEvents(),this},t.prototype.toObject=function(){return et.prototype.toObject.call(this)},t}(Pt);Te.prototype.className="Transformer",S.addGetterSetter(Te,"enabledAnchors",Pe,function(t){return t instanceof Array||O.warn("enabledAnchors value should be an array"),t instanceof Array&&t.forEach(function(t){-1===Pe.indexOf(t)&&O.warn("Unknown anchor name: "+t+". Available names are: "+Pe.join(", "))}),t||[]}),S.addGetterSetter(Te,"resizeEnabled",!0),S.addGetterSetter(Te,"anchorSize",10,x.getNumberValidator()),S.addGetterSetter(Te,"rotateEnabled",!0),S.addGetterSetter(Te,"rotationSnaps",[]),S.addGetterSetter(Te,"rotateAnchorOffset",50,x.getNumberValidator()),S.addGetterSetter(Te,"borderEnabled",!0),S.addGetterSetter(Te,"anchorStroke","rgb(0, 161, 255)"),S.addGetterSetter(Te,"anchorStrokeWidth",1,x.getNumberValidator()),S.addGetterSetter(Te,"anchorFill","white"),S.addGetterSetter(Te,"anchorCornerRadius",0,x.getNumberValidator()),S.addGetterSetter(Te,"borderStroke","rgb(0, 161, 255)"),S.addGetterSetter(Te,"borderStrokeWidth",1,x.getNumberValidator()),S.addGetterSetter(Te,"borderDash"),S.addGetterSetter(Te,"keepRatio",!0),S.addGetterSetter(Te,"centeredScaling",!1),S.addGetterSetter(Te,"ignoreStroke",!1),S.addGetterSetter(Te,"padding",0,x.getNumberValidator()),S.addGetterSetter(Te,"node"),S.addGetterSetter(Te,"boundBoxFunc"),S.backCompat(Te,{lineEnabled:"borderEnabled",rotateHandlerOffset:"rotateAnchorOffset",enabledHandlers:"enabledAnchors"}),u.mapMethods(Te);var Me=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return C(e,t),e.prototype._sceneFunc=function(t){t.beginPath(),t.arc(0,0,this.radius(),0,L(this.angle()),this.clockwise()),t.lineTo(0,0),t.closePath(),t.fillStrokeShape(this)},e.prototype.getWidth=function(){return 2*this.radius()},e.prototype.getHeight=function(){return 2*this.radius()},e.prototype.setWidth=function(t){this.radius(t/2)},e.prototype.setHeight=function(t){this.radius(t/2)},e}(Bt);function Ae(){this.r=0,this.g=0,this.b=0,this.a=0,this.next=null}Me.prototype.className="Wedge",Me.prototype._centroid=!0,Me.prototype._attrsAffectingSize=["radius"],S.addGetterSetter(Me,"radius",0,x.getNumberValidator()),S.addGetterSetter(Me,"angle",0,x.getNumberValidator()),S.addGetterSetter(Me,"clockwise",!1),S.backCompat(Me,{angleDeg:"angle",getAngleDeg:"getAngle",setAngleDeg:"setAngle"}),u.mapMethods(Me);var Ge=[512,512,456,512,328,456,335,512,405,328,271,456,388,335,292,512,454,405,364,328,298,271,496,456,420,388,360,335,312,292,273,512,482,454,428,405,383,364,345,328,312,298,284,271,259,496,475,456,437,420,404,388,374,360,347,335,323,312,302,292,282,273,265,512,497,482,468,454,441,428,417,405,394,383,373,364,354,345,337,328,320,312,305,298,291,284,278,271,265,259,507,496,485,475,465,456,446,437,428,420,412,404,396,388,381,374,367,360,354,347,341,335,329,323,318,312,307,302,297,292,287,282,278,273,269,265,261,512,505,497,489,482,475,468,461,454,447,441,435,428,422,417,411,405,399,394,389,383,378,373,368,364,359,354,350,345,341,337,332,328,324,320,316,312,309,305,301,298,294,291,287,284,281,278,274,271,268,265,262,259,257,507,501,496,491,485,480,475,470,465,460,456,451,446,442,437,433,428,424,420,416,412,408,404,400,396,392,388,385,381,377,374,370,367,363,360,357,354,350,347,344,341,338,335,332,329,326,323,320,318,315,312,310,307,304,302,299,297,294,292,289,287,285,282,280,278,275,273,271,269,267,265,263,261,259],Re=[9,11,12,13,13,14,14,15,15,15,15,16,16,16,16,17,17,17,17,17,17,17,18,18,18,18,18,18,18,18,18,19,19,19,19,19,19,19,19,19,19,19,19,19,19,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24];S.addGetterSetter(et,"blurRadius",0,x.getNumberValidator(),S.afterSetFilter);S.addGetterSetter(et,"brightness",0,x.getNumberValidator(),S.afterSetFilter);S.addGetterSetter(et,"contrast",0,x.getNumberValidator(),S.afterSetFilter);function Le(t,e,i,r,n){var a=i-e,o=n-r;return 0===a?r+o/2:0===o?r:o*((t-e)/a)+r}S.addGetterSetter(et,"embossStrength",.5,x.getNumberValidator(),S.afterSetFilter),S.addGetterSetter(et,"embossWhiteLevel",.5,x.getNumberValidator(),S.afterSetFilter),S.addGetterSetter(et,"embossDirection","top-left",null,S.afterSetFilter),S.addGetterSetter(et,"embossBlend",!1,null,S.afterSetFilter);S.addGetterSetter(et,"enhance",0,x.getNumberValidator(),S.afterSetFilter);S.addGetterSetter(et,"hue",0,x.getNumberValidator(),S.afterSetFilter),S.addGetterSetter(et,"saturation",0,x.getNumberValidator(),S.afterSetFilter),S.addGetterSetter(et,"luminance",0,x.getNumberValidator(),S.afterSetFilter);S.addGetterSetter(et,"hue",0,x.getNumberValidator(),S.afterSetFilter),S.addGetterSetter(et,"saturation",0,x.getNumberValidator(),S.afterSetFilter),S.addGetterSetter(et,"value",0,x.getNumberValidator(),S.afterSetFilter);function De(t,e,i){var r=4*(i*t.width+e),n=[];return n.push(t.data[r++],t.data[r++],t.data[r++],t.data[r++]),n}function Oe(t,e){return Math.sqrt(Math.pow(t[0]-e[0],2)+Math.pow(t[1]-e[1],2)+Math.pow(t[2]-e[2],2))}S.addGetterSetter(et,"kaleidoscopePower",2,x.getNumberValidator(),S.afterSetFilter),S.addGetterSetter(et,"kaleidoscopeAngle",0,x.getNumberValidator(),S.afterSetFilter);S.addGetterSetter(et,"threshold",0,x.getNumberValidator(),S.afterSetFilter);S.addGetterSetter(et,"noise",.2,x.getNumberValidator(),S.afterSetFilter);S.addGetterSetter(et,"pixelSize",8,x.getNumberValidator(),S.afterSetFilter);S.addGetterSetter(et,"levels",.5,x.getNumberValidator(),S.afterSetFilter);S.addGetterSetter(et,"red",0,function(t){return this._filterUpToDate=!1,255<t?255:t<0?0:Math.round(t)}),S.addGetterSetter(et,"green",0,function(t){return this._filterUpToDate=!1,255<t?255:t<0?0:Math.round(t)}),S.addGetterSetter(et,"blue",0,x.RGBComponent,S.afterSetFilter);S.addGetterSetter(et,"red",0,function(t){return this._filterUpToDate=!1,255<t?255:t<0?0:Math.round(t)}),S.addGetterSetter(et,"green",0,function(t){return this._filterUpToDate=!1,255<t?255:t<0?0:Math.round(t)}),S.addGetterSetter(et,"blue",0,x.RGBComponent,S.afterSetFilter),S.addGetterSetter(et,"alpha",1,function(t){return this._filterUpToDate=!1,1<t?1:t<0?0:t});S.addGetterSetter(et,"threshold",.5,x.getNumberValidator(),S.afterSetFilter);var Ne={enableTrace:!1,traceArrMax:100,listenClickTap:!1,inDblClickWindow:!1,pixelRatio:void 0,dragDistance:3,angleDeg:!0,showWarnings:!0,dragButtons:[0,1],Filters:{Blur:function(t){var e=Math.round(this.blurRadius());0<e&&function(t,e){var i,r,n,a,o,s,h,l,d,c,u,p,f,g,v,y,m,_,b,S,x,w,C,k,P=t.data,T=t.width,M=t.height,A=e+e+1,G=T-1,R=M-1,L=e+1,D=L*(L+1)/2,O=new Ae,N=null,I=O,F=null,E=null,B=Ge[e],V=Re[e];for(n=1;n<A;n++)I=I.next=new Ae,n===L&&(N=I);for(I.next=O,h=s=0,r=0;r<M;r++){for(y=m=_=b=l=d=c=u=0,p=L*(S=P[s]),f=L*(x=P[s+1]),g=L*(w=P[s+2]),v=L*(C=P[s+3]),l+=D*S,d+=D*x,c+=D*w,u+=D*C,I=O,n=0;n<L;n++)I.r=S,I.g=x,I.b=w,I.a=C,I=I.next;for(n=1;n<L;n++)a=s+((G<n?G:n)<<2),l+=(I.r=S=P[a])*(k=L-n),d+=(I.g=x=P[a+1])*k,c+=(I.b=w=P[a+2])*k,u+=(I.a=C=P[a+3])*k,y+=S,m+=x,_+=w,b+=C,I=I.next;for(F=O,E=N,i=0;i<T;i++)P[s+3]=C=u*B>>V,0!==C?(C=255/C,P[s]=(l*B>>V)*C,P[s+1]=(d*B>>V)*C,P[s+2]=(c*B>>V)*C):P[s]=P[s+1]=P[s+2]=0,l-=p,d-=f,c-=g,u-=v,p-=F.r,f-=F.g,g-=F.b,v-=F.a,a=h+((a=i+e+1)<G?a:G)<<2,l+=y+=F.r=P[a],d+=m+=F.g=P[a+1],c+=_+=F.b=P[a+2],u+=b+=F.a=P[a+3],F=F.next,p+=S=E.r,f+=x=E.g,g+=w=E.b,v+=C=E.a,y-=S,m-=x,_-=w,b-=C,E=E.next,s+=4;h+=T}for(i=0;i<T;i++){for(m=_=b=y=d=c=u=l=0,p=L*(S=P[s=i<<2]),f=L*(x=P[s+1]),g=L*(w=P[s+2]),v=L*(C=P[s+3]),l+=D*S,d+=D*x,c+=D*w,u+=D*C,I=O,n=0;n<L;n++)I.r=S,I.g=x,I.b=w,I.a=C,I=I.next;for(o=T,n=1;n<=e;n++)s=o+i<<2,l+=(I.r=S=P[s])*(k=L-n),d+=(I.g=x=P[s+1])*k,c+=(I.b=w=P[s+2])*k,u+=(I.a=C=P[s+3])*k,y+=S,m+=x,_+=w,b+=C,I=I.next,n<R&&(o+=T);for(s=i,F=O,E=N,r=0;r<M;r++)P[3+(a=s<<2)]=C=u*B>>V,0<C?(C=255/C,P[a]=(l*B>>V)*C,P[a+1]=(d*B>>V)*C,P[a+2]=(c*B>>V)*C):P[a]=P[a+1]=P[a+2]=0,l-=p,d-=f,c-=g,u-=v,p-=F.r,f-=F.g,g-=F.b,v-=F.a,a=i+((a=r+L)<R?a:R)*T<<2,l+=y+=F.r=P[a],d+=m+=F.g=P[a+1],c+=_+=F.b=P[a+2],u+=b+=F.a=P[a+3],F=F.next,p+=S=E.r,f+=x=E.g,g+=w=E.b,v+=C=E.a,y-=S,m-=x,_-=w,b-=C,E=E.next,s+=T}}(t,e)},Brighten:function(t){var e,i=255*this.brightness(),r=t.data,n=r.length;for(e=0;e<n;e+=4)r[e]+=i,r[e+1]+=i,r[e+2]+=i},Contrast:function(t){var e,i=Math.pow((parseInt(this.contrast())+100)/100,2),r=t.data,n=r.length,a=150,o=150,s=150;for(e=0;e<n;e+=4)a=r[e],o=r[e+1],s=r[e+2],a/=255,a-=.5,a*=i,a+=.5,o/=255,o-=.5,o*=i,o+=.5,s/=255,s-=.5,s*=i,s+=.5,a=(a*=255)<0?0:255<a?255:a,o=(o*=255)<0?0:255<o?255:o,s=(s*=255)<0?0:255<s?255:s,r[e]=a,r[e+1]=o,r[e+2]=s},Emboss:function(t){var e=10*this.embossStrength(),i=255*this.embossWhiteLevel(),r=this.embossDirection(),n=this.embossBlend(),a=0,o=0,s=t.data,h=t.width,l=t.height,d=4*h,c=l;switch(r){case"top-left":o=a=-1;break;case"top":a=-1,o=0;break;case"top-right":a=-1,o=1;break;case"right":a=0,o=1;break;case"bottom-right":o=a=1;break;case"bottom":a=1,o=0;break;case"bottom-left":o=-(a=1);break;case"left":a=0,o=-1;break;default:O.error("Unknown emboss direction: "+r)}do{var u=(c-1)*d,p=a;c+p<1&&(p=0),l<c+p&&(p=0);var f=(c-1+p)*h*4,g=h;do{var v=u+4*(g-1),y=o;g+y<1&&(y=0),h<g+y&&(y=0);var m=f+4*(g-1+y),_=s[v]-s[m],b=s[v+1]-s[m+1],S=s[v+2]-s[m+2],x=_,w=0<x?x:-x;if(w<(0<b?b:-b)&&(x=b),w<(0<S?S:-S)&&(x=S),x*=e,n){var C=s[v]+x,k=s[v+1]+x,P=s[v+2]+x;s[v]=255<C?255:C<0?0:C,s[v+1]=255<k?255:k<0?0:k,s[v+2]=255<P?255:P<0?0:P}else{var T=i-x;T<0?T=0:255<T&&(T=255),s[v]=s[v+1]=s[v+2]=T}}while(--g)}while(--c)},Enhance:function(t){var e,i,r,n,a=t.data,o=a.length,s=a[0],h=s,l=a[1],d=l,c=a[2],u=c,p=this.enhance();if(0!==p){for(n=0;n<o;n+=4)(e=a[n+0])<s?s=e:h<e&&(h=e),(i=a[n+1])<l?l=i:d<i&&(d=i),(r=a[n+2])<c?c=r:u<r&&(u=r);var f,g,v,y,m,_,b,S,x;for(h===s&&(h=255,s=0),d===l&&(d=255,l=0),u===c&&(u=255,c=0),x=0<p?(g=h+p*(255-h),v=s-p*(s-0),m=d+p*(255-d),_=l-p*(l-0),S=u+p*(255-u),c-p*(c-0)):(g=h+p*(h-(f=.5*(h+s))),v=s+p*(s-f),m=d+p*(d-(y=.5*(d+l))),_=l+p*(l-y),S=u+p*(u-(b=.5*(u+c))),c+p*(c-b)),n=0;n<o;n+=4)a[n+0]=Le(a[n+0],s,h,v,g),a[n+1]=Le(a[n+1],l,d,_,m),a[n+2]=Le(a[n+2],c,u,x,S)}},Grayscale:function(t){var e,i,r=t.data,n=r.length;for(e=0;e<n;e+=4)i=.34*r[e]+.5*r[e+1]+.16*r[e+2],r[e]=i,r[e+1]=i,r[e+2]=i},HSL:function(t){var e,i,r,n,a,o=t.data,s=o.length,h=Math.pow(2,this.saturation()),l=Math.abs(this.hue()+360)%360,d=127*this.luminance(),c=1*h*Math.cos(l*Math.PI/180),u=1*h*Math.sin(l*Math.PI/180),p=.299+.701*c+.167*u,f=.587-.587*c+.33*u,g=.114-.114*c-.497*u,v=.299-.299*c-.328*u,y=.587+.413*c+.035*u,m=.114-.114*c+.293*u,_=.299-.3*c+1.25*u,b=.587-.586*c-1.05*u,S=.114+.886*c-.2*u;for(e=0;e<s;e+=4)i=o[e+0],r=o[e+1],n=o[e+2],a=o[e+3],o[e+0]=p*i+f*r+g*n+d,o[e+1]=v*i+y*r+m*n+d,o[e+2]=_*i+b*r+S*n+d,o[e+3]=a},HSV:function(t){var e,i,r,n,a,o=t.data,s=o.length,h=Math.pow(2,this.value()),l=Math.pow(2,this.saturation()),d=Math.abs(this.hue()+360)%360,c=h*l*Math.cos(d*Math.PI/180),u=h*l*Math.sin(d*Math.PI/180),p=.299*h+.701*c+.167*u,f=.587*h-.587*c+.33*u,g=.114*h-.114*c-.497*u,v=.299*h-.299*c-.328*u,y=.587*h+.413*c+.035*u,m=.114*h-.114*c+.293*u,_=.299*h-.3*c+1.25*u,b=.587*h-.586*c-1.05*u,S=.114*h+.886*c-.2*u;for(e=0;e<s;e+=4)i=o[e+0],r=o[e+1],n=o[e+2],a=o[e+3],o[e+0]=p*i+f*r+g*n,o[e+1]=v*i+y*r+m*n,o[e+2]=_*i+b*r+S*n,o[e+3]=a},Invert:function(t){var e,i=t.data,r=i.length;for(e=0;e<r;e+=4)i[e]=255-i[e],i[e+1]=255-i[e+1],i[e+2]=255-i[e+2]},Kaleidoscope:function(t){var e,i,r,n,a,o,s,h,l,d=t.width,c=t.height,u=Math.round(this.kaleidoscopePower()),p=Math.round(this.kaleidoscopeAngle()),f=Math.floor(d*(p%360)/360);if(!(u<1)){var g=O.createCanvasElement();g.width=d,g.height=c;var v=g.getContext("2d").getImageData(0,0,d,c);!function(t,e,i){var r,n,a,o,s=t.data,h=e.data,l=t.width,d=t.height,c=i.polarCenterX||l/2,u=i.polarCenterY||d/2,p=0,f=0,g=0,v=0,y=Math.sqrt(c*c+u*u);n=l-c,a=d-u,y=y<(o=Math.sqrt(n*n+a*a))?o:y;var m,_,b,S,x=d,w=l,C=360/w*Math.PI/180;for(_=0;_<w;_+=1)for(b=Math.sin(_*C),S=Math.cos(_*C),m=0;m<x;m+=1)n=Math.floor(c+y*m/x*S),p=s[0+(r=4*((a=Math.floor(u+y*m/x*b))*l+n))],f=s[r+1],g=s[r+2],v=s[r+3],h[0+(r=4*(_+m*l))]=p,h[r+1]=f,h[r+2]=g,h[r+3]=v}(t,v,{polarCenterX:d/2,polarCenterY:c/2});for(var y=d/Math.pow(2,u);y<=8;)y*=2,u-=1;var m=y=Math.ceil(y),_=0,b=m,S=1;for(d<f+y&&(_=m,b=0,S=-1),i=0;i<c;i+=1)for(e=_;e!==b;e+=S)h=4*(d*i+Math.round(e+f)%d),n=v.data[h+0],a=v.data[h+1],o=v.data[h+2],s=v.data[h+3],l=4*(d*i+e),v.data[l+0]=n,v.data[l+1]=a,v.data[l+2]=o,v.data[l+3]=s;for(i=0;i<c;i+=1)for(m=Math.floor(y),r=0;r<u;r+=1){for(e=0;e<m+1;e+=1)h=4*(d*i+e),n=v.data[h+0],a=v.data[h+1],o=v.data[h+2],s=v.data[h+3],l=4*(d*i+2*m-e-1),v.data[l+0]=n,v.data[l+1]=a,v.data[l+2]=o,v.data[l+3]=s;m*=2}!function(t,e,i){var r,n,a,o,s,h,l=t.data,d=e.data,c=t.width,u=t.height,p=i.polarCenterX||c/2,f=i.polarCenterY||u/2,g=0,v=0,y=0,m=0,_=Math.sqrt(p*p+f*f);n=c-p,a=u-f,_=_<(h=Math.sqrt(n*n+a*a))?h:_;var b,S,x,w=u,C=c,k=i.polarRotation||0;for(n=0;n<c;n+=1)for(a=0;a<u;a+=1)o=n-p,s=a-f,b=Math.sqrt(o*o+s*s)*w/_,S=(S=(180*Math.atan2(s,o)/Math.PI+360+k)%360)*C/360,x=Math.floor(S),g=l[0+(r=4*(Math.floor(b)*c+x))],v=l[r+1],y=l[r+2],m=l[r+3],d[0+(r=4*(a*c+n))]=g,d[r+1]=v,d[r+2]=y,d[r+3]=m}(v,t,{polarRotation:0})}},Mask:function(t){var e=function(t,e){var i=De(t,0,0),r=De(t,t.width-1,0),n=De(t,0,t.height-1),a=De(t,t.width-1,t.height-1),o=e||10;if(Oe(i,r)<o&&Oe(r,a)<o&&Oe(a,n)<o&&Oe(n,i)<o){for(var s=function(t){for(var e=[0,0,0],i=0;i<t.length;i++)e[0]+=t[i][0],e[1]+=t[i][1],e[2]+=t[i][2];return e[0]/=t.length,e[1]/=t.length,e[2]/=t.length,e}([r,i,a,n]),h=[],l=0;l<t.width*t.height;l++){var d=Oe(s,[t.data[4*l],t.data[4*l+1],t.data[4*l+2]]);h[l]=d<o?0:255}return h}}(t,this.threshold());return e&&function(t,e){for(var i=0;i<t.width*t.height;i++)t.data[4*i+3]=e[i]}(t,e=function(t,e,i){for(var r=[1/9,1/9,1/9,1/9,1/9,1/9,1/9,1/9,1/9],n=Math.round(Math.sqrt(r.length)),a=Math.floor(n/2),o=[],s=0;s<i;s++)for(var h=0;h<e;h++){for(var l=s*e+h,d=0,c=0;c<n;c++)for(var u=0;u<n;u++){var p=s+c-a,f=h+u-a;if(0<=p&&p<i&&0<=f&&f<e){var g=r[c*n+u];d+=t[p*e+f]*g}}o[l]=d}return o}(e=function(t,e,i){for(var r=[1,1,1,1,1,1,1,1,1],n=Math.round(Math.sqrt(r.length)),a=Math.floor(n/2),o=[],s=0;s<i;s++)for(var h=0;h<e;h++){for(var l=s*e+h,d=0,c=0;c<n;c++)for(var u=0;u<n;u++){var p=s+c-a,f=h+u-a;if(0<=p&&p<i&&0<=f&&f<e){var g=r[c*n+u];d+=t[p*e+f]*g}}o[l]=1020<=d?255:0}return o}(e=function(t,e,i){for(var r=[1,1,1,1,0,1,1,1,1],n=Math.round(Math.sqrt(r.length)),a=Math.floor(n/2),o=[],s=0;s<i;s++)for(var h=0;h<e;h++){for(var l=s*e+h,d=0,c=0;c<n;c++)for(var u=0;u<n;u++){var p=s+c-a,f=h+u-a;if(0<=p&&p<i&&0<=f&&f<e){var g=r[c*n+u];d+=t[p*e+f]*g}}o[l]=2040===d?255:0}return o}(e,t.width,t.height),t.width,t.height),t.width,t.height)),t},Noise:function(t){var e,i=255*this.noise(),r=t.data,n=r.length,a=i/2;for(e=0;e<n;e+=4)r[e+0]+=a-2*a*Math.random(),r[e+1]+=a-2*a*Math.random(),r[e+2]+=a-2*a*Math.random()},Pixelate:function(t){var e,i,r,n,a,o,s,h,l,d,c,u,p,f,g=Math.ceil(this.pixelSize()),v=t.width,y=t.height,m=Math.ceil(v/g),_=Math.ceil(y/g);if(t=t.data,g<=0)O.error("pixelSize value can not be <= 0");else for(u=0;u<m;u+=1)for(p=0;p<_;p+=1){for(l=(h=u*g)+g,c=(d=p*g)+g,f=s=o=a=n=0,e=h;e<l;e+=1)if(!(v<=e))for(i=d;i<c;i+=1)y<=i||(n+=t[0+(r=4*(v*i+e))],a+=t[r+1],o+=t[r+2],s+=t[r+3],f+=1);for(n/=f,a/=f,o/=f,s/=f,e=h;e<l;e+=1)if(!(v<=e))for(i=d;i<c;i+=1)y<=i||(t[0+(r=4*(v*i+e))]=n,t[r+1]=a,t[r+2]=o,t[r+3]=s)}},Posterize:function(t){var e,i=Math.round(254*this.levels())+1,r=t.data,n=r.length,a=255/i;for(e=0;e<n;e+=1)r[e]=Math.floor(r[e]/a)*a},RGB:function(t){var e,i,r=t.data,n=r.length,a=this.red(),o=this.green(),s=this.blue();for(e=0;e<n;e+=4)i=(.34*r[e]+.5*r[e+1]+.16*r[e+2])/255,r[e]=i*a,r[e+1]=i*o,r[e+2]=i*s,r[e+3]=r[e+3]},RGBA:function(t){var e,i,r=t.data,n=r.length,a=this.red(),o=this.green(),s=this.blue(),h=this.alpha();for(e=0;e<n;e+=4)i=1-h,r[e]=a*h+r[e]*i,r[e+1]=o*h+r[e+1]*i,r[e+2]=s*h+r[e+2]*i},Sepia:function(t){var e,i,r,n,a,o,s,h,l,d=t.data,c=t.width,u=t.height,p=4*c;do{for(e=(u-1)*p,i=c;s=.393*(n=d[r=e+4*(i-1)])+.769*(a=d[r+1])+.189*(o=d[r+2]),h=.349*n+.686*a+.168*o,l=.272*n+.534*a+.131*o,d[r]=255<s?255:s,d[r+1]=255<h?255:h,d[r+2]=255<l?255:l,d[r+3]=d[r+3],--i;);}while(--u)},Solarize:function(t){var e=t.data,i=t.width,r=4*i,n=t.height;do{var a=(n-1)*r,o=i;do{var s=a+4*(o-1),h=e[s],l=e[s+1],d=e[s+2];127<h&&(h=255-h),127<l&&(l=255-l),127<d&&(d=255-d),e[s]=h,e[s+1]=l,e[s+2]=d}while(--o)}while(--n)},Threshold:function(t){var e,i=255*this.threshold(),r=t.data,n=r.length;for(e=0;e<n;e+=1)r[e]=r[e]<i?0:255}},Collection:u,Util:O,Node:et,ids:B,Container:it,Stage:bt,stages:_t,Layer:Ct,FastLayer:kt,Group:Pt,DD:E,Shape:Bt,Animation:F,Tween:Yt,Easings:Xt,Arc:jt,Arrow:qt,Circle:Kt,Ellipse:Qt,Image:Jt,Label:re,Tag:ne,Line:Ut,Path:ae,Rect:oe,RegularPolygon:se,Ring:le,Sprite:de,Star:ce,Text:me,TextPath:Se,Transformer:Te,Wedge:Me,version:"3.0.0-0",names:n,shapes:o,isBrowser:a,isUnminified:t,dblClickWindow:400,isDragging:function(){var t=D().DD;return!!t&&t.isDragging},isDragReady:function(){var t=D().DD;return!!t&&!!t.node},_addName:h,_removeName:l,getAngle:L,_detectIE:s,_parseUA:i,glob:r,UA:d,document:c,getGlobalKonva:D};return r.Konva=Ne});