Socket
Socket
Sign inDemoInstall

shapecaptcha

Package Overview
Dependencies
0
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.2 to 0.1.5

10

demo/app.js

@@ -20,7 +20,7 @@ /*global ShapeCaptcha dat FontFaceObserver*/

font: 'Indie Flower',
bgColor: 'rgba(0,0,0,0.01)',
drawColor: '#000',
acceptColor: '#00FF00',
textColor: '#000',
textBgColor: 'rgba(0,0,0,0.01)',
bgColor: '#193441',
drawColor: '#91AA9D',
acceptColor: '#3E606F',
textColor: '#3E606F',
textBgColor: '#193441',
helperText: '',

@@ -27,0 +27,0 @@ drawLineWidth: 8,

@@ -1,3 +0,3 @@

!function(y,x){"object"==typeof exports&&"object"==typeof module?module.exports=x():"function"==typeof define&&define.amd?define([],x):"object"==typeof exports?exports.ShapeCaptcha=x():y.ShapeCaptcha=x()}(this,function(){return function(y){function x(e){if(t[e])return t[e].exports;var n=t[e]={i:e,l:!1,exports:{}};return y[e].call(n.exports,n,n.exports,x),n.l=!0,n.exports}var t={};return x.m=y,x.c=t,x.i=function(y){return y},x.d=function(y,t,e){x.o(y,t)||Object.defineProperty(y,t,{configurable:!1,enumerable:!0,get:e})},x.n=function(y){var t=y&&y.__esModule?function(){return y.default}:function(){return y};return x.d(t,"a",t),t},x.o=function(y,x){return Object.prototype.hasOwnProperty.call(y,x)},x.p="",x(x.s=3)}([function(y,x,t){"use strict";Object.defineProperty(x,"__esModule",{value:!0}),x.default={getContainer:function(y){if(!y)return document.body;var x=document.querySelector(y);return x?x:document.body},getSizes:function(y,x,t){var e=this.options.font,n=void 0,i=void 0;if(y===document.body)n=window.innerWidth-4,i=window.innerHeight-4;else{var o=y.getBoundingClientRect();n=o.width,i=o.height}var r=.05,s=Math.round(i*r);for(x.font=s+"px "+e;x.measureText(t).width>n;)r*=.95,s=Math.round(i*r),x.font=s+"px "+e;var a=this.options.helperText,u=.03,c=Math.round(i*u);if(a)for(x.font=c+"px "+e;x.measureText(a).width>n;)u*=.95,c=Math.round(i*u),x.font=c+"px "+e;var h=a?Math.round(.07*i):Math.round(.1*i);return{width:n,height:i,explanation:{height:Math.round(.2*i),font1:s,font2:c,text1Y:h,text2Y:Math.round(.15*i)}}},checkResults:function(y,x){var t=y.reduce(function(y,x){return y[x.shape]-=1,y},Object.assign({},x));return Object.keys(t).every(function(y){return 0===t[y]})},drawTaskText:function(y,x){var t=this.options.font,e=this.sizes.explanation;this.options.textBgColor&&(y.fillStyle=this.options.textBgColor,y.fillRect(0,0,y.canvas.width,e.height)),y.textAlign="center",y.fillStyle=this.options.textColor,y.font=e.font1+"px "+t,y.fillText(x,y.canvas.width/2,e.text1Y),this.options.helperText&&(y.font=e.font2+"px "+t,y.fillText(this.options.helperText,y.canvas.width/2,e.text2Y))},getRandItemSet:function(y){var x=["circle","triangle","square"],t=this.shuffle(x).reduce(function(x,t,e){var n=Object.keys(x).reduce(function(y,t){return y+=x[t]},0),i=y-n;return 2===e?x[t]=i:x[t]=Math.ceil(Math.random()*i),x},{});return t},getText:function(y){var x=Object.keys(y).reduce(function(x,t){return y[t]&&(x+=1===y[t]?" a "+t+",":" "+y[t]+" "+t+"s,"),x},"Please draw");return x.replace(/,$/,".").replace(/,(?=[^,]*$)/," and")},shuffle:function(y){for(var x=y.length,t=void 0;x;)t=Math.floor(Math.random()*x--),y[x]=[y[t],y[t]=y[x]][0];return y},drawDots:function(y,x,t){y.strokeStyle=t,y.beginPath(),x.forEach(function(x,t){t?y.lineTo(x.x,x.y):y.moveTo(x.x,x.y)}),y.stroke()},getPathData:function(y){var x=void 0;try{x=this.shapeDetector.spot(y)}catch(y){x=null}return{shape:x,dots:y}},getPointerPos:function(y){var x=y.target.getBoundingClientRect();return{x:y.pageX-x.left,y:y.pageY-x.top}}}},function(y,x,t){"use strict";function e(y,x){function t(y){y.target.addEventListener("mouseup",n),y.target.addEventListener("mousemove",r)}function e(y){y.target.removeEventListener("mouseup",n),y.target.removeEventListener("mousemove",r)}function n(y){e(y);var x=a.getPathData(f);null!==x.shape?i(x):o(h),f=[]}function i(x){var t=u.filter(function(y){return y.shape===x.shape}).length;d[x.shape]&&d[x.shape]>t&&u.push(x);var e=a.checkResults(u,d);o(h,e),e&&(s.removeChild(c),c=null,clearTimeout(p),y())}function o(y,x){y.clearRect(0,0,c.width,c.height),a.drawTaskText(y,m),a.options.bgColor&&(y.fillStyle=a.options.bgColor,y.fillRect(0,a.sizes.explanation.height,c.width,c.height)),y.lineWidth=x?a.options.successLineWidth:a.options.drawLineWidth,u.length&&u.forEach(function(x){a.drawDots(y,x.dots,a.options.acceptColor)})}function r(y){var x=a.getPointerPos(y);f.push(x),a.drawDots(h,f,a.options.drawColor)}var s=this.getContainer(this.options.container),a=this,u=[],c=document.createElement("canvas"),h=c.getContext("2d"),l=this.options.timeout?1e3*this.options.timeout:36e5,p=setTimeout(function(){s.removeChild(c),c=null,x("time out!")},l),f=[],d=this.getRandItemSet(this.options.items),m=this.getText(d);this.sizes=this.getSizes(s,h,m),c.width=this.sizes.width,c.height=this.sizes.height,s.appendChild(c),o(h),c.addEventListener("mousedown",t)}Object.defineProperty(x,"__esModule",{value:!0}),x.default=e},function(y,x,t){"use strict";function e(y,x){if(!(y instanceof x))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(x,"__esModule",{value:!0});var n=function(){function y(y,x){for(var t=0;t<x.length;t++){var e=x[t];e.enumerable=e.enumerable||!1,e.configurable=!0,"value"in e&&(e.writable=!0),Object.defineProperty(y,e.key,e)}}return function(x,t,e){return t&&y(x.prototype,t),e&&y(x,e),x}}(),i=function(){function y(x,t,n,i){e(this,y),this.squareSize=x,this.nbSamplePoints=t,this.points=n,this.name=i,this.processStroke()}return n(y,[{key:"getDistance",value:function(y,x){var t=x.x-y.x,e=x.y-y.y;return Math.hypot(t,e)}},{key:"processStroke",value:function(){return this.points=this.resample(),this.setCentroid(),this.points=this.rotateBy(-this.indicativeAngle()),this.points=this.scaleToSquare(),this.setCentroid(),this.points=this.translateToOrigin(),this}},{key:"resample",value:function(){for(var y=this.strokeLength()/(this.nbSamplePoints-1),x=[this.points[0]],t=0,e=1;e<this.points.length;e++){var n=this.getDistance(this.points[e-1],this.points[e]);if(t+n>=y){var i={x:this.points[e-1].x+(y-t)/n*(this.points[e].x-this.points[e-1].x),y:this.points[e-1].y+(y-t)/n*(this.points[e].y-this.points[e-1].y)};x.push(i),this.points.splice(e,0,i),t=0}else t+=n}return x.length===this.nbSamplePoints-1&&x.push(this.points[this.points.length-1]),x}},{key:"rotateBy",value:function(y){var x=this,t=Math.cos(y),e=Math.sin(y);return this.points.map(function(y){return{x:(y.x-x.c.x)*t-(y.y-x.c.y)*e+x.c.x,y:(y.x-x.c.x)*e+(y.y-x.c.y)*t+x.c.y}})}},{key:"scaleToSquare",value:function(){var y=this,x={minX:+(1/0),maxX:-(1/0),minY:+(1/0),maxY:-(1/0)},t=!0,e=!1,n=void 0;try{for(var i,o=this.points[Symbol.iterator]();!(t=(i=o.next()).done);t=!0){var r=i.value;x.minX=Math.min(x.minX,r.x),x.minY=Math.min(x.minY,r.y),x.maxX=Math.max(x.maxX,r.x),x.maxY=Math.max(x.maxY,r.y)}}catch(y){e=!0,n=y}finally{try{!t&&o.return&&o.return()}finally{if(e)throw n}}return x.width=x.maxX-x.minX,x.height=x.maxY-x.minY,this.points.map(function(t){return{x:t.x*(y.squareSize/x.width),y:t.y*(y.squareSize/x.height)}})}},{key:"translateToOrigin",value:function(){var y=this,x={x:0,y:0};return this.points.map(function(t){return{x:t.x+x.x-y.c.x,y:t.y+x.y-y.c.y}})}},{key:"setCentroid",value:function(){this.c=this.points.reduce(function(y,x){return y.x+=x.x,y.y+=x.y,y},{x:0,y:0}),this.c.x/=this.points.length,this.c.y/=this.points.length}},{key:"indicativeAngle",value:function(){return Math.atan2(this.c.y-this.points[0].y,this.c.x-this.points[0].x)}},{key:"strokeLength",value:function(){var y=this;return this.points.reduce(function(x,t,e,n){return e>0&&(x+=y.getDistance(n[e-1],t)),x},0)}},{key:"distanceAtBestAngle",value:function(y){for(var x=.5*(-1+Math.sqrt(5)),t=function(y){return y*Math.PI/180},e=t(45),n=t(2),i=-e,o=e,r=x*i+(1-x)*o,s=this.distanceAtAngle(y,r),a=(1-x)*i+x*o,u=this.distanceAtAngle(y,a);Math.abs(o-i)>n;)s<u?(o=a,a=r,u=s,r=x*i+(1-x)*o,s=this.distanceAtAngle(y,r)):(i=r,r=a,s=u,a=(1-x)*i+x*o,u=this.distanceAtAngle(y,a));return Math.min(s,u)}},{key:"distanceAtAngle",value:function(y,x){var t=this,e=this.rotateBy(x),n=e.reduce(function(x,e,n){return x+=t.getDistance(e,y.points[n])},0);return n/e.length}}]),y}(),o=function(){function y(){var x=this;e(this,y);var t=[{points:[{x:140.17500305175776,y:420.52500915527327},{x:157.69687843322748,y:385.4812583923338},{x:175.2187538146972,y:350.4375076293944},{x:192.7406291961669,y:315.39375686645496},{x:210.26250457763663,y:280.3500061035155},{x:227.78437995910636,y:245.30625534057606},{x:245.30625534057606,y:210.26250457763663},{x:262.8281307220458,y:175.2187538146972},{x:280.3500061035155,y:140.17500305175776},{x:280.3500061035155,y:140.17500305175776},{x:297.87188148498524,y:175.2187538146972},{x:315.39375686645496,y:210.26250457763663},{x:332.9156322479247,y:245.30625534057606},{x:350.4375076293944,y:280.3500061035155},{x:367.95938301086414,y:315.39375686645496},{x:385.4812583923338,y:350.4375076293944},{x:403.00313377380354,y:385.4812583923338},{x:420.52500915527327,y:420.52500915527327},{x:420.52500915527327,y:420.52500915527327},{x:385.4812583923338,y:420.52500915527327},{x:350.4375076293944,y:420.52500915527327},{x:315.39375686645496,y:420.52500915527327},{x:280.3500061035155,y:420.52500915527327},{x:245.30625534057606,y:420.52500915527327},{x:210.26250457763663,y:420.52500915527327},{x:175.2187538146972,y:420.52500915527327},{x:140.17500305175776,y:420.52500915527327}],name:"triangle"},{points:[{x:280.3500061035155,y:140.17500305175776},{x:297.87188148498524,y:175.2187538146972},{x:315.39375686645496,y:210.26250457763663},{x:332.9156322479247,y:245.30625534057606},{x:350.4375076293944,y:280.3500061035155},{x:367.95938301086414,y:315.39375686645496},{x:385.4812583923338,y:350.4375076293944},{x:403.00313377380354,y:385.4812583923338},{x:420.52500915527327,y:420.52500915527327},{x:420.52500915527327,y:420.52500915527327},{x:385.4812583923338,y:420.52500915527327},{x:350.4375076293944,y:420.52500915527327},{x:315.39375686645496,y:420.52500915527327},{x:280.3500061035155,y:420.52500915527327},{x:245.30625534057606,y:420.52500915527327},{x:210.26250457763663,y:420.52500915527327},{x:175.2187538146972,y:420.52500915527327},{x:140.17500305175776,y:420.52500915527327},{x:140.17500305175776,y:420.52500915527327},{x:157.69687843322748,y:385.4812583923338},{x:175.2187538146972,y:350.4375076293944},{x:192.7406291961669,y:315.39375686645496},{x:210.26250457763663,y:280.3500061035155},{x:227.78437995910636,y:245.30625534057606},{x:245.30625534057606,y:210.26250457763663},{x:262.8281307220458,y:175.2187538146972},{x:280.3500061035155,y:140.17500305175776}],name:"triangle"},{points:[{x:420.52500915527327,y:420.52500915527327},{x:385.4812583923338,y:420.52500915527327},{x:350.4375076293944,y:420.52500915527327},{x:315.39375686645496,y:420.52500915527327},{x:280.3500061035155,y:420.52500915527327},{x:245.30625534057606,y:420.52500915527327},{x:210.26250457763663,y:420.52500915527327},{x:175.2187538146972,y:420.52500915527327},{x:140.17500305175776,y:420.52500915527327},{x:140.17500305175776,y:420.52500915527327},{x:157.69687843322748,y:385.4812583923338},{x:175.2187538146972,y:350.4375076293944},{x:192.7406291961669,y:315.39375686645496},{x:210.26250457763663,y:280.3500061035155},{x:227.78437995910636,y:245.30625534057606},{x:245.30625534057606,y:210.26250457763663},{x:262.8281307220458,y:175.2187538146972},{x:280.3500061035155,y:140.17500305175776},{x:280.3500061035155,y:140.17500305175776},{x:297.87188148498524,y:175.2187538146972},{x:315.39375686645496,y:210.26250457763663},{x:332.9156322479247,y:245.30625534057606},{x:350.4375076293944,y:280.3500061035155},{x:367.95938301086414,y:315.39375686645496},{x:385.4812583923338,y:350.4375076293944},{x:403.00313377380354,y:385.4812583923338},{x:420.52500915527327,y:420.52500915527327}],name:"triangle"},{points:[{x:140.17500305175776,y:420.52500915527327},{x:175.2187538146972,y:420.52500915527327},{x:210.26250457763663,y:420.52500915527327},{x:245.30625534057606,y:420.52500915527327},{x:280.3500061035155,y:420.52500915527327},{x:315.39375686645496,y:420.52500915527327},{x:350.4375076293944,y:420.52500915527327},{x:385.4812583923338,y:420.52500915527327},{x:420.52500915527327,y:420.52500915527327},{x:420.52500915527327,y:420.52500915527327},{x:403.00313377380354,y:385.4812583923338},{x:385.4812583923338,y:350.4375076293944},{x:367.9593830108641,y:315.39375686645496},{x:350.4375076293944,y:280.3500061035155},{x:332.9156322479247,y:245.30625534057606},{x:315.39375686645496,y:210.26250457763663},{x:297.87188148498524,y:175.2187538146972},{x:280.3500061035155,y:140.17500305175776},{x:280.3500061035155,y:140.17500305175776},{x:262.8281307220458,y:175.2187538146972},{x:245.30625534057606,y:210.26250457763663},{x:227.78437995910636,y:245.30625534057606},{x:210.26250457763663,y:280.3500061035155},{x:192.7406291961669,y:315.39375686645496},{x:175.2187538146972,y:350.4375076293944},{x:157.69687843322748,y:385.4812583923338},{x:140.17500305175776,y:420.52500915527327}],name:"triangle"},{points:[{x:420.52500915527327,y:420.52500915527327},{x:403.00313377380354,y:385.4812583923338},{x:385.4812583923338,y:350.4375076293944},{x:367.9593830108641,y:315.39375686645496},{x:350.4375076293944,y:280.3500061035155},{x:332.9156322479247,y:245.30625534057606},{x:315.39375686645496,y:210.26250457763663},{x:297.87188148498524,y:175.2187538146972},{x:280.3500061035155,y:140.17500305175776},{x:280.3500061035155,y:140.17500305175776},{x:262.8281307220458,y:175.2187538146972},{x:245.30625534057606,y:210.26250457763663},{x:227.78437995910636,y:245.30625534057606},{x:210.26250457763663,y:280.3500061035155},{x:192.7406291961669,y:315.39375686645496},{x:175.2187538146972,y:350.4375076293944},{x:157.69687843322748,y:385.4812583923338},{x:140.17500305175776,y:420.52500915527327},{x:140.17500305175776,y:420.52500915527327},{x:175.2187538146972,y:420.52500915527327},{x:210.26250457763663,y:420.52500915527327},{x:245.30625534057606,y:420.52500915527327},{x:280.3500061035155,y:420.52500915527327},{x:315.39375686645496,y:420.52500915527327},{x:350.4375076293944,y:420.52500915527327},{x:385.4812583923338,y:420.52500915527327},{x:420.52500915527327,y:420.52500915527327}],name:"triangle"},{points:[{x:280.3500061035155,y:140.17500305175776},{x:262.8281307220458,y:175.2187538146972},{x:245.30625534057606,y:210.26250457763663},{x:227.78437995910636,y:245.30625534057606},{x:210.26250457763663,y:280.3500061035155},{x:192.7406291961669,y:315.39375686645496},{x:175.2187538146972,y:350.4375076293944},{x:157.69687843322748,y:385.4812583923338},{x:140.17500305175776,y:420.52500915527327},{x:140.17500305175776,y:420.52500915527327},{x:175.2187538146972,y:420.52500915527327},{x:210.26250457763663,y:420.52500915527327},{x:245.30625534057606,y:420.52500915527327},{x:280.3500061035155,y:420.52500915527327},{x:315.39375686645496,y:420.52500915527327},{x:350.4375076293944,y:420.52500915527327},{x:385.4812583923338,y:420.52500915527327},{x:420.52500915527327,y:420.52500915527327},{x:420.52500915527327,y:420.52500915527327},{x:403.00313377380354,y:385.4812583923338},{x:385.4812583923338,y:350.4375076293944},{x:367.9593830108641,y:315.39375686645496},{x:350.4375076293944,y:280.3500061035155},{x:332.9156322479247,y:245.30625534057606},{x:315.39375686645496,y:210.26250457763663},{x:297.87188148498524,y:175.2187538146972},{x:280.3500061035155,y:140.17500305175776}],name:"triangle"},{points:[{x:140.17500305175776,y:140.17500305175776},{x:175.2187538146972,y:140.17500305175776},{x:210.26250457763663,y:140.17500305175776},{x:245.30625534057606,y:140.17500305175776},{x:280.3500061035155,y:140.17500305175776},{x:315.39375686645496,y:140.17500305175776},{x:350.4375076293944,y:140.17500305175776},{x:385.4812583923338,y:140.17500305175776},{x:420.52500915527327,y:140.17500305175776},{x:420.52500915527327,y:140.17500305175776},{x:420.52500915527327,y:175.2187538146972},{x:420.52500915527327,y:210.26250457763663},{x:420.52500915527327,y:245.30625534057606},{x:420.52500915527327,y:280.3500061035155},{x:420.52500915527327,y:315.39375686645496},{x:420.52500915527327,y:350.4375076293944},{x:420.52500915527327,y:385.4812583923338},{x:420.52500915527327,y:420.52500915527327},{x:420.52500915527327,y:420.52500915527327},{x:385.4812583923338,y:420.52500915527327},{x:350.4375076293944,y:420.52500915527327},{x:315.39375686645496,y:420.52500915527327},{x:280.3500061035155,y:420.52500915527327},{x:245.30625534057606,y:420.52500915527327},{x:210.26250457763663,y:420.52500915527327},{x:175.2187538146972,y:420.52500915527327},{x:140.17500305175776,y:420.52500915527327},{x:140.17500305175776,y:420.52500915527327},{x:140.17500305175776,y:385.4812583923338},{x:140.17500305175776,y:350.4375076293944},{x:140.17500305175776,y:315.39375686645496},{x:140.17500305175776,y:280.3500061035155},{x:140.17500305175776,y:245.30625534057606},{x:140.17500305175776,y:210.26250457763663},{x:140.17500305175776,y:175.2187538146972},{x:140.17500305175776,y:140.17500305175776}],name:"square"},{points:[{x:420.52500915527327,y:140.17500305175776},{x:420.52500915527327,y:175.2187538146972},{x:420.52500915527327,y:210.26250457763663},{x:420.52500915527327,y:245.30625534057606},{x:420.52500915527327,y:280.3500061035155},{x:420.52500915527327,y:315.39375686645496},{x:420.52500915527327,y:350.4375076293944},{x:420.52500915527327,y:385.4812583923338},{x:420.52500915527327,y:420.52500915527327},{x:420.52500915527327,y:420.52500915527327},{x:385.4812583923338,y:420.52500915527327},{x:350.4375076293944,y:420.52500915527327},{x:315.39375686645496,y:420.52500915527327},{x:280.3500061035155,y:420.52500915527327},{x:245.30625534057606,y:420.52500915527327},{x:210.26250457763663,y:420.52500915527327},{x:175.2187538146972,y:420.52500915527327},{x:140.17500305175776,y:420.52500915527327},{x:140.17500305175776,y:420.52500915527327},{x:140.17500305175776,y:385.4812583923338},{x:140.17500305175776,y:350.4375076293944},{x:140.17500305175776,y:315.39375686645496},{x:140.17500305175776,y:280.3500061035155},{x:140.17500305175776,y:245.30625534057606},{x:140.17500305175776,y:210.26250457763663},{x:140.17500305175776,y:175.2187538146972},{x:140.17500305175776,y:140.17500305175776},{x:140.17500305175776,y:140.17500305175776},{x:175.2187538146972,y:140.17500305175776},{x:210.26250457763663,y:140.17500305175776},{x:245.30625534057606,y:140.17500305175776},{x:280.3500061035155,y:140.17500305175776},{x:315.39375686645496,y:140.17500305175776},{x:350.4375076293944,y:140.17500305175776},{x:385.4812583923338,y:140.17500305175776},{x:420.52500915527327,y:140.17500305175776}],name:"square"},{points:[{x:420.52500915527327,y:420.52500915527327},{x:385.4812583923338,y:420.52500915527327},{x:350.4375076293944,y:420.52500915527327},{x:315.39375686645496,y:420.52500915527327},{x:280.3500061035155,y:420.52500915527327},{x:245.30625534057606,y:420.52500915527327},{x:210.26250457763663,y:420.52500915527327},{x:175.2187538146972,y:420.52500915527327},{x:140.17500305175776,y:420.52500915527327},{x:140.17500305175776,y:420.52500915527327},{x:140.17500305175776,y:385.4812583923338},{x:140.17500305175776,y:350.4375076293944},{x:140.17500305175776,y:315.39375686645496},{x:140.17500305175776,y:280.3500061035155},{x:140.17500305175776,y:245.30625534057606},{x:140.17500305175776,y:210.26250457763663},{x:140.17500305175776,y:175.2187538146972},{x:140.17500305175776,y:140.17500305175776},{x:140.17500305175776,y:140.17500305175776},{x:175.2187538146972,y:140.17500305175776},{x:210.26250457763663,y:140.17500305175776},{x:245.30625534057606,y:140.17500305175776},{x:280.3500061035155,y:140.17500305175776},{x:315.39375686645496,y:140.17500305175776},{x:350.4375076293944,y:140.17500305175776},{x:385.4812583923338,y:140.17500305175776},{x:420.52500915527327,y:140.17500305175776},{x:420.52500915527327,y:140.17500305175776},{x:420.52500915527327,y:175.2187538146972},{x:420.52500915527327,y:210.26250457763663},{x:420.52500915527327,y:245.30625534057606},{x:420.52500915527327,y:280.3500061035155},{x:420.52500915527327,y:315.39375686645496},{x:420.52500915527327,y:350.4375076293944},{x:420.52500915527327,y:385.4812583923338},{x:420.52500915527327,y:420.52500915527327}],name:"square"},{points:[{x:140.17500305175776,y:420.52500915527327},{x:140.17500305175776,y:385.4812583923338},{x:140.17500305175776,y:350.4375076293944},{x:140.17500305175776,y:315.39375686645496},{x:140.17500305175776,y:280.3500061035155},{x:140.17500305175776,y:245.30625534057606},{x:140.17500305175776,y:210.26250457763663},{x:140.17500305175776,y:175.2187538146972},{x:140.17500305175776,y:140.17500305175776},{x:140.17500305175776,y:140.17500305175776},{x:175.2187538146972,y:140.17500305175776},{x:210.26250457763663,y:140.17500305175776},{x:245.30625534057606,y:140.17500305175776},{x:280.3500061035155,y:140.17500305175776},{x:315.39375686645496,y:140.17500305175776},{x:350.4375076293944,y:140.17500305175776},{x:385.4812583923338,y:140.17500305175776},{x:420.52500915527327,y:140.17500305175776},{x:420.52500915527327,y:140.17500305175776},{x:420.52500915527327,y:175.2187538146972},{x:420.52500915527327,y:210.26250457763663},{x:420.52500915527327,y:245.30625534057606},{x:420.52500915527327,y:280.3500061035155},{x:420.52500915527327,y:315.39375686645496},{x:420.52500915527327,y:350.4375076293944},{x:420.52500915527327,y:385.4812583923338},{x:420.52500915527327,y:420.52500915527327},{x:420.52500915527327,y:420.52500915527327},{x:385.4812583923338,y:420.52500915527327},{x:350.4375076293944,y:420.52500915527327},{x:315.39375686645496,y:420.52500915527327},{x:280.3500061035155,y:420.52500915527327},{x:245.30625534057606,y:420.52500915527327},{x:210.26250457763663,y:420.52500915527327},{x:175.2187538146972,y:420.52500915527327},{x:140.17500305175776,y:420.52500915527327}],name:"square"},{points:[{x:140.17500305175776,y:420.52500915527327},{x:175.2187538146972,y:420.52500915527327},{x:210.26250457763663,y:420.52500915527327},{x:245.30625534057606,y:420.52500915527327},{x:280.3500061035155,y:420.52500915527327},{x:315.39375686645496,y:420.52500915527327},{x:350.4375076293944,y:420.52500915527327},{x:385.4812583923338,y:420.52500915527327},{x:420.52500915527327,y:420.52500915527327},{x:420.52500915527327,y:420.52500915527327},{x:420.52500915527327,y:385.4812583923338},{x:420.52500915527327,y:350.4375076293944},{x:420.52500915527327,y:315.39375686645496},{x:420.52500915527327,y:280.3500061035155},{x:420.52500915527327,y:245.30625534057606},{x:420.52500915527327,y:210.26250457763663},{x:420.52500915527327,y:175.2187538146972},{x:420.52500915527327,y:140.17500305175776},{x:420.52500915527327,y:140.17500305175776},{x:385.4812583923338,y:140.17500305175776},{x:350.4375076293944,y:140.17500305175776},{x:315.39375686645496,y:140.17500305175776},{x:280.3500061035155,y:140.17500305175776},{x:245.30625534057606,y:140.17500305175776},{x:210.26250457763663,y:140.17500305175776},{x:175.2187538146972,y:140.17500305175776},{x:140.17500305175776,y:140.17500305175776},{x:140.17500305175776,y:140.17500305175776},{x:140.17500305175776,y:175.2187538146972},{x:140.17500305175776,y:210.26250457763663},{x:140.17500305175776,y:245.30625534057606},{x:140.17500305175776,y:280.3500061035155},{x:140.17500305175776,y:315.39375686645496},{x:140.17500305175776,y:350.4375076293944},{x:140.17500305175776,y:385.4812583923338},{x:140.17500305175776,y:420.52500915527327}],name:"square"},{points:[{x:420.52500915527327,y:420.52500915527327},{x:420.52500915527327,y:385.4812583923338},{x:420.52500915527327,y:350.4375076293944},{x:420.52500915527327,y:315.39375686645496},{x:420.52500915527327,y:280.3500061035155},{x:420.52500915527327,y:245.30625534057606},{x:420.52500915527327,y:210.26250457763663},{x:420.52500915527327,y:175.2187538146972},{x:420.52500915527327,y:140.17500305175776},{x:420.52500915527327,y:140.17500305175776},{x:385.4812583923338,y:140.17500305175776},{x:350.4375076293944,y:140.17500305175776},{x:315.39375686645496,y:140.17500305175776},{x:280.3500061035155,y:140.17500305175776},{x:245.30625534057606,y:140.17500305175776},{x:210.26250457763663,y:140.17500305175776},{x:175.2187538146972,y:140.17500305175776},{x:140.17500305175776,y:140.17500305175776},{x:140.17500305175776,y:140.17500305175776},{x:140.17500305175776,y:175.2187538146972},{x:140.17500305175776,y:210.26250457763663},{x:140.17500305175776,y:245.30625534057606},{x:140.17500305175776,y:280.3500061035155},{x:140.17500305175776,y:315.39375686645496},{x:140.17500305175776,y:350.4375076293944},{x:140.17500305175776,y:385.4812583923338},{x:140.17500305175776,y:420.52500915527327},{x:140.17500305175776,y:420.52500915527327},{x:175.2187538146972,y:420.52500915527327},{x:210.26250457763663,y:420.52500915527327},{x:245.30625534057606,y:420.52500915527327},{x:280.3500061035155,y:420.52500915527327},{x:315.39375686645496,y:420.52500915527327},{x:350.4375076293944,y:420.52500915527327},{x:385.4812583923338,y:420.52500915527327},{x:420.52500915527327,y:420.52500915527327}],name:"square"},{points:[{x:420.52500915527327,y:140.17500305175776},{x:385.4812583923338,y:140.17500305175776},{x:350.4375076293944,y:140.17500305175776},{x:315.39375686645496,y:140.17500305175776},{x:280.3500061035155,y:140.17500305175776},{x:245.30625534057606,y:140.17500305175776},{x:210.26250457763663,y:140.17500305175776},{x:175.2187538146972,y:140.17500305175776},{x:140.17500305175776,y:140.17500305175776},{x:140.17500305175776,y:140.17500305175776},{x:140.17500305175776,y:175.2187538146972},{x:140.17500305175776,y:210.26250457763663},{x:140.17500305175776,y:245.30625534057606},{x:140.17500305175776,y:280.3500061035155},{x:140.17500305175776,y:315.39375686645496},{x:140.17500305175776,y:350.4375076293944},{x:140.17500305175776,y:385.4812583923338},{x:140.17500305175776,y:420.52500915527327},{x:140.17500305175776,y:420.52500915527327},{x:175.2187538146972,y:420.52500915527327},{x:210.26250457763663,y:420.52500915527327},{x:245.30625534057606,y:420.52500915527327},{x:280.3500061035155,y:420.52500915527327},{x:315.39375686645496,y:420.52500915527327},{x:350.4375076293944,y:420.52500915527327},{x:385.4812583923338,y:420.52500915527327},{x:420.52500915527327,y:420.52500915527327},{x:420.52500915527327,y:420.52500915527327},{x:420.52500915527327,y:385.4812583923338},{x:420.52500915527327,y:350.4375076293944},{x:420.52500915527327,y:315.39375686645496},{x:420.52500915527327,y:280.3500061035155},{x:420.52500915527327,y:245.30625534057606},{x:420.52500915527327,y:210.26250457763663},{x:420.52500915527327,y:175.2187538146972},{x:420.52500915527327,y:140.17500305175776}],name:"square"},{points:[{x:140.17500305175776,y:140.17500305175776},{x:140.17500305175776,y:175.2187538146972},{x:140.17500305175776,y:210.26250457763663},{x:140.17500305175776,y:245.30625534057606},{x:140.17500305175776,y:280.3500061035155},{x:140.17500305175776,y:315.39375686645496},{x:140.17500305175776,y:350.4375076293944},{x:140.17500305175776,y:385.4812583923338},{x:140.17500305175776,y:420.52500915527327},{x:140.17500305175776,y:420.52500915527327},{x:175.2187538146972,y:420.52500915527327},{x:210.26250457763663,y:420.52500915527327},{x:245.30625534057606,y:420.52500915527327},{x:280.3500061035155,y:420.52500915527327},{x:315.39375686645496,y:420.52500915527327},{x:350.4375076293944,y:420.52500915527327},{x:385.4812583923338,y:420.52500915527327},{x:420.52500915527327,y:420.52500915527327},{x:420.52500915527327,y:420.52500915527327},{x:420.52500915527327,y:385.4812583923338},{x:420.52500915527327,y:350.4375076293944},{x:420.52500915527327,y:315.39375686645496},{x:420.52500915527327,y:280.3500061035155},{x:420.52500915527327,y:245.30625534057606},{x:420.52500915527327,y:210.26250457763663},{x:420.52500915527327,y:175.2187538146972},{x:420.52500915527327,y:140.17500305175776},{x:420.52500915527327,y:140.17500305175776},{x:385.4812583923338,y:140.17500305175776},{x:350.4375076293944,y:140.17500305175776},{x:315.39375686645496,y:140.17500305175776},{x:280.3500061035155,y:140.17500305175776},{x:245.30625534057606,y:140.17500305175776},{x:210.26250457763663,y:140.17500305175776},{x:175.2187538146972,y:140.17500305175776},{x:140.17500305175776,y:140.17500305175776}],name:"square"},{points:[{x:420.52500915527327,y:280.3500061035155},{x:418.3954358873965,y:304.69113993790967},{x:412.07142208989444,y:328.29268073795373},{x:401.74511972189896,y:350.43750762939436},{x:387.73028825550034,y:370.4527612529582},{x:370.4527612529582,y:387.73028825550034},{x:350.4375076293944,y:401.74511972189896},{x:328.2926807379538,y:412.07142208989444},{x:304.69113993790967,y:418.3954358873965},{x:280.3500061035155,y:420.52500915527327},{x:256.0088722691214,y:418.3954358873965},{x:232.4073314690773,y:412.07142208989444},{x:210.26250457763666,y:401.74511972189896},{x:190.2472509540728,y:387.73028825550034},{x:172.9697239515307,y:370.4527612529582},{x:158.95489248513206,y:350.43750762939436},{x:148.62859011713658,y:328.2926807379538},{x:142.30457631963455,y:304.6911399379096},{x:140.17500305175776,y:280.3500061035155},{x:142.30457631963455,y:256.00887226912135},{x:148.62859011713655,y:232.4073314690773},{x:158.9548924851321,y:210.2625045776366},{x:172.96972395153068,y:190.2472509540728},{x:190.24725095407277,y:172.9697239515307},{x:210.26250457763658,y:158.95489248513212},{x:232.40733146907718,y:148.62859011713658},{x:256.00887226912135,y:142.30457631963455},{x:280.3500061035155,y:140.17500305175776},{x:304.6911399379096,y:142.30457631963455},{x:328.2926807379537,y:148.62859011713653},{x:350.4375076293944,y:158.9548924851321},{x:370.4527612529582,y:172.96972395153068},{x:387.73028825550034,y:190.24725095407274},{x:401.7451197218989,y:210.26250457763658},{x:412.07142208989444,y:232.4073314690773},{x:418.39543588739645,y:256.00887226912124},{x:420.52500915527327,y:280.35000610351545}],name:"circle"},{points:[{x:420.52500915527327,y:280.3500061035155},{x:418.3954358873965,y:256.00887226912135},{x:412.07142208989444,y:232.4073314690773},{x:401.74511972189896,y:210.26250457763666},{x:387.73028825550034,y:190.2472509540728},{x:370.4527612529582,y:172.96972395153068},{x:350.4375076293944,y:158.9548924851321},{x:328.2926807379538,y:148.62859011713658},{x:304.69113993790967,y:142.30457631963455},{x:280.3500061035155,y:140.17500305175776},{x:256.0088722691214,y:142.30457631963455},{x:232.4073314690773,y:148.62859011713655},{x:210.26250457763666,y:158.95489248513206},{x:190.2472509540728,y:172.96972395153068},{x:172.9697239515307,y:190.24725095407277},{x:158.95489248513206,y:210.26250457763666},{x:148.62859011713658,y:232.40733146907723},{x:142.30457631963455,y:256.0088722691214},{x:140.17500305175776,y:280.3500061035155},{x:142.30457631963455,y:304.69113993790967},{x:148.62859011713655,y:328.29268073795373},{x:158.9548924851321,y:350.4375076293944},{x:172.96972395153068,y:370.4527612529582},{x:190.24725095407277,y:387.73028825550034},{x:210.26250457763658,y:401.7451197218989},{x:232.40733146907718,y:412.07142208989444},{x:256.00887226912135,y:418.3954358873965},{x:280.3500061035155,y:420.52500915527327},{x:304.6911399379096,y:418.3954358873965},{x:328.2926807379537,y:412.0714220898945},{x:350.4375076293944,y:401.74511972189896},{x:370.4527612529582,y:387.73028825550034},{x:387.73028825550034,y:370.4527612529583},{x:401.7451197218989,y:350.4375076293944},{x:412.07142208989444,y:328.29268073795373},{x:418.39543588739645,y:304.6911399379098},{x:420.52500915527327,y:280.35000610351557}],name:"circle"},{points:[{x:140.17500305175776,y:280.3500061035155},{x:142.30457631963455,y:256.00887226912135},{x:148.62859011713655,y:232.4073314690773},{x:158.95489248513206,y:210.26250457763666},{x:172.96972395153068,y:190.2472509540728},{x:190.2472509540728,y:172.96972395153068},{x:210.2625045776366,y:158.9548924851321},{x:232.40733146907726,y:148.62859011713658},{x:256.00887226912135,y:142.30457631963455},{x:280.3500061035155,y:140.17500305175776},{x:304.6911399379096,y:142.30457631963455},{x:328.29268073795373,y:148.62859011713655},{x:350.43750762939436,y:158.95489248513206},{x:370.4527612529582,y:172.96972395153068},{x:387.73028825550034,y:190.24725095407277},{x:401.74511972189896,y:210.26250457763666},{x:412.07142208989444,y:232.40733146907723},{x:418.3954358873965,y:256.0088722691214},{x:420.52500915527327,y:280.3500061035155},{x:418.3954358873965,y:304.69113993790967},{x:412.07142208989444,y:328.29268073795373},{x:401.74511972189896,y:350.4375076293944},{x:387.73028825550034,y:370.4527612529582},{x:370.4527612529582,y:387.73028825550034},{x:350.4375076293944,y:401.7451197218989},{x:328.29268073795384,y:412.07142208989444
},{x:304.69113993790967,y:418.3954358873965},{x:280.3500061035155,y:420.52500915527327},{x:256.0088722691214,y:418.3954358873965},{x:232.40733146907735,y:412.0714220898945},{x:210.2625045776366,y:401.74511972189896},{x:190.2472509540728,y:387.73028825550034},{x:172.9697239515307,y:370.4527612529583},{x:158.95489248513212,y:350.4375076293944},{x:148.62859011713655,y:328.29268073795373},{x:142.30457631963458,y:304.6911399379098},{x:140.17500305175776,y:280.35000610351557}],name:"circle"},{points:[{x:140.17500305175776,y:280.3500061035155},{x:142.30457631963455,y:304.69113993790967},{x:148.62859011713655,y:328.29268073795373},{x:158.95489248513206,y:350.43750762939436},{x:172.96972395153068,y:370.4527612529582},{x:190.2472509540728,y:387.73028825550034},{x:210.2625045776366,y:401.74511972189896},{x:232.40733146907726,y:412.07142208989444},{x:256.00887226912135,y:418.3954358873965},{x:280.3500061035155,y:420.52500915527327},{x:304.6911399379096,y:418.3954358873965},{x:328.29268073795373,y:412.07142208989444},{x:350.43750762939436,y:401.74511972189896},{x:370.4527612529582,y:387.73028825550034},{x:387.73028825550034,y:370.4527612529582},{x:401.74511972189896,y:350.43750762939436},{x:412.07142208989444,y:328.2926807379538},{x:418.3954358873965,y:304.6911399379096},{x:420.52500915527327,y:280.3500061035155},{x:418.3954358873965,y:256.00887226912135},{x:412.07142208989444,y:232.4073314690773},{x:401.74511972189896,y:210.2625045776366},{x:387.73028825550034,y:190.2472509540728},{x:370.4527612529582,y:172.9697239515307},{x:350.4375076293944,y:158.95489248513212},{x:328.29268073795384,y:148.62859011713658},{x:304.69113993790967,y:142.30457631963455},{x:280.3500061035155,y:140.17500305175776},{x:256.0088722691214,y:142.30457631963455},{x:232.40733146907735,y:148.62859011713653},{x:210.2625045776366,y:158.9548924851321},{x:190.2472509540728,y:172.96972395153068},{x:172.9697239515307,y:190.24725095407274},{x:158.95489248513212,y:210.26250457763658},{x:148.62859011713655,y:232.4073314690773},{x:142.30457631963458,y:256.00887226912124},{x:140.17500305175776,y:280.35000610351545}],name:"circle"},{points:[{x:280.3500061035155,y:420.52500915527327},{x:304.6911399379096,y:418.3954358873965},{x:328.29268073795373,y:412.07142208989444},{x:350.43750762939436,y:401.74511972189896},{x:370.4527612529582,y:387.73028825550034},{x:387.73028825550034,y:370.4527612529582},{x:401.74511972189896,y:350.43750762939436},{x:412.07142208989444,y:328.2926807379538},{x:418.3954358873965,y:304.6911399379096},{x:420.52500915527327,y:280.3500061035155},{x:418.3954358873965,y:256.00887226912135},{x:412.07142208989444,y:232.4073314690773},{x:401.74511972189896,y:210.2625045776366},{x:387.73028825550034,y:190.2472509540728},{x:370.4527612529582,y:172.9697239515307},{x:350.4375076293944,y:158.95489248513212},{x:328.29268073795384,y:148.62859011713658},{x:304.69113993790967,y:142.30457631963455},{x:280.3500061035155,y:140.17500305175776},{x:256.0088722691214,y:142.30457631963455},{x:232.40733146907735,y:148.62859011713653},{x:210.2625045776366,y:158.9548924851321},{x:190.2472509540728,y:172.96972395153068},{x:172.9697239515307,y:190.24725095407274},{x:158.95489248513212,y:210.26250457763658},{x:148.62859011713655,y:232.4073314690773},{x:142.30457631963458,y:256.00887226912124},{x:140.17500305175776,y:280.35000610351545},{x:142.30457631963455,y:304.6911399379096},{x:148.62859011713658,y:328.2926807379538},{x:158.954892485132,y:350.4375076293943},{x:172.96972395153068,y:370.4527612529582},{x:190.24725095407274,y:387.7302882555003},{x:210.26250457763666,y:401.74511972189896},{x:232.40733146907718,y:412.07142208989444},{x:256.00887226912135,y:418.3954358873965},{x:280.35000610351545,y:420.52500915527327}],name:"circle"},{points:[{x:280.3500061035155,y:140.17500305175776},{x:304.6911399379096,y:142.30457631963455},{x:328.29268073795373,y:148.62859011713655},{x:350.43750762939436,y:158.95489248513206},{x:370.4527612529582,y:172.96972395153068},{x:387.73028825550034,y:190.24725095407277},{x:401.74511972189896,y:210.26250457763666},{x:412.07142208989444,y:232.40733146907723},{x:418.3954358873965,y:256.0088722691214},{x:420.52500915527327,y:280.3500061035155},{x:418.3954358873965,y:304.69113993790967},{x:412.07142208989444,y:328.29268073795373},{x:401.74511972189896,y:350.4375076293944},{x:387.73028825550034,y:370.4527612529582},{x:370.4527612529582,y:387.73028825550034},{x:350.4375076293944,y:401.7451197218989},{x:328.29268073795384,y:412.07142208989444},{x:304.69113993790967,y:418.3954358873965},{x:280.3500061035155,y:420.52500915527327},{x:256.0088722691214,y:418.3954358873965},{x:232.40733146907735,y:412.0714220898945},{x:210.2625045776366,y:401.74511972189896},{x:190.2472509540728,y:387.73028825550034},{x:172.9697239515307,y:370.4527612529583},{x:158.95489248513212,y:350.4375076293944},{x:148.62859011713655,y:328.29268073795373},{x:142.30457631963458,y:304.6911399379098},{x:140.17500305175776,y:280.35000610351557},{x:142.30457631963455,y:256.0088722691214},{x:148.62859011713658,y:232.40733146907723},{x:158.954892485132,y:210.26250457763672},{x:172.96972395153068,y:190.2472509540728},{x:190.24725095407274,y:172.96972395153074},{x:210.26250457763666,y:158.95489248513206},{x:232.40733146907718,y:148.6285901171366},{x:256.00887226912135,y:142.30457631963455},{x:280.35000610351545,y:140.17500305175776}],name:"circle"},{points:[{x:280.3500061035155,y:140.17500305175776},{x:256.0088722691214,y:142.30457631963455},{x:232.4073314690773,y:148.62859011713655},{x:210.26250457763666,y:158.95489248513206},{x:190.2472509540728,y:172.96972395153068},{x:172.9697239515307,y:190.24725095407277},{x:158.95489248513206,y:210.26250457763666},{x:148.62859011713658,y:232.40733146907723},{x:142.30457631963455,y:256.0088722691214},{x:140.17500305175776,y:280.3500061035155},{x:142.30457631963455,y:304.69113993790967},{x:148.62859011713655,y:328.29268073795373},{x:158.9548924851321,y:350.4375076293944},{x:172.96972395153068,y:370.4527612529582},{x:190.24725095407277,y:387.73028825550034},{x:210.26250457763658,y:401.7451197218989},{x:232.40733146907718,y:412.07142208989444},{x:256.00887226912135,y:418.3954358873965},{x:280.3500061035155,y:420.52500915527327},{x:304.6911399379096,y:418.3954358873965},{x:328.2926807379537,y:412.0714220898945},{x:350.4375076293944,y:401.74511972189896},{x:370.4527612529582,y:387.73028825550034},{x:387.73028825550034,y:370.4527612529583},{x:401.7451197218989,y:350.4375076293944},{x:412.07142208989444,y:328.29268073795373},{x:418.39543588739645,y:304.6911399379098},{x:420.52500915527327,y:280.35000610351557},{x:418.3954358873965,y:256.0088722691214},{x:412.07142208989444,y:232.40733146907723},{x:401.745119721899,y:210.26250457763672},{x:387.73028825550034,y:190.2472509540728},{x:370.4527612529583,y:172.96972395153074},{x:350.43750762939436,y:158.95489248513206},{x:328.29268073795384,y:148.6285901171366},{x:304.69113993790967,y:142.30457631963455},{x:280.35000610351557,y:140.17500305175776}],name:"circle"},{points:[{x:280.3500061035155,y:420.52500915527327},{x:256.0088722691214,y:418.3954358873965},{x:232.4073314690773,y:412.07142208989444},{x:210.26250457763666,y:401.74511972189896},{x:190.2472509540728,y:387.73028825550034},{x:172.9697239515307,y:370.4527612529582},{x:158.95489248513206,y:350.43750762939436},{x:148.62859011713658,y:328.2926807379538},{x:142.30457631963455,y:304.6911399379096},{x:140.17500305175776,y:280.3500061035155},{x:142.30457631963455,y:256.00887226912135},{x:148.62859011713655,y:232.4073314690773},{x:158.9548924851321,y:210.2625045776366},{x:172.96972395153068,y:190.2472509540728},{x:190.24725095407277,y:172.9697239515307},{x:210.26250457763658,y:158.95489248513212},{x:232.40733146907718,y:148.62859011713658},{x:256.00887226912135,y:142.30457631963455},{x:280.3500061035155,y:140.17500305175776},{x:304.6911399379096,y:142.30457631963455},{x:328.2926807379537,y:148.62859011713653},{x:350.4375076293944,y:158.9548924851321},{x:370.4527612529582,y:172.96972395153068},{x:387.73028825550034,y:190.24725095407274},{x:401.7451197218989,y:210.26250457763658},{x:412.07142208989444,y:232.4073314690773},{x:418.39543588739645,y:256.00887226912124},{x:420.52500915527327,y:280.35000610351545},{x:418.3954358873965,y:304.6911399379096},{x:412.07142208989444,y:328.2926807379538},{x:401.745119721899,y:350.4375076293943},{x:387.73028825550034,y:370.4527612529582},{x:370.4527612529583,y:387.7302882555003},{x:350.43750762939436,y:401.74511972189896},{x:328.29268073795384,y:412.07142208989444},{x:304.69113993790967,y:418.3954358873965},{x:280.35000610351557,y:420.52500915527327}],name:"circle"}];this.threshold=.85,this.nbSamplePoints=128,this.squareSize=250,this.patterns=t.map(function(y){var t=new i(x.squareSize,x.nbSamplePoints,y.points,y.name);return t})}return n(y,[{key:"spot",value:function(y){var x=this,t=.5*Math.hypot(this.squareSize,this.squareSize),e=new i(this.squareSize,this.nbSamplePoints,y),n=this.patterns.reduce(function(y,n){var i=e.distanceAtBestAngle(n),o=1-i/t;return i<y.bestDistance&&o>x.threshold&&(y.bestDistance=i,y.pattern=n.name),y},{pattern:null,bestDistance:+(1/0)});return n.pattern}}]),y}();x.default=o},function(y,x,t){"use strict";function e(y){return y&&y.__esModule?y:{default:y}}function n(y,x){if(!(y instanceof x))throw new TypeError("Cannot call a class as a function")}function i(y){var x=new f(y);return new Promise(x.resolver)}function o(y){return new f(y)}Object.defineProperty(x,"__esModule",{value:!0});var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(y){return typeof y}:function(y){return y&&"function"==typeof Symbol&&y.constructor===Symbol&&y!==Symbol.prototype?"symbol":typeof y},s=function(){function y(y,x){for(var t=0;t<x.length;t++){var e=x[t];e.enumerable=e.enumerable||!1,e.configurable=!0,"value"in e&&(e.writable=!0),Object.defineProperty(y,e.key,e)}}return function(x,t,e){return t&&y(x.prototype,t),e&&y(x,e),x}}();x.start=i,x.create=o;var a=t(2),u=e(a),c=t(1),h=e(c),l=t(0),p=e(l),f=function(){function y(x){n(this,y),this.options={timeout:30,items:5,container:"",font:"sans-serif",bgColor:"#000",drawColor:"#FFFF00",acceptColor:"#00FF00",textColor:"#000",textBgColor:"#CCC",helperText:"",drawLineWidth:4,successLineWidth:8},x&&this.setOptions(x),this.shapeDetector=new u.default,this.resolver=h.default.bind(this);var t=!0,e=!1,i=void 0;try{for(var o,r=Object.keys(p.default)[Symbol.iterator]();!(t=(o=r.next()).done);t=!0){var s=o.value;this[s]=p.default[s].bind(this)}}catch(y){e=!0,i=y}finally{try{!t&&r.return&&r.return()}finally{if(e)throw i}}}return s(y,[{key:"setOptions",value:function(y,x){var t=this,e=function(y,x){y=y.toString(),t.options.hasOwnProperty(y)&&r(t.options[y])===("undefined"==typeof x?"undefined":r(x))&&(t.options[y]=x)};"[object Object]"===Object.prototype.toString.call(y)?Object.keys(y).forEach(function(x){e(x,y[x])}):e(y,x)}},{key:"start",value:function(){return new Promise(this.resolver)}}]),y}()}])});
!function(y,x){"object"==typeof exports&&"object"==typeof module?module.exports=x():"function"==typeof define&&define.amd?define([],x):"object"==typeof exports?exports.ShapeCaptcha=x():y.ShapeCaptcha=x()}(this,function(){return function(y){function x(e){if(t[e])return t[e].exports;var n=t[e]={i:e,l:!1,exports:{}};return y[e].call(n.exports,n,n.exports,x),n.l=!0,n.exports}var t={};return x.m=y,x.c=t,x.i=function(y){return y},x.d=function(y,t,e){x.o(y,t)||Object.defineProperty(y,t,{configurable:!1,enumerable:!0,get:e})},x.n=function(y){var t=y&&y.__esModule?function(){return y.default}:function(){return y};return x.d(t,"a",t),t},x.o=function(y,x){return Object.prototype.hasOwnProperty.call(y,x)},x.p="",x(x.s=3)}([function(y,x,t){"use strict";Object.defineProperty(x,"__esModule",{value:!0}),x.default={getContainer:function(y){if(!y)return document.body;var x=document.querySelector(y);return x?x:document.body},getSizes:function(y,x,t){var e=this.options.font,n=void 0,i=void 0;if(y===document.body)n=window.innerWidth-4,i=window.innerHeight-4;else{var o=y.getBoundingClientRect();n=o.width,i=o.height}var r=.05,s=Math.round(i*r);for(x.font=s+"px "+e;x.measureText(t).width>n;)r*=.95,s=Math.round(i*r),x.font=s+"px "+e;var a=this.options.helperText,u=.03,c=Math.round(i*u);if(a)for(x.font=c+"px "+e;x.measureText(a).width>n;)u*=.95,c=Math.round(i*u),x.font=c+"px "+e;var h=a?Math.round(.07*i):Math.round(.1*i);return{width:n,height:i,explanation:{height:Math.round(.2*i),font1:s,font2:c,text1Y:h,text2Y:Math.round(.15*i)}}},checkResults:function(y,x){var t=y.reduce(function(y,x){return y[x.shape]-=1,y},Object.assign({},x));return Object.keys(t).every(function(y){return 0===t[y]})},drawTaskText:function(y,x){var t=this.options.font,e=this.sizes.explanation;this.options.textBgColor&&(y.fillStyle=this.options.textBgColor,y.fillRect(0,0,y.canvas.width,e.height)),y.textAlign="center",y.fillStyle=this.options.textColor,y.font=e.font1+"px "+t,y.fillText(x,y.canvas.width/2,e.text1Y),this.options.helperText&&(y.font=e.font2+"px "+t,y.fillText(this.options.helperText,y.canvas.width/2,e.text2Y))},getRandItemSet:function(y){var x=["circle","triangle","square"],t=this.shuffle(x).reduce(function(x,t,e){var n=Object.keys(x).reduce(function(y,t){return y+=x[t]},0),i=y-n;return 2===e?x[t]=i:x[t]=Math.ceil(Math.random()*i),x},{});return t},getText:function(y){var x=Object.keys(y).reduce(function(x,t){return y[t]&&(x+=1===y[t]?" a "+t+",":" "+y[t]+" "+t+"s,"),x},"Please draw");return x.replace(/,$/,".").replace(/,(?=[^,]*$)/," and")},shuffle:function(y){for(var x=y.length,t=void 0;x;)t=Math.floor(Math.random()*x--),y[x]=[y[t],y[t]=y[x]][0];return y},drawDots:function(y,x,t){y.strokeStyle=t,y.beginPath(),x.forEach(function(x,t){t?y.lineTo(x.x,x.y):y.moveTo(x.x,x.y)}),y.stroke()},getPathData:function(y){var x=void 0;try{x=this.shapeDetector.spot(y)}catch(y){x=null}return{shape:x,dots:y}},getPointerPos:function(y){var x=y.target.getBoundingClientRect();return{x:y.pageX-x.left-window.scrollX,y:y.pageY-x.top-window.scrollY}}}},function(y,x,t){"use strict";function e(y,x){function t(y){y.target.addEventListener("mouseup",n),y.target.addEventListener("mousemove",r)}function e(y){y.target.removeEventListener("mouseup",n),y.target.removeEventListener("mousemove",r)}function n(y){e(y);var x=a.getPathData(f);null!==x.shape?i(x):o(h),f=[]}function i(x){var t=u.filter(function(y){return y.shape===x.shape}).length;d[x.shape]&&d[x.shape]>t&&u.push(x);var e=a.checkResults(u,d);o(h,e),e&&(s.removeChild(c),c=null,clearTimeout(p),y())}function o(y,x){y.clearRect(0,0,c.width,c.height),a.drawTaskText(y,m),a.options.bgColor&&(y.fillStyle=a.options.bgColor,y.fillRect(0,a.sizes.explanation.height,c.width,c.height)),y.lineWidth=x?a.options.successLineWidth:a.options.drawLineWidth,u.length&&u.forEach(function(x){a.drawDots(y,x.dots,a.options.acceptColor)})}function r(y){var x=a.getPointerPos(y);f.push(x),a.drawDots(h,f,a.options.drawColor)}var s=this.getContainer(this.options.container),a=this,u=[],c=document.createElement("canvas"),h=c.getContext("2d"),l=this.options.timeout?1e3*this.options.timeout:36e5,p=setTimeout(function(){s.removeChild(c),c=null,x("time out!")},l),f=[],d=this.getRandItemSet(this.options.items),m=this.getText(d);this.sizes=this.getSizes(s,h,m),c.width=this.sizes.width,c.height=this.sizes.height,this.options.container||(c.style.marginTop=window.scrollY+"px",c.style.marginLeft=window.scrollX+"px"),s.appendChild(c),o(h),c.addEventListener("mousedown",t)}Object.defineProperty(x,"__esModule",{value:!0}),x.default=e},function(y,x,t){"use strict";function e(y,x){if(!(y instanceof x))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(x,"__esModule",{value:!0});var n=function(){function y(y,x){for(var t=0;t<x.length;t++){var e=x[t];e.enumerable=e.enumerable||!1,e.configurable=!0,"value"in e&&(e.writable=!0),Object.defineProperty(y,e.key,e)}}return function(x,t,e){return t&&y(x.prototype,t),e&&y(x,e),x}}(),i=function(){function y(x,t,n,i){e(this,y),this.squareSize=x,this.nbSamplePoints=t,this.points=n,this.name=i,this.processStroke()}return n(y,[{key:"getDistance",value:function(y,x){var t=x.x-y.x,e=x.y-y.y;return Math.hypot(t,e)}},{key:"processStroke",value:function(){return this.points=this.resample(),this.setCentroid(),this.points=this.rotateBy(-this.indicativeAngle()),this.points=this.scaleToSquare(),this.setCentroid(),this.points=this.translateToOrigin(),this}},{key:"resample",value:function(){for(var y=this.strokeLength()/(this.nbSamplePoints-1),x=[this.points[0]],t=0,e=1;e<this.points.length;e++){var n=this.getDistance(this.points[e-1],this.points[e]);if(t+n>=y){var i={x:this.points[e-1].x+(y-t)/n*(this.points[e].x-this.points[e-1].x),y:this.points[e-1].y+(y-t)/n*(this.points[e].y-this.points[e-1].y)};x.push(i),this.points.splice(e,0,i),t=0}else t+=n}return x.length===this.nbSamplePoints-1&&x.push(this.points[this.points.length-1]),x}},{key:"rotateBy",value:function(y){var x=this,t=Math.cos(y),e=Math.sin(y);return this.points.map(function(y){return{x:(y.x-x.c.x)*t-(y.y-x.c.y)*e+x.c.x,y:(y.x-x.c.x)*e+(y.y-x.c.y)*t+x.c.y}})}},{key:"scaleToSquare",value:function(){var y=this,x={minX:+(1/0),maxX:-(1/0),minY:+(1/0),maxY:-(1/0)},t=!0,e=!1,n=void 0;try{for(var i,o=this.points[Symbol.iterator]();!(t=(i=o.next()).done);t=!0){var r=i.value;x.minX=Math.min(x.minX,r.x),x.minY=Math.min(x.minY,r.y),x.maxX=Math.max(x.maxX,r.x),x.maxY=Math.max(x.maxY,r.y)}}catch(y){e=!0,n=y}finally{try{!t&&o.return&&o.return()}finally{if(e)throw n}}return x.width=x.maxX-x.minX,x.height=x.maxY-x.minY,this.points.map(function(t){return{x:t.x*(y.squareSize/x.width),y:t.y*(y.squareSize/x.height)}})}},{key:"translateToOrigin",value:function(){var y=this,x={x:0,y:0};return this.points.map(function(t){return{x:t.x+x.x-y.c.x,y:t.y+x.y-y.c.y}})}},{key:"setCentroid",value:function(){this.c=this.points.reduce(function(y,x){return y.x+=x.x,y.y+=x.y,y},{x:0,y:0}),this.c.x/=this.points.length,this.c.y/=this.points.length}},{key:"indicativeAngle",value:function(){return Math.atan2(this.c.y-this.points[0].y,this.c.x-this.points[0].x)}},{key:"strokeLength",value:function(){var y=this;return this.points.reduce(function(x,t,e,n){return e>0&&(x+=y.getDistance(n[e-1],t)),x},0)}},{key:"distanceAtBestAngle",value:function(y){for(var x=.5*(-1+Math.sqrt(5)),t=function(y){return y*Math.PI/180},e=t(45),n=t(2),i=-e,o=e,r=x*i+(1-x)*o,s=this.distanceAtAngle(y,r),a=(1-x)*i+x*o,u=this.distanceAtAngle(y,a);Math.abs(o-i)>n;)s<u?(o=a,a=r,u=s,r=x*i+(1-x)*o,s=this.distanceAtAngle(y,r)):(i=r,r=a,s=u,a=(1-x)*i+x*o,u=this.distanceAtAngle(y,a));return Math.min(s,u)}},{key:"distanceAtAngle",value:function(y,x){var t=this,e=this.rotateBy(x),n=e.reduce(function(x,e,n){return x+=t.getDistance(e,y.points[n])},0);return n/e.length}}]),y}(),o=function(){function y(){var x=this;e(this,y);var t=[{points:[{x:140.17500305175776,y:420.52500915527327},{x:157.69687843322748,y:385.4812583923338},{x:175.2187538146972,y:350.4375076293944},{x:192.7406291961669,y:315.39375686645496},{x:210.26250457763663,y:280.3500061035155},{x:227.78437995910636,y:245.30625534057606},{x:245.30625534057606,y:210.26250457763663},{x:262.8281307220458,y:175.2187538146972},{x:280.3500061035155,y:140.17500305175776},{x:280.3500061035155,y:140.17500305175776},{x:297.87188148498524,y:175.2187538146972},{x:315.39375686645496,y:210.26250457763663},{x:332.9156322479247,y:245.30625534057606},{x:350.4375076293944,y:280.3500061035155},{x:367.95938301086414,y:315.39375686645496},{x:385.4812583923338,y:350.4375076293944},{x:403.00313377380354,y:385.4812583923338},{x:420.52500915527327,y:420.52500915527327},{x:420.52500915527327,y:420.52500915527327},{x:385.4812583923338,y:420.52500915527327},{x:350.4375076293944,y:420.52500915527327},{x:315.39375686645496,y:420.52500915527327},{x:280.3500061035155,y:420.52500915527327},{x:245.30625534057606,y:420.52500915527327},{x:210.26250457763663,y:420.52500915527327},{x:175.2187538146972,y:420.52500915527327},{x:140.17500305175776,y:420.52500915527327}],name:"triangle"},{points:[{x:280.3500061035155,y:140.17500305175776},{x:297.87188148498524,y:175.2187538146972},{x:315.39375686645496,y:210.26250457763663},{x:332.9156322479247,y:245.30625534057606},{x:350.4375076293944,y:280.3500061035155},{x:367.95938301086414,y:315.39375686645496},{x:385.4812583923338,y:350.4375076293944},{x:403.00313377380354,y:385.4812583923338},{x:420.52500915527327,y:420.52500915527327},{x:420.52500915527327,y:420.52500915527327},{x:385.4812583923338,y:420.52500915527327},{x:350.4375076293944,y:420.52500915527327},{x:315.39375686645496,y:420.52500915527327},{x:280.3500061035155,y:420.52500915527327},{x:245.30625534057606,y:420.52500915527327},{x:210.26250457763663,y:420.52500915527327},{x:175.2187538146972,y:420.52500915527327},{x:140.17500305175776,y:420.52500915527327},{x:140.17500305175776,y:420.52500915527327},{x:157.69687843322748,y:385.4812583923338},{x:175.2187538146972,y:350.4375076293944},{x:192.7406291961669,y:315.39375686645496},{x:210.26250457763663,y:280.3500061035155},{x:227.78437995910636,y:245.30625534057606},{x:245.30625534057606,y:210.26250457763663},{x:262.8281307220458,y:175.2187538146972},{x:280.3500061035155,y:140.17500305175776}],name:"triangle"},{points:[{x:420.52500915527327,y:420.52500915527327},{x:385.4812583923338,y:420.52500915527327},{x:350.4375076293944,y:420.52500915527327},{x:315.39375686645496,y:420.52500915527327},{x:280.3500061035155,y:420.52500915527327},{x:245.30625534057606,y:420.52500915527327},{x:210.26250457763663,y:420.52500915527327},{x:175.2187538146972,y:420.52500915527327},{x:140.17500305175776,y:420.52500915527327},{x:140.17500305175776,y:420.52500915527327},{x:157.69687843322748,y:385.4812583923338},{x:175.2187538146972,y:350.4375076293944},{x:192.7406291961669,y:315.39375686645496},{x:210.26250457763663,y:280.3500061035155},{x:227.78437995910636,y:245.30625534057606},{x:245.30625534057606,y:210.26250457763663},{x:262.8281307220458,y:175.2187538146972},{x:280.3500061035155,y:140.17500305175776},{x:280.3500061035155,y:140.17500305175776},{x:297.87188148498524,y:175.2187538146972},{x:315.39375686645496,y:210.26250457763663},{x:332.9156322479247,y:245.30625534057606},{x:350.4375076293944,y:280.3500061035155},{x:367.95938301086414,y:315.39375686645496},{x:385.4812583923338,y:350.4375076293944},{x:403.00313377380354,y:385.4812583923338},{x:420.52500915527327,y:420.52500915527327}],name:"triangle"},{points:[{x:140.17500305175776,y:420.52500915527327},{x:175.2187538146972,y:420.52500915527327},{x:210.26250457763663,y:420.52500915527327},{x:245.30625534057606,y:420.52500915527327},{x:280.3500061035155,y:420.52500915527327},{x:315.39375686645496,y:420.52500915527327},{x:350.4375076293944,y:420.52500915527327},{x:385.4812583923338,y:420.52500915527327},{x:420.52500915527327,y:420.52500915527327},{x:420.52500915527327,y:420.52500915527327},{x:403.00313377380354,y:385.4812583923338},{x:385.4812583923338,y:350.4375076293944},{x:367.9593830108641,y:315.39375686645496},{x:350.4375076293944,y:280.3500061035155},{x:332.9156322479247,y:245.30625534057606},{x:315.39375686645496,y:210.26250457763663},{x:297.87188148498524,y:175.2187538146972},{x:280.3500061035155,y:140.17500305175776},{x:280.3500061035155,y:140.17500305175776},{x:262.8281307220458,y:175.2187538146972},{x:245.30625534057606,y:210.26250457763663},{x:227.78437995910636,y:245.30625534057606},{x:210.26250457763663,y:280.3500061035155},{x:192.7406291961669,y:315.39375686645496},{x:175.2187538146972,y:350.4375076293944},{x:157.69687843322748,y:385.4812583923338},{x:140.17500305175776,y:420.52500915527327}],name:"triangle"},{points:[{x:420.52500915527327,y:420.52500915527327},{x:403.00313377380354,y:385.4812583923338},{x:385.4812583923338,y:350.4375076293944},{x:367.9593830108641,y:315.39375686645496},{x:350.4375076293944,y:280.3500061035155},{x:332.9156322479247,y:245.30625534057606},{x:315.39375686645496,y:210.26250457763663},{x:297.87188148498524,y:175.2187538146972},{x:280.3500061035155,y:140.17500305175776},{x:280.3500061035155,y:140.17500305175776},{x:262.8281307220458,y:175.2187538146972},{x:245.30625534057606,y:210.26250457763663},{x:227.78437995910636,y:245.30625534057606},{x:210.26250457763663,y:280.3500061035155},{x:192.7406291961669,y:315.39375686645496},{x:175.2187538146972,y:350.4375076293944},{x:157.69687843322748,y:385.4812583923338},{x:140.17500305175776,y:420.52500915527327},{x:140.17500305175776,y:420.52500915527327},{x:175.2187538146972,y:420.52500915527327},{x:210.26250457763663,y:420.52500915527327},{x:245.30625534057606,y:420.52500915527327},{x:280.3500061035155,y:420.52500915527327},{x:315.39375686645496,y:420.52500915527327},{x:350.4375076293944,y:420.52500915527327},{x:385.4812583923338,y:420.52500915527327},{x:420.52500915527327,y:420.52500915527327}],name:"triangle"},{points:[{x:280.3500061035155,y:140.17500305175776},{x:262.8281307220458,y:175.2187538146972},{x:245.30625534057606,y:210.26250457763663},{x:227.78437995910636,y:245.30625534057606},{x:210.26250457763663,y:280.3500061035155},{x:192.7406291961669,y:315.39375686645496},{x:175.2187538146972,y:350.4375076293944},{x:157.69687843322748,y:385.4812583923338},{x:140.17500305175776,y:420.52500915527327},{x:140.17500305175776,y:420.52500915527327},{x:175.2187538146972,y:420.52500915527327},{x:210.26250457763663,y:420.52500915527327},{x:245.30625534057606,y:420.52500915527327},{x:280.3500061035155,y:420.52500915527327},{x:315.39375686645496,y:420.52500915527327},{x:350.4375076293944,y:420.52500915527327},{x:385.4812583923338,y:420.52500915527327},{x:420.52500915527327,y:420.52500915527327},{x:420.52500915527327,y:420.52500915527327},{x:403.00313377380354,y:385.4812583923338},{x:385.4812583923338,y:350.4375076293944},{x:367.9593830108641,y:315.39375686645496},{x:350.4375076293944,y:280.3500061035155},{x:332.9156322479247,y:245.30625534057606},{x:315.39375686645496,y:210.26250457763663},{x:297.87188148498524,y:175.2187538146972},{x:280.3500061035155,y:140.17500305175776}],name:"triangle"},{points:[{x:140.17500305175776,y:140.17500305175776},{x:175.2187538146972,y:140.17500305175776},{x:210.26250457763663,y:140.17500305175776},{x:245.30625534057606,y:140.17500305175776},{x:280.3500061035155,y:140.17500305175776},{x:315.39375686645496,y:140.17500305175776},{x:350.4375076293944,y:140.17500305175776},{x:385.4812583923338,y:140.17500305175776},{x:420.52500915527327,y:140.17500305175776},{x:420.52500915527327,y:140.17500305175776},{x:420.52500915527327,y:175.2187538146972},{x:420.52500915527327,y:210.26250457763663},{x:420.52500915527327,y:245.30625534057606},{x:420.52500915527327,y:280.3500061035155},{x:420.52500915527327,y:315.39375686645496},{x:420.52500915527327,y:350.4375076293944},{x:420.52500915527327,y:385.4812583923338},{x:420.52500915527327,y:420.52500915527327},{x:420.52500915527327,y:420.52500915527327},{x:385.4812583923338,y:420.52500915527327},{x:350.4375076293944,y:420.52500915527327},{x:315.39375686645496,y:420.52500915527327},{x:280.3500061035155,y:420.52500915527327},{x:245.30625534057606,y:420.52500915527327},{x:210.26250457763663,y:420.52500915527327},{x:175.2187538146972,y:420.52500915527327},{x:140.17500305175776,y:420.52500915527327},{x:140.17500305175776,y:420.52500915527327},{x:140.17500305175776,y:385.4812583923338},{x:140.17500305175776,y:350.4375076293944},{x:140.17500305175776,y:315.39375686645496},{x:140.17500305175776,y:280.3500061035155},{x:140.17500305175776,y:245.30625534057606},{x:140.17500305175776,y:210.26250457763663},{x:140.17500305175776,y:175.2187538146972},{x:140.17500305175776,y:140.17500305175776}],name:"square"},{points:[{x:420.52500915527327,y:140.17500305175776},{x:420.52500915527327,y:175.2187538146972},{x:420.52500915527327,y:210.26250457763663},{x:420.52500915527327,y:245.30625534057606},{x:420.52500915527327,y:280.3500061035155},{x:420.52500915527327,y:315.39375686645496},{x:420.52500915527327,y:350.4375076293944},{x:420.52500915527327,y:385.4812583923338},{x:420.52500915527327,y:420.52500915527327},{x:420.52500915527327,y:420.52500915527327},{x:385.4812583923338,y:420.52500915527327},{x:350.4375076293944,y:420.52500915527327},{x:315.39375686645496,y:420.52500915527327},{x:280.3500061035155,y:420.52500915527327},{x:245.30625534057606,y:420.52500915527327},{x:210.26250457763663,y:420.52500915527327},{x:175.2187538146972,y:420.52500915527327},{x:140.17500305175776,y:420.52500915527327},{x:140.17500305175776,y:420.52500915527327},{x:140.17500305175776,y:385.4812583923338},{x:140.17500305175776,y:350.4375076293944},{x:140.17500305175776,y:315.39375686645496},{x:140.17500305175776,y:280.3500061035155},{x:140.17500305175776,y:245.30625534057606},{x:140.17500305175776,y:210.26250457763663},{x:140.17500305175776,y:175.2187538146972},{x:140.17500305175776,y:140.17500305175776},{x:140.17500305175776,y:140.17500305175776},{x:175.2187538146972,y:140.17500305175776},{x:210.26250457763663,y:140.17500305175776},{x:245.30625534057606,y:140.17500305175776},{x:280.3500061035155,y:140.17500305175776},{x:315.39375686645496,y:140.17500305175776},{x:350.4375076293944,y:140.17500305175776},{x:385.4812583923338,y:140.17500305175776},{x:420.52500915527327,y:140.17500305175776}],name:"square"},{points:[{x:420.52500915527327,y:420.52500915527327},{x:385.4812583923338,y:420.52500915527327},{x:350.4375076293944,y:420.52500915527327},{x:315.39375686645496,y:420.52500915527327},{x:280.3500061035155,y:420.52500915527327},{x:245.30625534057606,y:420.52500915527327},{x:210.26250457763663,y:420.52500915527327},{x:175.2187538146972,y:420.52500915527327},{x:140.17500305175776,y:420.52500915527327},{x:140.17500305175776,y:420.52500915527327},{x:140.17500305175776,y:385.4812583923338},{x:140.17500305175776,y:350.4375076293944},{x:140.17500305175776,y:315.39375686645496},{x:140.17500305175776,y:280.3500061035155},{x:140.17500305175776,y:245.30625534057606},{x:140.17500305175776,y:210.26250457763663},{x:140.17500305175776,y:175.2187538146972},{x:140.17500305175776,y:140.17500305175776},{x:140.17500305175776,y:140.17500305175776},{x:175.2187538146972,y:140.17500305175776},{x:210.26250457763663,y:140.17500305175776},{x:245.30625534057606,y:140.17500305175776},{x:280.3500061035155,y:140.17500305175776},{x:315.39375686645496,y:140.17500305175776},{x:350.4375076293944,y:140.17500305175776},{x:385.4812583923338,y:140.17500305175776},{x:420.52500915527327,y:140.17500305175776},{x:420.52500915527327,y:140.17500305175776},{x:420.52500915527327,y:175.2187538146972},{x:420.52500915527327,y:210.26250457763663},{x:420.52500915527327,y:245.30625534057606},{x:420.52500915527327,y:280.3500061035155},{x:420.52500915527327,y:315.39375686645496},{x:420.52500915527327,y:350.4375076293944},{x:420.52500915527327,y:385.4812583923338},{x:420.52500915527327,y:420.52500915527327}],name:"square"},{points:[{x:140.17500305175776,y:420.52500915527327},{x:140.17500305175776,y:385.4812583923338},{x:140.17500305175776,y:350.4375076293944},{x:140.17500305175776,y:315.39375686645496},{x:140.17500305175776,y:280.3500061035155},{x:140.17500305175776,y:245.30625534057606},{x:140.17500305175776,y:210.26250457763663},{x:140.17500305175776,y:175.2187538146972},{x:140.17500305175776,y:140.17500305175776},{x:140.17500305175776,y:140.17500305175776},{x:175.2187538146972,y:140.17500305175776},{x:210.26250457763663,y:140.17500305175776},{x:245.30625534057606,y:140.17500305175776},{x:280.3500061035155,y:140.17500305175776},{x:315.39375686645496,y:140.17500305175776},{x:350.4375076293944,y:140.17500305175776},{x:385.4812583923338,y:140.17500305175776},{x:420.52500915527327,y:140.17500305175776},{x:420.52500915527327,y:140.17500305175776},{x:420.52500915527327,y:175.2187538146972},{x:420.52500915527327,y:210.26250457763663},{x:420.52500915527327,y:245.30625534057606},{x:420.52500915527327,y:280.3500061035155},{x:420.52500915527327,y:315.39375686645496},{x:420.52500915527327,y:350.4375076293944},{x:420.52500915527327,y:385.4812583923338},{x:420.52500915527327,y:420.52500915527327},{x:420.52500915527327,y:420.52500915527327},{x:385.4812583923338,y:420.52500915527327},{x:350.4375076293944,y:420.52500915527327},{x:315.39375686645496,y:420.52500915527327},{x:280.3500061035155,y:420.52500915527327},{x:245.30625534057606,y:420.52500915527327},{x:210.26250457763663,y:420.52500915527327},{x:175.2187538146972,y:420.52500915527327},{x:140.17500305175776,y:420.52500915527327}],name:"square"},{points:[{x:140.17500305175776,y:420.52500915527327},{x:175.2187538146972,y:420.52500915527327},{x:210.26250457763663,y:420.52500915527327},{x:245.30625534057606,y:420.52500915527327},{x:280.3500061035155,y:420.52500915527327},{x:315.39375686645496,y:420.52500915527327},{x:350.4375076293944,y:420.52500915527327},{x:385.4812583923338,y:420.52500915527327},{x:420.52500915527327,y:420.52500915527327},{x:420.52500915527327,y:420.52500915527327},{x:420.52500915527327,y:385.4812583923338},{x:420.52500915527327,y:350.4375076293944},{x:420.52500915527327,y:315.39375686645496},{x:420.52500915527327,y:280.3500061035155},{x:420.52500915527327,y:245.30625534057606},{x:420.52500915527327,y:210.26250457763663},{x:420.52500915527327,y:175.2187538146972},{x:420.52500915527327,y:140.17500305175776},{x:420.52500915527327,y:140.17500305175776},{x:385.4812583923338,y:140.17500305175776},{x:350.4375076293944,y:140.17500305175776},{x:315.39375686645496,y:140.17500305175776},{x:280.3500061035155,y:140.17500305175776},{x:245.30625534057606,y:140.17500305175776},{x:210.26250457763663,y:140.17500305175776},{x:175.2187538146972,y:140.17500305175776},{x:140.17500305175776,y:140.17500305175776},{x:140.17500305175776,y:140.17500305175776},{x:140.17500305175776,y:175.2187538146972},{x:140.17500305175776,y:210.26250457763663},{x:140.17500305175776,y:245.30625534057606},{x:140.17500305175776,y:280.3500061035155},{x:140.17500305175776,y:315.39375686645496},{x:140.17500305175776,y:350.4375076293944},{x:140.17500305175776,y:385.4812583923338},{x:140.17500305175776,y:420.52500915527327}],name:"square"},{points:[{x:420.52500915527327,y:420.52500915527327},{x:420.52500915527327,y:385.4812583923338},{x:420.52500915527327,y:350.4375076293944},{x:420.52500915527327,y:315.39375686645496},{x:420.52500915527327,y:280.3500061035155},{x:420.52500915527327,y:245.30625534057606},{x:420.52500915527327,y:210.26250457763663},{x:420.52500915527327,y:175.2187538146972},{x:420.52500915527327,y:140.17500305175776},{x:420.52500915527327,y:140.17500305175776},{x:385.4812583923338,y:140.17500305175776},{x:350.4375076293944,y:140.17500305175776},{x:315.39375686645496,y:140.17500305175776},{x:280.3500061035155,y:140.17500305175776},{x:245.30625534057606,y:140.17500305175776},{x:210.26250457763663,y:140.17500305175776},{x:175.2187538146972,y:140.17500305175776},{x:140.17500305175776,y:140.17500305175776},{x:140.17500305175776,y:140.17500305175776},{x:140.17500305175776,y:175.2187538146972},{x:140.17500305175776,y:210.26250457763663},{x:140.17500305175776,y:245.30625534057606},{x:140.17500305175776,y:280.3500061035155},{x:140.17500305175776,y:315.39375686645496},{x:140.17500305175776,y:350.4375076293944},{x:140.17500305175776,y:385.4812583923338},{x:140.17500305175776,y:420.52500915527327},{x:140.17500305175776,y:420.52500915527327},{x:175.2187538146972,y:420.52500915527327},{x:210.26250457763663,y:420.52500915527327},{x:245.30625534057606,y:420.52500915527327},{x:280.3500061035155,y:420.52500915527327},{x:315.39375686645496,y:420.52500915527327},{x:350.4375076293944,y:420.52500915527327},{x:385.4812583923338,y:420.52500915527327},{x:420.52500915527327,y:420.52500915527327}],name:"square"},{points:[{x:420.52500915527327,y:140.17500305175776},{x:385.4812583923338,y:140.17500305175776},{x:350.4375076293944,y:140.17500305175776},{x:315.39375686645496,y:140.17500305175776},{x:280.3500061035155,y:140.17500305175776},{x:245.30625534057606,y:140.17500305175776},{x:210.26250457763663,y:140.17500305175776},{x:175.2187538146972,y:140.17500305175776},{x:140.17500305175776,y:140.17500305175776},{x:140.17500305175776,y:140.17500305175776},{x:140.17500305175776,y:175.2187538146972},{x:140.17500305175776,y:210.26250457763663},{x:140.17500305175776,y:245.30625534057606},{x:140.17500305175776,y:280.3500061035155},{x:140.17500305175776,y:315.39375686645496},{x:140.17500305175776,y:350.4375076293944},{x:140.17500305175776,y:385.4812583923338},{x:140.17500305175776,y:420.52500915527327},{x:140.17500305175776,y:420.52500915527327},{x:175.2187538146972,y:420.52500915527327},{x:210.26250457763663,y:420.52500915527327},{x:245.30625534057606,y:420.52500915527327},{x:280.3500061035155,y:420.52500915527327},{x:315.39375686645496,y:420.52500915527327},{x:350.4375076293944,y:420.52500915527327},{x:385.4812583923338,y:420.52500915527327},{x:420.52500915527327,y:420.52500915527327},{x:420.52500915527327,y:420.52500915527327},{x:420.52500915527327,y:385.4812583923338},{x:420.52500915527327,y:350.4375076293944},{x:420.52500915527327,y:315.39375686645496},{x:420.52500915527327,y:280.3500061035155},{x:420.52500915527327,y:245.30625534057606},{x:420.52500915527327,y:210.26250457763663},{x:420.52500915527327,y:175.2187538146972},{x:420.52500915527327,y:140.17500305175776}],name:"square"},{points:[{x:140.17500305175776,y:140.17500305175776},{x:140.17500305175776,y:175.2187538146972},{x:140.17500305175776,y:210.26250457763663},{x:140.17500305175776,y:245.30625534057606},{x:140.17500305175776,y:280.3500061035155},{x:140.17500305175776,y:315.39375686645496},{x:140.17500305175776,y:350.4375076293944},{x:140.17500305175776,y:385.4812583923338},{x:140.17500305175776,y:420.52500915527327},{x:140.17500305175776,y:420.52500915527327},{x:175.2187538146972,y:420.52500915527327},{x:210.26250457763663,y:420.52500915527327},{x:245.30625534057606,y:420.52500915527327},{x:280.3500061035155,y:420.52500915527327},{x:315.39375686645496,y:420.52500915527327},{x:350.4375076293944,y:420.52500915527327},{x:385.4812583923338,y:420.52500915527327},{x:420.52500915527327,y:420.52500915527327},{x:420.52500915527327,y:420.52500915527327},{x:420.52500915527327,y:385.4812583923338},{x:420.52500915527327,y:350.4375076293944},{x:420.52500915527327,y:315.39375686645496},{x:420.52500915527327,y:280.3500061035155},{x:420.52500915527327,y:245.30625534057606},{x:420.52500915527327,y:210.26250457763663},{x:420.52500915527327,y:175.2187538146972},{x:420.52500915527327,y:140.17500305175776},{x:420.52500915527327,y:140.17500305175776},{x:385.4812583923338,y:140.17500305175776},{x:350.4375076293944,y:140.17500305175776},{x:315.39375686645496,y:140.17500305175776},{x:280.3500061035155,y:140.17500305175776},{x:245.30625534057606,y:140.17500305175776},{x:210.26250457763663,y:140.17500305175776},{x:175.2187538146972,y:140.17500305175776},{x:140.17500305175776,y:140.17500305175776}],name:"square"},{points:[{x:420.52500915527327,y:280.3500061035155},{x:418.3954358873965,y:304.69113993790967},{x:412.07142208989444,y:328.29268073795373},{x:401.74511972189896,y:350.43750762939436},{x:387.73028825550034,y:370.4527612529582},{x:370.4527612529582,y:387.73028825550034},{x:350.4375076293944,y:401.74511972189896},{x:328.2926807379538,y:412.07142208989444},{x:304.69113993790967,y:418.3954358873965},{x:280.3500061035155,y:420.52500915527327},{x:256.0088722691214,y:418.3954358873965},{x:232.4073314690773,y:412.07142208989444},{x:210.26250457763666,y:401.74511972189896},{x:190.2472509540728,y:387.73028825550034},{x:172.9697239515307,y:370.4527612529582},{x:158.95489248513206,y:350.43750762939436},{x:148.62859011713658,y:328.2926807379538},{x:142.30457631963455,y:304.6911399379096},{x:140.17500305175776,y:280.3500061035155},{x:142.30457631963455,y:256.00887226912135},{x:148.62859011713655,y:232.4073314690773},{x:158.9548924851321,y:210.2625045776366},{x:172.96972395153068,y:190.2472509540728},{x:190.24725095407277,y:172.9697239515307},{x:210.26250457763658,y:158.95489248513212},{x:232.40733146907718,y:148.62859011713658},{x:256.00887226912135,y:142.30457631963455},{x:280.3500061035155,y:140.17500305175776},{x:304.6911399379096,y:142.30457631963455},{x:328.2926807379537,y:148.62859011713653},{x:350.4375076293944,y:158.9548924851321},{x:370.4527612529582,y:172.96972395153068},{x:387.73028825550034,y:190.24725095407274},{x:401.7451197218989,y:210.26250457763658},{x:412.07142208989444,y:232.4073314690773},{x:418.39543588739645,y:256.00887226912124},{x:420.52500915527327,y:280.35000610351545}],name:"circle"},{points:[{x:420.52500915527327,y:280.3500061035155},{x:418.3954358873965,y:256.00887226912135},{x:412.07142208989444,y:232.4073314690773},{x:401.74511972189896,y:210.26250457763666},{x:387.73028825550034,y:190.2472509540728},{x:370.4527612529582,y:172.96972395153068},{x:350.4375076293944,y:158.9548924851321},{x:328.2926807379538,y:148.62859011713658},{x:304.69113993790967,y:142.30457631963455},{x:280.3500061035155,y:140.17500305175776},{x:256.0088722691214,y:142.30457631963455},{x:232.4073314690773,y:148.62859011713655},{x:210.26250457763666,y:158.95489248513206},{x:190.2472509540728,y:172.96972395153068},{x:172.9697239515307,y:190.24725095407277},{x:158.95489248513206,y:210.26250457763666},{x:148.62859011713658,y:232.40733146907723},{x:142.30457631963455,y:256.0088722691214},{x:140.17500305175776,y:280.3500061035155},{x:142.30457631963455,y:304.69113993790967},{x:148.62859011713655,y:328.29268073795373},{x:158.9548924851321,y:350.4375076293944},{x:172.96972395153068,y:370.4527612529582},{x:190.24725095407277,y:387.73028825550034},{x:210.26250457763658,y:401.7451197218989},{x:232.40733146907718,y:412.07142208989444},{x:256.00887226912135,y:418.3954358873965},{x:280.3500061035155,y:420.52500915527327},{x:304.6911399379096,y:418.3954358873965},{x:328.2926807379537,y:412.0714220898945},{x:350.4375076293944,y:401.74511972189896},{x:370.4527612529582,y:387.73028825550034},{x:387.73028825550034,y:370.4527612529583},{x:401.7451197218989,y:350.4375076293944},{x:412.07142208989444,y:328.29268073795373},{x:418.39543588739645,y:304.6911399379098},{x:420.52500915527327,y:280.35000610351557}],name:"circle"},{points:[{x:140.17500305175776,y:280.3500061035155},{x:142.30457631963455,y:256.00887226912135},{x:148.62859011713655,y:232.4073314690773},{x:158.95489248513206,y:210.26250457763666},{x:172.96972395153068,y:190.2472509540728},{x:190.2472509540728,y:172.96972395153068},{x:210.2625045776366,y:158.9548924851321},{x:232.40733146907726,y:148.62859011713658},{x:256.00887226912135,y:142.30457631963455},{x:280.3500061035155,y:140.17500305175776},{x:304.6911399379096,y:142.30457631963455},{x:328.29268073795373,y:148.62859011713655},{x:350.43750762939436,y:158.95489248513206},{x:370.4527612529582,y:172.96972395153068},{x:387.73028825550034,y:190.24725095407277},{x:401.74511972189896,y:210.26250457763666},{x:412.07142208989444,y:232.40733146907723},{x:418.3954358873965,y:256.0088722691214},{x:420.52500915527327,y:280.3500061035155},{x:418.3954358873965,y:304.69113993790967},{x:412.07142208989444,y:328.29268073795373},{x:401.74511972189896,y:350.4375076293944},{x:387.73028825550034,y:370.4527612529582
},{x:370.4527612529582,y:387.73028825550034},{x:350.4375076293944,y:401.7451197218989},{x:328.29268073795384,y:412.07142208989444},{x:304.69113993790967,y:418.3954358873965},{x:280.3500061035155,y:420.52500915527327},{x:256.0088722691214,y:418.3954358873965},{x:232.40733146907735,y:412.0714220898945},{x:210.2625045776366,y:401.74511972189896},{x:190.2472509540728,y:387.73028825550034},{x:172.9697239515307,y:370.4527612529583},{x:158.95489248513212,y:350.4375076293944},{x:148.62859011713655,y:328.29268073795373},{x:142.30457631963458,y:304.6911399379098},{x:140.17500305175776,y:280.35000610351557}],name:"circle"},{points:[{x:140.17500305175776,y:280.3500061035155},{x:142.30457631963455,y:304.69113993790967},{x:148.62859011713655,y:328.29268073795373},{x:158.95489248513206,y:350.43750762939436},{x:172.96972395153068,y:370.4527612529582},{x:190.2472509540728,y:387.73028825550034},{x:210.2625045776366,y:401.74511972189896},{x:232.40733146907726,y:412.07142208989444},{x:256.00887226912135,y:418.3954358873965},{x:280.3500061035155,y:420.52500915527327},{x:304.6911399379096,y:418.3954358873965},{x:328.29268073795373,y:412.07142208989444},{x:350.43750762939436,y:401.74511972189896},{x:370.4527612529582,y:387.73028825550034},{x:387.73028825550034,y:370.4527612529582},{x:401.74511972189896,y:350.43750762939436},{x:412.07142208989444,y:328.2926807379538},{x:418.3954358873965,y:304.6911399379096},{x:420.52500915527327,y:280.3500061035155},{x:418.3954358873965,y:256.00887226912135},{x:412.07142208989444,y:232.4073314690773},{x:401.74511972189896,y:210.2625045776366},{x:387.73028825550034,y:190.2472509540728},{x:370.4527612529582,y:172.9697239515307},{x:350.4375076293944,y:158.95489248513212},{x:328.29268073795384,y:148.62859011713658},{x:304.69113993790967,y:142.30457631963455},{x:280.3500061035155,y:140.17500305175776},{x:256.0088722691214,y:142.30457631963455},{x:232.40733146907735,y:148.62859011713653},{x:210.2625045776366,y:158.9548924851321},{x:190.2472509540728,y:172.96972395153068},{x:172.9697239515307,y:190.24725095407274},{x:158.95489248513212,y:210.26250457763658},{x:148.62859011713655,y:232.4073314690773},{x:142.30457631963458,y:256.00887226912124},{x:140.17500305175776,y:280.35000610351545}],name:"circle"},{points:[{x:280.3500061035155,y:420.52500915527327},{x:304.6911399379096,y:418.3954358873965},{x:328.29268073795373,y:412.07142208989444},{x:350.43750762939436,y:401.74511972189896},{x:370.4527612529582,y:387.73028825550034},{x:387.73028825550034,y:370.4527612529582},{x:401.74511972189896,y:350.43750762939436},{x:412.07142208989444,y:328.2926807379538},{x:418.3954358873965,y:304.6911399379096},{x:420.52500915527327,y:280.3500061035155},{x:418.3954358873965,y:256.00887226912135},{x:412.07142208989444,y:232.4073314690773},{x:401.74511972189896,y:210.2625045776366},{x:387.73028825550034,y:190.2472509540728},{x:370.4527612529582,y:172.9697239515307},{x:350.4375076293944,y:158.95489248513212},{x:328.29268073795384,y:148.62859011713658},{x:304.69113993790967,y:142.30457631963455},{x:280.3500061035155,y:140.17500305175776},{x:256.0088722691214,y:142.30457631963455},{x:232.40733146907735,y:148.62859011713653},{x:210.2625045776366,y:158.9548924851321},{x:190.2472509540728,y:172.96972395153068},{x:172.9697239515307,y:190.24725095407274},{x:158.95489248513212,y:210.26250457763658},{x:148.62859011713655,y:232.4073314690773},{x:142.30457631963458,y:256.00887226912124},{x:140.17500305175776,y:280.35000610351545},{x:142.30457631963455,y:304.6911399379096},{x:148.62859011713658,y:328.2926807379538},{x:158.954892485132,y:350.4375076293943},{x:172.96972395153068,y:370.4527612529582},{x:190.24725095407274,y:387.7302882555003},{x:210.26250457763666,y:401.74511972189896},{x:232.40733146907718,y:412.07142208989444},{x:256.00887226912135,y:418.3954358873965},{x:280.35000610351545,y:420.52500915527327}],name:"circle"},{points:[{x:280.3500061035155,y:140.17500305175776},{x:304.6911399379096,y:142.30457631963455},{x:328.29268073795373,y:148.62859011713655},{x:350.43750762939436,y:158.95489248513206},{x:370.4527612529582,y:172.96972395153068},{x:387.73028825550034,y:190.24725095407277},{x:401.74511972189896,y:210.26250457763666},{x:412.07142208989444,y:232.40733146907723},{x:418.3954358873965,y:256.0088722691214},{x:420.52500915527327,y:280.3500061035155},{x:418.3954358873965,y:304.69113993790967},{x:412.07142208989444,y:328.29268073795373},{x:401.74511972189896,y:350.4375076293944},{x:387.73028825550034,y:370.4527612529582},{x:370.4527612529582,y:387.73028825550034},{x:350.4375076293944,y:401.7451197218989},{x:328.29268073795384,y:412.07142208989444},{x:304.69113993790967,y:418.3954358873965},{x:280.3500061035155,y:420.52500915527327},{x:256.0088722691214,y:418.3954358873965},{x:232.40733146907735,y:412.0714220898945},{x:210.2625045776366,y:401.74511972189896},{x:190.2472509540728,y:387.73028825550034},{x:172.9697239515307,y:370.4527612529583},{x:158.95489248513212,y:350.4375076293944},{x:148.62859011713655,y:328.29268073795373},{x:142.30457631963458,y:304.6911399379098},{x:140.17500305175776,y:280.35000610351557},{x:142.30457631963455,y:256.0088722691214},{x:148.62859011713658,y:232.40733146907723},{x:158.954892485132,y:210.26250457763672},{x:172.96972395153068,y:190.2472509540728},{x:190.24725095407274,y:172.96972395153074},{x:210.26250457763666,y:158.95489248513206},{x:232.40733146907718,y:148.6285901171366},{x:256.00887226912135,y:142.30457631963455},{x:280.35000610351545,y:140.17500305175776}],name:"circle"},{points:[{x:280.3500061035155,y:140.17500305175776},{x:256.0088722691214,y:142.30457631963455},{x:232.4073314690773,y:148.62859011713655},{x:210.26250457763666,y:158.95489248513206},{x:190.2472509540728,y:172.96972395153068},{x:172.9697239515307,y:190.24725095407277},{x:158.95489248513206,y:210.26250457763666},{x:148.62859011713658,y:232.40733146907723},{x:142.30457631963455,y:256.0088722691214},{x:140.17500305175776,y:280.3500061035155},{x:142.30457631963455,y:304.69113993790967},{x:148.62859011713655,y:328.29268073795373},{x:158.9548924851321,y:350.4375076293944},{x:172.96972395153068,y:370.4527612529582},{x:190.24725095407277,y:387.73028825550034},{x:210.26250457763658,y:401.7451197218989},{x:232.40733146907718,y:412.07142208989444},{x:256.00887226912135,y:418.3954358873965},{x:280.3500061035155,y:420.52500915527327},{x:304.6911399379096,y:418.3954358873965},{x:328.2926807379537,y:412.0714220898945},{x:350.4375076293944,y:401.74511972189896},{x:370.4527612529582,y:387.73028825550034},{x:387.73028825550034,y:370.4527612529583},{x:401.7451197218989,y:350.4375076293944},{x:412.07142208989444,y:328.29268073795373},{x:418.39543588739645,y:304.6911399379098},{x:420.52500915527327,y:280.35000610351557},{x:418.3954358873965,y:256.0088722691214},{x:412.07142208989444,y:232.40733146907723},{x:401.745119721899,y:210.26250457763672},{x:387.73028825550034,y:190.2472509540728},{x:370.4527612529583,y:172.96972395153074},{x:350.43750762939436,y:158.95489248513206},{x:328.29268073795384,y:148.6285901171366},{x:304.69113993790967,y:142.30457631963455},{x:280.35000610351557,y:140.17500305175776}],name:"circle"},{points:[{x:280.3500061035155,y:420.52500915527327},{x:256.0088722691214,y:418.3954358873965},{x:232.4073314690773,y:412.07142208989444},{x:210.26250457763666,y:401.74511972189896},{x:190.2472509540728,y:387.73028825550034},{x:172.9697239515307,y:370.4527612529582},{x:158.95489248513206,y:350.43750762939436},{x:148.62859011713658,y:328.2926807379538},{x:142.30457631963455,y:304.6911399379096},{x:140.17500305175776,y:280.3500061035155},{x:142.30457631963455,y:256.00887226912135},{x:148.62859011713655,y:232.4073314690773},{x:158.9548924851321,y:210.2625045776366},{x:172.96972395153068,y:190.2472509540728},{x:190.24725095407277,y:172.9697239515307},{x:210.26250457763658,y:158.95489248513212},{x:232.40733146907718,y:148.62859011713658},{x:256.00887226912135,y:142.30457631963455},{x:280.3500061035155,y:140.17500305175776},{x:304.6911399379096,y:142.30457631963455},{x:328.2926807379537,y:148.62859011713653},{x:350.4375076293944,y:158.9548924851321},{x:370.4527612529582,y:172.96972395153068},{x:387.73028825550034,y:190.24725095407274},{x:401.7451197218989,y:210.26250457763658},{x:412.07142208989444,y:232.4073314690773},{x:418.39543588739645,y:256.00887226912124},{x:420.52500915527327,y:280.35000610351545},{x:418.3954358873965,y:304.6911399379096},{x:412.07142208989444,y:328.2926807379538},{x:401.745119721899,y:350.4375076293943},{x:387.73028825550034,y:370.4527612529582},{x:370.4527612529583,y:387.7302882555003},{x:350.43750762939436,y:401.74511972189896},{x:328.29268073795384,y:412.07142208989444},{x:304.69113993790967,y:418.3954358873965},{x:280.35000610351557,y:420.52500915527327}],name:"circle"}];this.threshold=.85,this.nbSamplePoints=128,this.squareSize=250,this.patterns=t.map(function(y){var t=new i(x.squareSize,x.nbSamplePoints,y.points,y.name);return t})}return n(y,[{key:"spot",value:function(y){var x=this,t=.5*Math.hypot(this.squareSize,this.squareSize),e=new i(this.squareSize,this.nbSamplePoints,y),n=this.patterns.reduce(function(y,n){var i=e.distanceAtBestAngle(n),o=1-i/t;return i<y.bestDistance&&o>x.threshold&&(y.bestDistance=i,y.pattern=n.name),y},{pattern:null,bestDistance:+(1/0)});return n.pattern}}]),y}();x.default=o},function(y,x,t){"use strict";function e(y){return y&&y.__esModule?y:{default:y}}function n(y,x){if(!(y instanceof x))throw new TypeError("Cannot call a class as a function")}function i(y){var x=new f(y);return new Promise(x.resolver)}function o(y){return new f(y)}Object.defineProperty(x,"__esModule",{value:!0});var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(y){return typeof y}:function(y){return y&&"function"==typeof Symbol&&y.constructor===Symbol&&y!==Symbol.prototype?"symbol":typeof y},s=function(){function y(y,x){for(var t=0;t<x.length;t++){var e=x[t];e.enumerable=e.enumerable||!1,e.configurable=!0,"value"in e&&(e.writable=!0),Object.defineProperty(y,e.key,e)}}return function(x,t,e){return t&&y(x.prototype,t),e&&y(x,e),x}}();x.start=i,x.create=o;var a=t(2),u=e(a),c=t(1),h=e(c),l=t(0),p=e(l),f=function(){function y(x){n(this,y),this.options={timeout:30,items:5,container:"",font:"sans-serif",bgColor:"#193441",drawColor:"#91AA9D",acceptColor:"#3E606F",textColor:"#3E606F",textBgColor:"#193441",helperText:"",drawLineWidth:8,successLineWidth:8},x&&this.setOptions(x),this.shapeDetector=new u.default,this.resolver=h.default.bind(this);var t=!0,e=!1,i=void 0;try{for(var o,r=Object.keys(p.default)[Symbol.iterator]();!(t=(o=r.next()).done);t=!0){var s=o.value;this[s]=p.default[s].bind(this)}}catch(y){e=!0,i=y}finally{try{!t&&r.return&&r.return()}finally{if(e)throw i}}}return s(y,[{key:"setOptions",value:function(y,x){var t=this,e=function(y,x){y=y.toString(),t.options.hasOwnProperty(y)&&r(t.options[y])===("undefined"==typeof x?"undefined":r(x))&&(t.options[y]=x)};"[object Object]"===Object.prototype.toString.call(y)?Object.keys(y).forEach(function(x){e(x,y[x])}):e(y,x)}},{key:"start",value:function(){return new Promise(this.resolver)}}]),y}()}])});
//# sourceMappingURL=shapecaptcha.min.js.map

@@ -1,3 +0,3 @@

!function(y,x){"object"==typeof exports&&"object"==typeof module?module.exports=x():"function"==typeof define&&define.amd?define([],x):"object"==typeof exports?exports.ShapeCaptcha=x():y.ShapeCaptcha=x()}(this,function(){return function(y){function x(e){if(t[e])return t[e].exports;var n=t[e]={i:e,l:!1,exports:{}};return y[e].call(n.exports,n,n.exports,x),n.l=!0,n.exports}var t={};return x.m=y,x.c=t,x.i=function(y){return y},x.d=function(y,t,e){x.o(y,t)||Object.defineProperty(y,t,{configurable:!1,enumerable:!0,get:e})},x.n=function(y){var t=y&&y.__esModule?function(){return y.default}:function(){return y};return x.d(t,"a",t),t},x.o=function(y,x){return Object.prototype.hasOwnProperty.call(y,x)},x.p="",x(x.s=3)}([function(y,x,t){"use strict";Object.defineProperty(x,"__esModule",{value:!0}),x.default={getContainer:function(y){if(!y)return document.body;var x=document.querySelector(y);return x?x:document.body},getSizes:function(y,x,t){var e=this.options.font,n=void 0,i=void 0;if(y===document.body)n=window.innerWidth-4,i=window.innerHeight-4;else{var o=y.getBoundingClientRect();n=o.width,i=o.height}var r=.05,s=Math.round(i*r);for(x.font=s+"px "+e;x.measureText(t).width>n;)r*=.95,s=Math.round(i*r),x.font=s+"px "+e;var a=this.options.helperText,u=.03,c=Math.round(i*u);if(a)for(x.font=c+"px "+e;x.measureText(a).width>n;)u*=.95,c=Math.round(i*u),x.font=c+"px "+e;var h=a?Math.round(.07*i):Math.round(.1*i);return{width:n,height:i,explanation:{height:Math.round(.2*i),font1:s,font2:c,text1Y:h,text2Y:Math.round(.15*i)}}},checkResults:function(y,x){var t=y.reduce(function(y,x){return y[x.shape]-=1,y},Object.assign({},x));return Object.keys(t).every(function(y){return 0===t[y]})},drawTaskText:function(y,x){var t=this.options.font,e=this.sizes.explanation;this.options.textBgColor&&(y.fillStyle=this.options.textBgColor,y.fillRect(0,0,y.canvas.width,e.height)),y.textAlign="center",y.fillStyle=this.options.textColor,y.font=e.font1+"px "+t,y.fillText(x,y.canvas.width/2,e.text1Y),this.options.helperText&&(y.font=e.font2+"px "+t,y.fillText(this.options.helperText,y.canvas.width/2,e.text2Y))},getRandItemSet:function(y){var x=["circle","triangle","square"],t=this.shuffle(x).reduce(function(x,t,e){var n=Object.keys(x).reduce(function(y,t){return y+=x[t]},0),i=y-n;return 2===e?x[t]=i:x[t]=Math.ceil(Math.random()*i),x},{});return t},getText:function(y){var x=Object.keys(y).reduce(function(x,t){return y[t]&&(x+=1===y[t]?" a "+t+",":" "+y[t]+" "+t+"s,"),x},"Please draw");return x.replace(/,$/,".").replace(/,(?=[^,]*$)/," and")},shuffle:function(y){for(var x=y.length,t=void 0;x;)t=Math.floor(Math.random()*x--),y[x]=[y[t],y[t]=y[x]][0];return y},drawDots:function(y,x,t){y.strokeStyle=t,y.beginPath(),x.forEach(function(x,t){t?y.lineTo(x.x,x.y):y.moveTo(x.x,x.y)}),y.stroke()},getPathData:function(y){var x=void 0;try{x=this.shapeDetector.spot(y)}catch(y){x=null}return{shape:x,dots:y}},getPointerPos:function(y){var x=y.target.getBoundingClientRect();return{x:y.pageX-x.left,y:y.pageY-x.top}}}},function(y,x,t){"use strict";function e(y,x){function t(y){y.target.addEventListener("mouseup",n),y.target.addEventListener("mousemove",r)}function e(y){y.target.removeEventListener("mouseup",n),y.target.removeEventListener("mousemove",r)}function n(y){e(y);var x=a.getPathData(f);null!==x.shape?i(x):o(h),f=[]}function i(x){var t=u.filter(function(y){return y.shape===x.shape}).length;d[x.shape]&&d[x.shape]>t&&u.push(x);var e=a.checkResults(u,d);o(h,e),e&&(s.removeChild(c),c=null,clearTimeout(p),y())}function o(y,x){y.clearRect(0,0,c.width,c.height),a.drawTaskText(y,m),a.options.bgColor&&(y.fillStyle=a.options.bgColor,y.fillRect(0,a.sizes.explanation.height,c.width,c.height)),y.lineWidth=x?a.options.successLineWidth:a.options.drawLineWidth,u.length&&u.forEach(function(x){a.drawDots(y,x.dots,a.options.acceptColor)})}function r(y){var x=a.getPointerPos(y);f.push(x),a.drawDots(h,f,a.options.drawColor)}var s=this.getContainer(this.options.container),a=this,u=[],c=document.createElement("canvas"),h=c.getContext("2d"),l=this.options.timeout?1e3*this.options.timeout:36e5,p=setTimeout(function(){s.removeChild(c),c=null,x("time out!")},l),f=[],d=this.getRandItemSet(this.options.items),m=this.getText(d);this.sizes=this.getSizes(s,h,m),c.width=this.sizes.width,c.height=this.sizes.height,s.appendChild(c),o(h),c.addEventListener("mousedown",t)}Object.defineProperty(x,"__esModule",{value:!0}),x.default=e},function(y,x,t){"use strict";function e(y,x){if(!(y instanceof x))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(x,"__esModule",{value:!0});var n=function(){function y(y,x){for(var t=0;t<x.length;t++){var e=x[t];e.enumerable=e.enumerable||!1,e.configurable=!0,"value"in e&&(e.writable=!0),Object.defineProperty(y,e.key,e)}}return function(x,t,e){return t&&y(x.prototype,t),e&&y(x,e),x}}(),i=function(){function y(x,t,n,i){e(this,y),this.squareSize=x,this.nbSamplePoints=t,this.points=n,this.name=i,this.processStroke()}return n(y,[{key:"getDistance",value:function(y,x){var t=x.x-y.x,e=x.y-y.y;return Math.hypot(t,e)}},{key:"processStroke",value:function(){return this.points=this.resample(),this.setCentroid(),this.points=this.rotateBy(-this.indicativeAngle()),this.points=this.scaleToSquare(),this.setCentroid(),this.points=this.translateToOrigin(),this}},{key:"resample",value:function(){for(var y=this.strokeLength()/(this.nbSamplePoints-1),x=[this.points[0]],t=0,e=1;e<this.points.length;e++){var n=this.getDistance(this.points[e-1],this.points[e]);if(t+n>=y){var i={x:this.points[e-1].x+(y-t)/n*(this.points[e].x-this.points[e-1].x),y:this.points[e-1].y+(y-t)/n*(this.points[e].y-this.points[e-1].y)};x.push(i),this.points.splice(e,0,i),t=0}else t+=n}return x.length===this.nbSamplePoints-1&&x.push(this.points[this.points.length-1]),x}},{key:"rotateBy",value:function(y){var x=this,t=Math.cos(y),e=Math.sin(y);return this.points.map(function(y){return{x:(y.x-x.c.x)*t-(y.y-x.c.y)*e+x.c.x,y:(y.x-x.c.x)*e+(y.y-x.c.y)*t+x.c.y}})}},{key:"scaleToSquare",value:function(){var y=this,x={minX:+(1/0),maxX:-(1/0),minY:+(1/0),maxY:-(1/0)},t=!0,e=!1,n=void 0;try{for(var i,o=this.points[Symbol.iterator]();!(t=(i=o.next()).done);t=!0){var r=i.value;x.minX=Math.min(x.minX,r.x),x.minY=Math.min(x.minY,r.y),x.maxX=Math.max(x.maxX,r.x),x.maxY=Math.max(x.maxY,r.y)}}catch(y){e=!0,n=y}finally{try{!t&&o.return&&o.return()}finally{if(e)throw n}}return x.width=x.maxX-x.minX,x.height=x.maxY-x.minY,this.points.map(function(t){return{x:t.x*(y.squareSize/x.width),y:t.y*(y.squareSize/x.height)}})}},{key:"translateToOrigin",value:function(){var y=this,x={x:0,y:0};return this.points.map(function(t){return{x:t.x+x.x-y.c.x,y:t.y+x.y-y.c.y}})}},{key:"setCentroid",value:function(){this.c=this.points.reduce(function(y,x){return y.x+=x.x,y.y+=x.y,y},{x:0,y:0}),this.c.x/=this.points.length,this.c.y/=this.points.length}},{key:"indicativeAngle",value:function(){return Math.atan2(this.c.y-this.points[0].y,this.c.x-this.points[0].x)}},{key:"strokeLength",value:function(){var y=this;return this.points.reduce(function(x,t,e,n){return e>0&&(x+=y.getDistance(n[e-1],t)),x},0)}},{key:"distanceAtBestAngle",value:function(y){for(var x=.5*(-1+Math.sqrt(5)),t=function(y){return y*Math.PI/180},e=t(45),n=t(2),i=-e,o=e,r=x*i+(1-x)*o,s=this.distanceAtAngle(y,r),a=(1-x)*i+x*o,u=this.distanceAtAngle(y,a);Math.abs(o-i)>n;)s<u?(o=a,a=r,u=s,r=x*i+(1-x)*o,s=this.distanceAtAngle(y,r)):(i=r,r=a,s=u,a=(1-x)*i+x*o,u=this.distanceAtAngle(y,a));return Math.min(s,u)}},{key:"distanceAtAngle",value:function(y,x){var t=this,e=this.rotateBy(x),n=e.reduce(function(x,e,n){return x+=t.getDistance(e,y.points[n])},0);return n/e.length}}]),y}(),o=function(){function y(){var x=this;e(this,y);var t=[{points:[{x:140.17500305175776,y:420.52500915527327},{x:157.69687843322748,y:385.4812583923338},{x:175.2187538146972,y:350.4375076293944},{x:192.7406291961669,y:315.39375686645496},{x:210.26250457763663,y:280.3500061035155},{x:227.78437995910636,y:245.30625534057606},{x:245.30625534057606,y:210.26250457763663},{x:262.8281307220458,y:175.2187538146972},{x:280.3500061035155,y:140.17500305175776},{x:280.3500061035155,y:140.17500305175776},{x:297.87188148498524,y:175.2187538146972},{x:315.39375686645496,y:210.26250457763663},{x:332.9156322479247,y:245.30625534057606},{x:350.4375076293944,y:280.3500061035155},{x:367.95938301086414,y:315.39375686645496},{x:385.4812583923338,y:350.4375076293944},{x:403.00313377380354,y:385.4812583923338},{x:420.52500915527327,y:420.52500915527327},{x:420.52500915527327,y:420.52500915527327},{x:385.4812583923338,y:420.52500915527327},{x:350.4375076293944,y:420.52500915527327},{x:315.39375686645496,y:420.52500915527327},{x:280.3500061035155,y:420.52500915527327},{x:245.30625534057606,y:420.52500915527327},{x:210.26250457763663,y:420.52500915527327},{x:175.2187538146972,y:420.52500915527327},{x:140.17500305175776,y:420.52500915527327}],name:"triangle"},{points:[{x:280.3500061035155,y:140.17500305175776},{x:297.87188148498524,y:175.2187538146972},{x:315.39375686645496,y:210.26250457763663},{x:332.9156322479247,y:245.30625534057606},{x:350.4375076293944,y:280.3500061035155},{x:367.95938301086414,y:315.39375686645496},{x:385.4812583923338,y:350.4375076293944},{x:403.00313377380354,y:385.4812583923338},{x:420.52500915527327,y:420.52500915527327},{x:420.52500915527327,y:420.52500915527327},{x:385.4812583923338,y:420.52500915527327},{x:350.4375076293944,y:420.52500915527327},{x:315.39375686645496,y:420.52500915527327},{x:280.3500061035155,y:420.52500915527327},{x:245.30625534057606,y:420.52500915527327},{x:210.26250457763663,y:420.52500915527327},{x:175.2187538146972,y:420.52500915527327},{x:140.17500305175776,y:420.52500915527327},{x:140.17500305175776,y:420.52500915527327},{x:157.69687843322748,y:385.4812583923338},{x:175.2187538146972,y:350.4375076293944},{x:192.7406291961669,y:315.39375686645496},{x:210.26250457763663,y:280.3500061035155},{x:227.78437995910636,y:245.30625534057606},{x:245.30625534057606,y:210.26250457763663},{x:262.8281307220458,y:175.2187538146972},{x:280.3500061035155,y:140.17500305175776}],name:"triangle"},{points:[{x:420.52500915527327,y:420.52500915527327},{x:385.4812583923338,y:420.52500915527327},{x:350.4375076293944,y:420.52500915527327},{x:315.39375686645496,y:420.52500915527327},{x:280.3500061035155,y:420.52500915527327},{x:245.30625534057606,y:420.52500915527327},{x:210.26250457763663,y:420.52500915527327},{x:175.2187538146972,y:420.52500915527327},{x:140.17500305175776,y:420.52500915527327},{x:140.17500305175776,y:420.52500915527327},{x:157.69687843322748,y:385.4812583923338},{x:175.2187538146972,y:350.4375076293944},{x:192.7406291961669,y:315.39375686645496},{x:210.26250457763663,y:280.3500061035155},{x:227.78437995910636,y:245.30625534057606},{x:245.30625534057606,y:210.26250457763663},{x:262.8281307220458,y:175.2187538146972},{x:280.3500061035155,y:140.17500305175776},{x:280.3500061035155,y:140.17500305175776},{x:297.87188148498524,y:175.2187538146972},{x:315.39375686645496,y:210.26250457763663},{x:332.9156322479247,y:245.30625534057606},{x:350.4375076293944,y:280.3500061035155},{x:367.95938301086414,y:315.39375686645496},{x:385.4812583923338,y:350.4375076293944},{x:403.00313377380354,y:385.4812583923338},{x:420.52500915527327,y:420.52500915527327}],name:"triangle"},{points:[{x:140.17500305175776,y:420.52500915527327},{x:175.2187538146972,y:420.52500915527327},{x:210.26250457763663,y:420.52500915527327},{x:245.30625534057606,y:420.52500915527327},{x:280.3500061035155,y:420.52500915527327},{x:315.39375686645496,y:420.52500915527327},{x:350.4375076293944,y:420.52500915527327},{x:385.4812583923338,y:420.52500915527327},{x:420.52500915527327,y:420.52500915527327},{x:420.52500915527327,y:420.52500915527327},{x:403.00313377380354,y:385.4812583923338},{x:385.4812583923338,y:350.4375076293944},{x:367.9593830108641,y:315.39375686645496},{x:350.4375076293944,y:280.3500061035155},{x:332.9156322479247,y:245.30625534057606},{x:315.39375686645496,y:210.26250457763663},{x:297.87188148498524,y:175.2187538146972},{x:280.3500061035155,y:140.17500305175776},{x:280.3500061035155,y:140.17500305175776},{x:262.8281307220458,y:175.2187538146972},{x:245.30625534057606,y:210.26250457763663},{x:227.78437995910636,y:245.30625534057606},{x:210.26250457763663,y:280.3500061035155},{x:192.7406291961669,y:315.39375686645496},{x:175.2187538146972,y:350.4375076293944},{x:157.69687843322748,y:385.4812583923338},{x:140.17500305175776,y:420.52500915527327}],name:"triangle"},{points:[{x:420.52500915527327,y:420.52500915527327},{x:403.00313377380354,y:385.4812583923338},{x:385.4812583923338,y:350.4375076293944},{x:367.9593830108641,y:315.39375686645496},{x:350.4375076293944,y:280.3500061035155},{x:332.9156322479247,y:245.30625534057606},{x:315.39375686645496,y:210.26250457763663},{x:297.87188148498524,y:175.2187538146972},{x:280.3500061035155,y:140.17500305175776},{x:280.3500061035155,y:140.17500305175776},{x:262.8281307220458,y:175.2187538146972},{x:245.30625534057606,y:210.26250457763663},{x:227.78437995910636,y:245.30625534057606},{x:210.26250457763663,y:280.3500061035155},{x:192.7406291961669,y:315.39375686645496},{x:175.2187538146972,y:350.4375076293944},{x:157.69687843322748,y:385.4812583923338},{x:140.17500305175776,y:420.52500915527327},{x:140.17500305175776,y:420.52500915527327},{x:175.2187538146972,y:420.52500915527327},{x:210.26250457763663,y:420.52500915527327},{x:245.30625534057606,y:420.52500915527327},{x:280.3500061035155,y:420.52500915527327},{x:315.39375686645496,y:420.52500915527327},{x:350.4375076293944,y:420.52500915527327},{x:385.4812583923338,y:420.52500915527327},{x:420.52500915527327,y:420.52500915527327}],name:"triangle"},{points:[{x:280.3500061035155,y:140.17500305175776},{x:262.8281307220458,y:175.2187538146972},{x:245.30625534057606,y:210.26250457763663},{x:227.78437995910636,y:245.30625534057606},{x:210.26250457763663,y:280.3500061035155},{x:192.7406291961669,y:315.39375686645496},{x:175.2187538146972,y:350.4375076293944},{x:157.69687843322748,y:385.4812583923338},{x:140.17500305175776,y:420.52500915527327},{x:140.17500305175776,y:420.52500915527327},{x:175.2187538146972,y:420.52500915527327},{x:210.26250457763663,y:420.52500915527327},{x:245.30625534057606,y:420.52500915527327},{x:280.3500061035155,y:420.52500915527327},{x:315.39375686645496,y:420.52500915527327},{x:350.4375076293944,y:420.52500915527327},{x:385.4812583923338,y:420.52500915527327},{x:420.52500915527327,y:420.52500915527327},{x:420.52500915527327,y:420.52500915527327},{x:403.00313377380354,y:385.4812583923338},{x:385.4812583923338,y:350.4375076293944},{x:367.9593830108641,y:315.39375686645496},{x:350.4375076293944,y:280.3500061035155},{x:332.9156322479247,y:245.30625534057606},{x:315.39375686645496,y:210.26250457763663},{x:297.87188148498524,y:175.2187538146972},{x:280.3500061035155,y:140.17500305175776}],name:"triangle"},{points:[{x:140.17500305175776,y:140.17500305175776},{x:175.2187538146972,y:140.17500305175776},{x:210.26250457763663,y:140.17500305175776},{x:245.30625534057606,y:140.17500305175776},{x:280.3500061035155,y:140.17500305175776},{x:315.39375686645496,y:140.17500305175776},{x:350.4375076293944,y:140.17500305175776},{x:385.4812583923338,y:140.17500305175776},{x:420.52500915527327,y:140.17500305175776},{x:420.52500915527327,y:140.17500305175776},{x:420.52500915527327,y:175.2187538146972},{x:420.52500915527327,y:210.26250457763663},{x:420.52500915527327,y:245.30625534057606},{x:420.52500915527327,y:280.3500061035155},{x:420.52500915527327,y:315.39375686645496},{x:420.52500915527327,y:350.4375076293944},{x:420.52500915527327,y:385.4812583923338},{x:420.52500915527327,y:420.52500915527327},{x:420.52500915527327,y:420.52500915527327},{x:385.4812583923338,y:420.52500915527327},{x:350.4375076293944,y:420.52500915527327},{x:315.39375686645496,y:420.52500915527327},{x:280.3500061035155,y:420.52500915527327},{x:245.30625534057606,y:420.52500915527327},{x:210.26250457763663,y:420.52500915527327},{x:175.2187538146972,y:420.52500915527327},{x:140.17500305175776,y:420.52500915527327},{x:140.17500305175776,y:420.52500915527327},{x:140.17500305175776,y:385.4812583923338},{x:140.17500305175776,y:350.4375076293944},{x:140.17500305175776,y:315.39375686645496},{x:140.17500305175776,y:280.3500061035155},{x:140.17500305175776,y:245.30625534057606},{x:140.17500305175776,y:210.26250457763663},{x:140.17500305175776,y:175.2187538146972},{x:140.17500305175776,y:140.17500305175776}],name:"square"},{points:[{x:420.52500915527327,y:140.17500305175776},{x:420.52500915527327,y:175.2187538146972},{x:420.52500915527327,y:210.26250457763663},{x:420.52500915527327,y:245.30625534057606},{x:420.52500915527327,y:280.3500061035155},{x:420.52500915527327,y:315.39375686645496},{x:420.52500915527327,y:350.4375076293944},{x:420.52500915527327,y:385.4812583923338},{x:420.52500915527327,y:420.52500915527327},{x:420.52500915527327,y:420.52500915527327},{x:385.4812583923338,y:420.52500915527327},{x:350.4375076293944,y:420.52500915527327},{x:315.39375686645496,y:420.52500915527327},{x:280.3500061035155,y:420.52500915527327},{x:245.30625534057606,y:420.52500915527327},{x:210.26250457763663,y:420.52500915527327},{x:175.2187538146972,y:420.52500915527327},{x:140.17500305175776,y:420.52500915527327},{x:140.17500305175776,y:420.52500915527327},{x:140.17500305175776,y:385.4812583923338},{x:140.17500305175776,y:350.4375076293944},{x:140.17500305175776,y:315.39375686645496},{x:140.17500305175776,y:280.3500061035155},{x:140.17500305175776,y:245.30625534057606},{x:140.17500305175776,y:210.26250457763663},{x:140.17500305175776,y:175.2187538146972},{x:140.17500305175776,y:140.17500305175776},{x:140.17500305175776,y:140.17500305175776},{x:175.2187538146972,y:140.17500305175776},{x:210.26250457763663,y:140.17500305175776},{x:245.30625534057606,y:140.17500305175776},{x:280.3500061035155,y:140.17500305175776},{x:315.39375686645496,y:140.17500305175776},{x:350.4375076293944,y:140.17500305175776},{x:385.4812583923338,y:140.17500305175776},{x:420.52500915527327,y:140.17500305175776}],name:"square"},{points:[{x:420.52500915527327,y:420.52500915527327},{x:385.4812583923338,y:420.52500915527327},{x:350.4375076293944,y:420.52500915527327},{x:315.39375686645496,y:420.52500915527327},{x:280.3500061035155,y:420.52500915527327},{x:245.30625534057606,y:420.52500915527327},{x:210.26250457763663,y:420.52500915527327},{x:175.2187538146972,y:420.52500915527327},{x:140.17500305175776,y:420.52500915527327},{x:140.17500305175776,y:420.52500915527327},{x:140.17500305175776,y:385.4812583923338},{x:140.17500305175776,y:350.4375076293944},{x:140.17500305175776,y:315.39375686645496},{x:140.17500305175776,y:280.3500061035155},{x:140.17500305175776,y:245.30625534057606},{x:140.17500305175776,y:210.26250457763663},{x:140.17500305175776,y:175.2187538146972},{x:140.17500305175776,y:140.17500305175776},{x:140.17500305175776,y:140.17500305175776},{x:175.2187538146972,y:140.17500305175776},{x:210.26250457763663,y:140.17500305175776},{x:245.30625534057606,y:140.17500305175776},{x:280.3500061035155,y:140.17500305175776},{x:315.39375686645496,y:140.17500305175776},{x:350.4375076293944,y:140.17500305175776},{x:385.4812583923338,y:140.17500305175776},{x:420.52500915527327,y:140.17500305175776},{x:420.52500915527327,y:140.17500305175776},{x:420.52500915527327,y:175.2187538146972},{x:420.52500915527327,y:210.26250457763663},{x:420.52500915527327,y:245.30625534057606},{x:420.52500915527327,y:280.3500061035155},{x:420.52500915527327,y:315.39375686645496},{x:420.52500915527327,y:350.4375076293944},{x:420.52500915527327,y:385.4812583923338},{x:420.52500915527327,y:420.52500915527327}],name:"square"},{points:[{x:140.17500305175776,y:420.52500915527327},{x:140.17500305175776,y:385.4812583923338},{x:140.17500305175776,y:350.4375076293944},{x:140.17500305175776,y:315.39375686645496},{x:140.17500305175776,y:280.3500061035155},{x:140.17500305175776,y:245.30625534057606},{x:140.17500305175776,y:210.26250457763663},{x:140.17500305175776,y:175.2187538146972},{x:140.17500305175776,y:140.17500305175776},{x:140.17500305175776,y:140.17500305175776},{x:175.2187538146972,y:140.17500305175776},{x:210.26250457763663,y:140.17500305175776},{x:245.30625534057606,y:140.17500305175776},{x:280.3500061035155,y:140.17500305175776},{x:315.39375686645496,y:140.17500305175776},{x:350.4375076293944,y:140.17500305175776},{x:385.4812583923338,y:140.17500305175776},{x:420.52500915527327,y:140.17500305175776},{x:420.52500915527327,y:140.17500305175776},{x:420.52500915527327,y:175.2187538146972},{x:420.52500915527327,y:210.26250457763663},{x:420.52500915527327,y:245.30625534057606},{x:420.52500915527327,y:280.3500061035155},{x:420.52500915527327,y:315.39375686645496},{x:420.52500915527327,y:350.4375076293944},{x:420.52500915527327,y:385.4812583923338},{x:420.52500915527327,y:420.52500915527327},{x:420.52500915527327,y:420.52500915527327},{x:385.4812583923338,y:420.52500915527327},{x:350.4375076293944,y:420.52500915527327},{x:315.39375686645496,y:420.52500915527327},{x:280.3500061035155,y:420.52500915527327},{x:245.30625534057606,y:420.52500915527327},{x:210.26250457763663,y:420.52500915527327},{x:175.2187538146972,y:420.52500915527327},{x:140.17500305175776,y:420.52500915527327}],name:"square"},{points:[{x:140.17500305175776,y:420.52500915527327},{x:175.2187538146972,y:420.52500915527327},{x:210.26250457763663,y:420.52500915527327},{x:245.30625534057606,y:420.52500915527327},{x:280.3500061035155,y:420.52500915527327},{x:315.39375686645496,y:420.52500915527327},{x:350.4375076293944,y:420.52500915527327},{x:385.4812583923338,y:420.52500915527327},{x:420.52500915527327,y:420.52500915527327},{x:420.52500915527327,y:420.52500915527327},{x:420.52500915527327,y:385.4812583923338},{x:420.52500915527327,y:350.4375076293944},{x:420.52500915527327,y:315.39375686645496},{x:420.52500915527327,y:280.3500061035155},{x:420.52500915527327,y:245.30625534057606},{x:420.52500915527327,y:210.26250457763663},{x:420.52500915527327,y:175.2187538146972},{x:420.52500915527327,y:140.17500305175776},{x:420.52500915527327,y:140.17500305175776},{x:385.4812583923338,y:140.17500305175776},{x:350.4375076293944,y:140.17500305175776},{x:315.39375686645496,y:140.17500305175776},{x:280.3500061035155,y:140.17500305175776},{x:245.30625534057606,y:140.17500305175776},{x:210.26250457763663,y:140.17500305175776},{x:175.2187538146972,y:140.17500305175776},{x:140.17500305175776,y:140.17500305175776},{x:140.17500305175776,y:140.17500305175776},{x:140.17500305175776,y:175.2187538146972},{x:140.17500305175776,y:210.26250457763663},{x:140.17500305175776,y:245.30625534057606},{x:140.17500305175776,y:280.3500061035155},{x:140.17500305175776,y:315.39375686645496},{x:140.17500305175776,y:350.4375076293944},{x:140.17500305175776,y:385.4812583923338},{x:140.17500305175776,y:420.52500915527327}],name:"square"},{points:[{x:420.52500915527327,y:420.52500915527327},{x:420.52500915527327,y:385.4812583923338},{x:420.52500915527327,y:350.4375076293944},{x:420.52500915527327,y:315.39375686645496},{x:420.52500915527327,y:280.3500061035155},{x:420.52500915527327,y:245.30625534057606},{x:420.52500915527327,y:210.26250457763663},{x:420.52500915527327,y:175.2187538146972},{x:420.52500915527327,y:140.17500305175776},{x:420.52500915527327,y:140.17500305175776},{x:385.4812583923338,y:140.17500305175776},{x:350.4375076293944,y:140.17500305175776},{x:315.39375686645496,y:140.17500305175776},{x:280.3500061035155,y:140.17500305175776},{x:245.30625534057606,y:140.17500305175776},{x:210.26250457763663,y:140.17500305175776},{x:175.2187538146972,y:140.17500305175776},{x:140.17500305175776,y:140.17500305175776},{x:140.17500305175776,y:140.17500305175776},{x:140.17500305175776,y:175.2187538146972},{x:140.17500305175776,y:210.26250457763663},{x:140.17500305175776,y:245.30625534057606},{x:140.17500305175776,y:280.3500061035155},{x:140.17500305175776,y:315.39375686645496},{x:140.17500305175776,y:350.4375076293944},{x:140.17500305175776,y:385.4812583923338},{x:140.17500305175776,y:420.52500915527327},{x:140.17500305175776,y:420.52500915527327},{x:175.2187538146972,y:420.52500915527327},{x:210.26250457763663,y:420.52500915527327},{x:245.30625534057606,y:420.52500915527327},{x:280.3500061035155,y:420.52500915527327},{x:315.39375686645496,y:420.52500915527327},{x:350.4375076293944,y:420.52500915527327},{x:385.4812583923338,y:420.52500915527327},{x:420.52500915527327,y:420.52500915527327}],name:"square"},{points:[{x:420.52500915527327,y:140.17500305175776},{x:385.4812583923338,y:140.17500305175776},{x:350.4375076293944,y:140.17500305175776},{x:315.39375686645496,y:140.17500305175776},{x:280.3500061035155,y:140.17500305175776},{x:245.30625534057606,y:140.17500305175776},{x:210.26250457763663,y:140.17500305175776},{x:175.2187538146972,y:140.17500305175776},{x:140.17500305175776,y:140.17500305175776},{x:140.17500305175776,y:140.17500305175776},{x:140.17500305175776,y:175.2187538146972},{x:140.17500305175776,y:210.26250457763663},{x:140.17500305175776,y:245.30625534057606},{x:140.17500305175776,y:280.3500061035155},{x:140.17500305175776,y:315.39375686645496},{x:140.17500305175776,y:350.4375076293944},{x:140.17500305175776,y:385.4812583923338},{x:140.17500305175776,y:420.52500915527327},{x:140.17500305175776,y:420.52500915527327},{x:175.2187538146972,y:420.52500915527327},{x:210.26250457763663,y:420.52500915527327},{x:245.30625534057606,y:420.52500915527327},{x:280.3500061035155,y:420.52500915527327},{x:315.39375686645496,y:420.52500915527327},{x:350.4375076293944,y:420.52500915527327},{x:385.4812583923338,y:420.52500915527327},{x:420.52500915527327,y:420.52500915527327},{x:420.52500915527327,y:420.52500915527327},{x:420.52500915527327,y:385.4812583923338},{x:420.52500915527327,y:350.4375076293944},{x:420.52500915527327,y:315.39375686645496},{x:420.52500915527327,y:280.3500061035155},{x:420.52500915527327,y:245.30625534057606},{x:420.52500915527327,y:210.26250457763663},{x:420.52500915527327,y:175.2187538146972},{x:420.52500915527327,y:140.17500305175776}],name:"square"},{points:[{x:140.17500305175776,y:140.17500305175776},{x:140.17500305175776,y:175.2187538146972},{x:140.17500305175776,y:210.26250457763663},{x:140.17500305175776,y:245.30625534057606},{x:140.17500305175776,y:280.3500061035155},{x:140.17500305175776,y:315.39375686645496},{x:140.17500305175776,y:350.4375076293944},{x:140.17500305175776,y:385.4812583923338},{x:140.17500305175776,y:420.52500915527327},{x:140.17500305175776,y:420.52500915527327},{x:175.2187538146972,y:420.52500915527327},{x:210.26250457763663,y:420.52500915527327},{x:245.30625534057606,y:420.52500915527327},{x:280.3500061035155,y:420.52500915527327},{x:315.39375686645496,y:420.52500915527327},{x:350.4375076293944,y:420.52500915527327},{x:385.4812583923338,y:420.52500915527327},{x:420.52500915527327,y:420.52500915527327},{x:420.52500915527327,y:420.52500915527327},{x:420.52500915527327,y:385.4812583923338},{x:420.52500915527327,y:350.4375076293944},{x:420.52500915527327,y:315.39375686645496},{x:420.52500915527327,y:280.3500061035155},{x:420.52500915527327,y:245.30625534057606},{x:420.52500915527327,y:210.26250457763663},{x:420.52500915527327,y:175.2187538146972},{x:420.52500915527327,y:140.17500305175776},{x:420.52500915527327,y:140.17500305175776},{x:385.4812583923338,y:140.17500305175776},{x:350.4375076293944,y:140.17500305175776},{x:315.39375686645496,y:140.17500305175776},{x:280.3500061035155,y:140.17500305175776},{x:245.30625534057606,y:140.17500305175776},{x:210.26250457763663,y:140.17500305175776},{x:175.2187538146972,y:140.17500305175776},{x:140.17500305175776,y:140.17500305175776}],name:"square"},{points:[{x:420.52500915527327,y:280.3500061035155},{x:418.3954358873965,y:304.69113993790967},{x:412.07142208989444,y:328.29268073795373},{x:401.74511972189896,y:350.43750762939436},{x:387.73028825550034,y:370.4527612529582},{x:370.4527612529582,y:387.73028825550034},{x:350.4375076293944,y:401.74511972189896},{x:328.2926807379538,y:412.07142208989444},{x:304.69113993790967,y:418.3954358873965},{x:280.3500061035155,y:420.52500915527327},{x:256.0088722691214,y:418.3954358873965},{x:232.4073314690773,y:412.07142208989444},{x:210.26250457763666,y:401.74511972189896},{x:190.2472509540728,y:387.73028825550034},{x:172.9697239515307,y:370.4527612529582},{x:158.95489248513206,y:350.43750762939436},{x:148.62859011713658,y:328.2926807379538},{x:142.30457631963455,y:304.6911399379096},{x:140.17500305175776,y:280.3500061035155},{x:142.30457631963455,y:256.00887226912135},{x:148.62859011713655,y:232.4073314690773},{x:158.9548924851321,y:210.2625045776366},{x:172.96972395153068,y:190.2472509540728},{x:190.24725095407277,y:172.9697239515307},{x:210.26250457763658,y:158.95489248513212},{x:232.40733146907718,y:148.62859011713658},{x:256.00887226912135,y:142.30457631963455},{x:280.3500061035155,y:140.17500305175776},{x:304.6911399379096,y:142.30457631963455},{x:328.2926807379537,y:148.62859011713653},{x:350.4375076293944,y:158.9548924851321},{x:370.4527612529582,y:172.96972395153068},{x:387.73028825550034,y:190.24725095407274},{x:401.7451197218989,y:210.26250457763658},{x:412.07142208989444,y:232.4073314690773},{x:418.39543588739645,y:256.00887226912124},{x:420.52500915527327,y:280.35000610351545}],name:"circle"},{points:[{x:420.52500915527327,y:280.3500061035155},{x:418.3954358873965,y:256.00887226912135},{x:412.07142208989444,y:232.4073314690773},{x:401.74511972189896,y:210.26250457763666},{x:387.73028825550034,y:190.2472509540728},{x:370.4527612529582,y:172.96972395153068},{x:350.4375076293944,y:158.9548924851321},{x:328.2926807379538,y:148.62859011713658},{x:304.69113993790967,y:142.30457631963455},{x:280.3500061035155,y:140.17500305175776},{x:256.0088722691214,y:142.30457631963455},{x:232.4073314690773,y:148.62859011713655},{x:210.26250457763666,y:158.95489248513206},{x:190.2472509540728,y:172.96972395153068},{x:172.9697239515307,y:190.24725095407277},{x:158.95489248513206,y:210.26250457763666},{x:148.62859011713658,y:232.40733146907723},{x:142.30457631963455,y:256.0088722691214},{x:140.17500305175776,y:280.3500061035155},{x:142.30457631963455,y:304.69113993790967},{x:148.62859011713655,y:328.29268073795373},{x:158.9548924851321,y:350.4375076293944},{x:172.96972395153068,y:370.4527612529582},{x:190.24725095407277,y:387.73028825550034},{x:210.26250457763658,y:401.7451197218989},{x:232.40733146907718,y:412.07142208989444},{x:256.00887226912135,y:418.3954358873965},{x:280.3500061035155,y:420.52500915527327},{x:304.6911399379096,y:418.3954358873965},{x:328.2926807379537,y:412.0714220898945},{x:350.4375076293944,y:401.74511972189896},{x:370.4527612529582,y:387.73028825550034},{x:387.73028825550034,y:370.4527612529583},{x:401.7451197218989,y:350.4375076293944},{x:412.07142208989444,y:328.29268073795373},{x:418.39543588739645,y:304.6911399379098},{x:420.52500915527327,y:280.35000610351557}],name:"circle"},{points:[{x:140.17500305175776,y:280.3500061035155},{x:142.30457631963455,y:256.00887226912135},{x:148.62859011713655,y:232.4073314690773},{x:158.95489248513206,y:210.26250457763666},{x:172.96972395153068,y:190.2472509540728},{x:190.2472509540728,y:172.96972395153068},{x:210.2625045776366,y:158.9548924851321},{x:232.40733146907726,y:148.62859011713658},{x:256.00887226912135,y:142.30457631963455},{x:280.3500061035155,y:140.17500305175776},{x:304.6911399379096,y:142.30457631963455},{x:328.29268073795373,y:148.62859011713655},{x:350.43750762939436,y:158.95489248513206},{x:370.4527612529582,y:172.96972395153068},{x:387.73028825550034,y:190.24725095407277},{x:401.74511972189896,y:210.26250457763666},{x:412.07142208989444,y:232.40733146907723},{x:418.3954358873965,y:256.0088722691214},{x:420.52500915527327,y:280.3500061035155},{x:418.3954358873965,y:304.69113993790967},{x:412.07142208989444,y:328.29268073795373},{x:401.74511972189896,y:350.4375076293944},{x:387.73028825550034,y:370.4527612529582},{x:370.4527612529582,y:387.73028825550034},{x:350.4375076293944,y:401.7451197218989},{x:328.29268073795384,y:412.07142208989444
},{x:304.69113993790967,y:418.3954358873965},{x:280.3500061035155,y:420.52500915527327},{x:256.0088722691214,y:418.3954358873965},{x:232.40733146907735,y:412.0714220898945},{x:210.2625045776366,y:401.74511972189896},{x:190.2472509540728,y:387.73028825550034},{x:172.9697239515307,y:370.4527612529583},{x:158.95489248513212,y:350.4375076293944},{x:148.62859011713655,y:328.29268073795373},{x:142.30457631963458,y:304.6911399379098},{x:140.17500305175776,y:280.35000610351557}],name:"circle"},{points:[{x:140.17500305175776,y:280.3500061035155},{x:142.30457631963455,y:304.69113993790967},{x:148.62859011713655,y:328.29268073795373},{x:158.95489248513206,y:350.43750762939436},{x:172.96972395153068,y:370.4527612529582},{x:190.2472509540728,y:387.73028825550034},{x:210.2625045776366,y:401.74511972189896},{x:232.40733146907726,y:412.07142208989444},{x:256.00887226912135,y:418.3954358873965},{x:280.3500061035155,y:420.52500915527327},{x:304.6911399379096,y:418.3954358873965},{x:328.29268073795373,y:412.07142208989444},{x:350.43750762939436,y:401.74511972189896},{x:370.4527612529582,y:387.73028825550034},{x:387.73028825550034,y:370.4527612529582},{x:401.74511972189896,y:350.43750762939436},{x:412.07142208989444,y:328.2926807379538},{x:418.3954358873965,y:304.6911399379096},{x:420.52500915527327,y:280.3500061035155},{x:418.3954358873965,y:256.00887226912135},{x:412.07142208989444,y:232.4073314690773},{x:401.74511972189896,y:210.2625045776366},{x:387.73028825550034,y:190.2472509540728},{x:370.4527612529582,y:172.9697239515307},{x:350.4375076293944,y:158.95489248513212},{x:328.29268073795384,y:148.62859011713658},{x:304.69113993790967,y:142.30457631963455},{x:280.3500061035155,y:140.17500305175776},{x:256.0088722691214,y:142.30457631963455},{x:232.40733146907735,y:148.62859011713653},{x:210.2625045776366,y:158.9548924851321},{x:190.2472509540728,y:172.96972395153068},{x:172.9697239515307,y:190.24725095407274},{x:158.95489248513212,y:210.26250457763658},{x:148.62859011713655,y:232.4073314690773},{x:142.30457631963458,y:256.00887226912124},{x:140.17500305175776,y:280.35000610351545}],name:"circle"},{points:[{x:280.3500061035155,y:420.52500915527327},{x:304.6911399379096,y:418.3954358873965},{x:328.29268073795373,y:412.07142208989444},{x:350.43750762939436,y:401.74511972189896},{x:370.4527612529582,y:387.73028825550034},{x:387.73028825550034,y:370.4527612529582},{x:401.74511972189896,y:350.43750762939436},{x:412.07142208989444,y:328.2926807379538},{x:418.3954358873965,y:304.6911399379096},{x:420.52500915527327,y:280.3500061035155},{x:418.3954358873965,y:256.00887226912135},{x:412.07142208989444,y:232.4073314690773},{x:401.74511972189896,y:210.2625045776366},{x:387.73028825550034,y:190.2472509540728},{x:370.4527612529582,y:172.9697239515307},{x:350.4375076293944,y:158.95489248513212},{x:328.29268073795384,y:148.62859011713658},{x:304.69113993790967,y:142.30457631963455},{x:280.3500061035155,y:140.17500305175776},{x:256.0088722691214,y:142.30457631963455},{x:232.40733146907735,y:148.62859011713653},{x:210.2625045776366,y:158.9548924851321},{x:190.2472509540728,y:172.96972395153068},{x:172.9697239515307,y:190.24725095407274},{x:158.95489248513212,y:210.26250457763658},{x:148.62859011713655,y:232.4073314690773},{x:142.30457631963458,y:256.00887226912124},{x:140.17500305175776,y:280.35000610351545},{x:142.30457631963455,y:304.6911399379096},{x:148.62859011713658,y:328.2926807379538},{x:158.954892485132,y:350.4375076293943},{x:172.96972395153068,y:370.4527612529582},{x:190.24725095407274,y:387.7302882555003},{x:210.26250457763666,y:401.74511972189896},{x:232.40733146907718,y:412.07142208989444},{x:256.00887226912135,y:418.3954358873965},{x:280.35000610351545,y:420.52500915527327}],name:"circle"},{points:[{x:280.3500061035155,y:140.17500305175776},{x:304.6911399379096,y:142.30457631963455},{x:328.29268073795373,y:148.62859011713655},{x:350.43750762939436,y:158.95489248513206},{x:370.4527612529582,y:172.96972395153068},{x:387.73028825550034,y:190.24725095407277},{x:401.74511972189896,y:210.26250457763666},{x:412.07142208989444,y:232.40733146907723},{x:418.3954358873965,y:256.0088722691214},{x:420.52500915527327,y:280.3500061035155},{x:418.3954358873965,y:304.69113993790967},{x:412.07142208989444,y:328.29268073795373},{x:401.74511972189896,y:350.4375076293944},{x:387.73028825550034,y:370.4527612529582},{x:370.4527612529582,y:387.73028825550034},{x:350.4375076293944,y:401.7451197218989},{x:328.29268073795384,y:412.07142208989444},{x:304.69113993790967,y:418.3954358873965},{x:280.3500061035155,y:420.52500915527327},{x:256.0088722691214,y:418.3954358873965},{x:232.40733146907735,y:412.0714220898945},{x:210.2625045776366,y:401.74511972189896},{x:190.2472509540728,y:387.73028825550034},{x:172.9697239515307,y:370.4527612529583},{x:158.95489248513212,y:350.4375076293944},{x:148.62859011713655,y:328.29268073795373},{x:142.30457631963458,y:304.6911399379098},{x:140.17500305175776,y:280.35000610351557},{x:142.30457631963455,y:256.0088722691214},{x:148.62859011713658,y:232.40733146907723},{x:158.954892485132,y:210.26250457763672},{x:172.96972395153068,y:190.2472509540728},{x:190.24725095407274,y:172.96972395153074},{x:210.26250457763666,y:158.95489248513206},{x:232.40733146907718,y:148.6285901171366},{x:256.00887226912135,y:142.30457631963455},{x:280.35000610351545,y:140.17500305175776}],name:"circle"},{points:[{x:280.3500061035155,y:140.17500305175776},{x:256.0088722691214,y:142.30457631963455},{x:232.4073314690773,y:148.62859011713655},{x:210.26250457763666,y:158.95489248513206},{x:190.2472509540728,y:172.96972395153068},{x:172.9697239515307,y:190.24725095407277},{x:158.95489248513206,y:210.26250457763666},{x:148.62859011713658,y:232.40733146907723},{x:142.30457631963455,y:256.0088722691214},{x:140.17500305175776,y:280.3500061035155},{x:142.30457631963455,y:304.69113993790967},{x:148.62859011713655,y:328.29268073795373},{x:158.9548924851321,y:350.4375076293944},{x:172.96972395153068,y:370.4527612529582},{x:190.24725095407277,y:387.73028825550034},{x:210.26250457763658,y:401.7451197218989},{x:232.40733146907718,y:412.07142208989444},{x:256.00887226912135,y:418.3954358873965},{x:280.3500061035155,y:420.52500915527327},{x:304.6911399379096,y:418.3954358873965},{x:328.2926807379537,y:412.0714220898945},{x:350.4375076293944,y:401.74511972189896},{x:370.4527612529582,y:387.73028825550034},{x:387.73028825550034,y:370.4527612529583},{x:401.7451197218989,y:350.4375076293944},{x:412.07142208989444,y:328.29268073795373},{x:418.39543588739645,y:304.6911399379098},{x:420.52500915527327,y:280.35000610351557},{x:418.3954358873965,y:256.0088722691214},{x:412.07142208989444,y:232.40733146907723},{x:401.745119721899,y:210.26250457763672},{x:387.73028825550034,y:190.2472509540728},{x:370.4527612529583,y:172.96972395153074},{x:350.43750762939436,y:158.95489248513206},{x:328.29268073795384,y:148.6285901171366},{x:304.69113993790967,y:142.30457631963455},{x:280.35000610351557,y:140.17500305175776}],name:"circle"},{points:[{x:280.3500061035155,y:420.52500915527327},{x:256.0088722691214,y:418.3954358873965},{x:232.4073314690773,y:412.07142208989444},{x:210.26250457763666,y:401.74511972189896},{x:190.2472509540728,y:387.73028825550034},{x:172.9697239515307,y:370.4527612529582},{x:158.95489248513206,y:350.43750762939436},{x:148.62859011713658,y:328.2926807379538},{x:142.30457631963455,y:304.6911399379096},{x:140.17500305175776,y:280.3500061035155},{x:142.30457631963455,y:256.00887226912135},{x:148.62859011713655,y:232.4073314690773},{x:158.9548924851321,y:210.2625045776366},{x:172.96972395153068,y:190.2472509540728},{x:190.24725095407277,y:172.9697239515307},{x:210.26250457763658,y:158.95489248513212},{x:232.40733146907718,y:148.62859011713658},{x:256.00887226912135,y:142.30457631963455},{x:280.3500061035155,y:140.17500305175776},{x:304.6911399379096,y:142.30457631963455},{x:328.2926807379537,y:148.62859011713653},{x:350.4375076293944,y:158.9548924851321},{x:370.4527612529582,y:172.96972395153068},{x:387.73028825550034,y:190.24725095407274},{x:401.7451197218989,y:210.26250457763658},{x:412.07142208989444,y:232.4073314690773},{x:418.39543588739645,y:256.00887226912124},{x:420.52500915527327,y:280.35000610351545},{x:418.3954358873965,y:304.6911399379096},{x:412.07142208989444,y:328.2926807379538},{x:401.745119721899,y:350.4375076293943},{x:387.73028825550034,y:370.4527612529582},{x:370.4527612529583,y:387.7302882555003},{x:350.43750762939436,y:401.74511972189896},{x:328.29268073795384,y:412.07142208989444},{x:304.69113993790967,y:418.3954358873965},{x:280.35000610351557,y:420.52500915527327}],name:"circle"}];this.threshold=.85,this.nbSamplePoints=128,this.squareSize=250,this.patterns=t.map(function(y){var t=new i(x.squareSize,x.nbSamplePoints,y.points,y.name);return t})}return n(y,[{key:"spot",value:function(y){var x=this,t=.5*Math.hypot(this.squareSize,this.squareSize),e=new i(this.squareSize,this.nbSamplePoints,y),n=this.patterns.reduce(function(y,n){var i=e.distanceAtBestAngle(n),o=1-i/t;return i<y.bestDistance&&o>x.threshold&&(y.bestDistance=i,y.pattern=n.name),y},{pattern:null,bestDistance:+(1/0)});return n.pattern}}]),y}();x.default=o},function(y,x,t){"use strict";function e(y){return y&&y.__esModule?y:{default:y}}function n(y,x){if(!(y instanceof x))throw new TypeError("Cannot call a class as a function")}function i(y){var x=new f(y);return new Promise(x.resolver)}function o(y){return new f(y)}Object.defineProperty(x,"__esModule",{value:!0});var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(y){return typeof y}:function(y){return y&&"function"==typeof Symbol&&y.constructor===Symbol&&y!==Symbol.prototype?"symbol":typeof y},s=function(){function y(y,x){for(var t=0;t<x.length;t++){var e=x[t];e.enumerable=e.enumerable||!1,e.configurable=!0,"value"in e&&(e.writable=!0),Object.defineProperty(y,e.key,e)}}return function(x,t,e){return t&&y(x.prototype,t),e&&y(x,e),x}}();x.start=i,x.create=o;var a=t(2),u=e(a),c=t(1),h=e(c),l=t(0),p=e(l),f=function(){function y(x){n(this,y),this.options={timeout:30,items:5,container:"",font:"sans-serif",bgColor:"#000",drawColor:"#FFFF00",acceptColor:"#00FF00",textColor:"#000",textBgColor:"#CCC",helperText:"",drawLineWidth:4,successLineWidth:8},x&&this.setOptions(x),this.shapeDetector=new u.default,this.resolver=h.default.bind(this);var t=!0,e=!1,i=void 0;try{for(var o,r=Object.keys(p.default)[Symbol.iterator]();!(t=(o=r.next()).done);t=!0){var s=o.value;this[s]=p.default[s].bind(this)}}catch(y){e=!0,i=y}finally{try{!t&&r.return&&r.return()}finally{if(e)throw i}}}return s(y,[{key:"setOptions",value:function(y,x){var t=this,e=function(y,x){y=y.toString(),t.options.hasOwnProperty(y)&&r(t.options[y])===("undefined"==typeof x?"undefined":r(x))&&(t.options[y]=x)};"[object Object]"===Object.prototype.toString.call(y)?Object.keys(y).forEach(function(x){e(x,y[x])}):e(y,x)}},{key:"start",value:function(){return new Promise(this.resolver)}}]),y}()}])});
!function(y,x){"object"==typeof exports&&"object"==typeof module?module.exports=x():"function"==typeof define&&define.amd?define([],x):"object"==typeof exports?exports.ShapeCaptcha=x():y.ShapeCaptcha=x()}(this,function(){return function(y){function x(e){if(t[e])return t[e].exports;var n=t[e]={i:e,l:!1,exports:{}};return y[e].call(n.exports,n,n.exports,x),n.l=!0,n.exports}var t={};return x.m=y,x.c=t,x.i=function(y){return y},x.d=function(y,t,e){x.o(y,t)||Object.defineProperty(y,t,{configurable:!1,enumerable:!0,get:e})},x.n=function(y){var t=y&&y.__esModule?function(){return y.default}:function(){return y};return x.d(t,"a",t),t},x.o=function(y,x){return Object.prototype.hasOwnProperty.call(y,x)},x.p="",x(x.s=3)}([function(y,x,t){"use strict";Object.defineProperty(x,"__esModule",{value:!0}),x.default={getContainer:function(y){if(!y)return document.body;var x=document.querySelector(y);return x?x:document.body},getSizes:function(y,x,t){var e=this.options.font,n=void 0,i=void 0;if(y===document.body)n=window.innerWidth-4,i=window.innerHeight-4;else{var o=y.getBoundingClientRect();n=o.width,i=o.height}var r=.05,s=Math.round(i*r);for(x.font=s+"px "+e;x.measureText(t).width>n;)r*=.95,s=Math.round(i*r),x.font=s+"px "+e;var a=this.options.helperText,u=.03,c=Math.round(i*u);if(a)for(x.font=c+"px "+e;x.measureText(a).width>n;)u*=.95,c=Math.round(i*u),x.font=c+"px "+e;var h=a?Math.round(.07*i):Math.round(.1*i);return{width:n,height:i,explanation:{height:Math.round(.2*i),font1:s,font2:c,text1Y:h,text2Y:Math.round(.15*i)}}},checkResults:function(y,x){var t=y.reduce(function(y,x){return y[x.shape]-=1,y},Object.assign({},x));return Object.keys(t).every(function(y){return 0===t[y]})},drawTaskText:function(y,x){var t=this.options.font,e=this.sizes.explanation;this.options.textBgColor&&(y.fillStyle=this.options.textBgColor,y.fillRect(0,0,y.canvas.width,e.height)),y.textAlign="center",y.fillStyle=this.options.textColor,y.font=e.font1+"px "+t,y.fillText(x,y.canvas.width/2,e.text1Y),this.options.helperText&&(y.font=e.font2+"px "+t,y.fillText(this.options.helperText,y.canvas.width/2,e.text2Y))},getRandItemSet:function(y){var x=["circle","triangle","square"],t=this.shuffle(x).reduce(function(x,t,e){var n=Object.keys(x).reduce(function(y,t){return y+=x[t]},0),i=y-n;return 2===e?x[t]=i:x[t]=Math.ceil(Math.random()*i),x},{});return t},getText:function(y){var x=Object.keys(y).reduce(function(x,t){return y[t]&&(x+=1===y[t]?" a "+t+",":" "+y[t]+" "+t+"s,"),x},"Please draw");return x.replace(/,$/,".").replace(/,(?=[^,]*$)/," and")},shuffle:function(y){for(var x=y.length,t=void 0;x;)t=Math.floor(Math.random()*x--),y[x]=[y[t],y[t]=y[x]][0];return y},drawDots:function(y,x,t){y.strokeStyle=t,y.beginPath(),x.forEach(function(x,t){t?y.lineTo(x.x,x.y):y.moveTo(x.x,x.y)}),y.stroke()},getPathData:function(y){var x=void 0;try{x=this.shapeDetector.spot(y)}catch(y){x=null}return{shape:x,dots:y}},getPointerPos:function(y){var x=y.target.getBoundingClientRect();return{x:y.pageX-x.left-window.scrollX,y:y.pageY-x.top-window.scrollY}}}},function(y,x,t){"use strict";function e(y,x){function t(y){y.target.addEventListener("mouseup",n),y.target.addEventListener("mousemove",r)}function e(y){y.target.removeEventListener("mouseup",n),y.target.removeEventListener("mousemove",r)}function n(y){e(y);var x=a.getPathData(f);null!==x.shape?i(x):o(h),f=[]}function i(x){var t=u.filter(function(y){return y.shape===x.shape}).length;d[x.shape]&&d[x.shape]>t&&u.push(x);var e=a.checkResults(u,d);o(h,e),e&&(s.removeChild(c),c=null,clearTimeout(p),y())}function o(y,x){y.clearRect(0,0,c.width,c.height),a.drawTaskText(y,m),a.options.bgColor&&(y.fillStyle=a.options.bgColor,y.fillRect(0,a.sizes.explanation.height,c.width,c.height)),y.lineWidth=x?a.options.successLineWidth:a.options.drawLineWidth,u.length&&u.forEach(function(x){a.drawDots(y,x.dots,a.options.acceptColor)})}function r(y){var x=a.getPointerPos(y);f.push(x),a.drawDots(h,f,a.options.drawColor)}var s=this.getContainer(this.options.container),a=this,u=[],c=document.createElement("canvas"),h=c.getContext("2d"),l=this.options.timeout?1e3*this.options.timeout:36e5,p=setTimeout(function(){s.removeChild(c),c=null,x("time out!")},l),f=[],d=this.getRandItemSet(this.options.items),m=this.getText(d);this.sizes=this.getSizes(s,h,m),c.width=this.sizes.width,c.height=this.sizes.height,this.options.container||(c.style.marginTop=window.scrollY+"px",c.style.marginLeft=window.scrollX+"px"),s.appendChild(c),o(h),c.addEventListener("mousedown",t)}Object.defineProperty(x,"__esModule",{value:!0}),x.default=e},function(y,x,t){"use strict";function e(y,x){if(!(y instanceof x))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(x,"__esModule",{value:!0});var n=function(){function y(y,x){for(var t=0;t<x.length;t++){var e=x[t];e.enumerable=e.enumerable||!1,e.configurable=!0,"value"in e&&(e.writable=!0),Object.defineProperty(y,e.key,e)}}return function(x,t,e){return t&&y(x.prototype,t),e&&y(x,e),x}}(),i=function(){function y(x,t,n,i){e(this,y),this.squareSize=x,this.nbSamplePoints=t,this.points=n,this.name=i,this.processStroke()}return n(y,[{key:"getDistance",value:function(y,x){var t=x.x-y.x,e=x.y-y.y;return Math.hypot(t,e)}},{key:"processStroke",value:function(){return this.points=this.resample(),this.setCentroid(),this.points=this.rotateBy(-this.indicativeAngle()),this.points=this.scaleToSquare(),this.setCentroid(),this.points=this.translateToOrigin(),this}},{key:"resample",value:function(){for(var y=this.strokeLength()/(this.nbSamplePoints-1),x=[this.points[0]],t=0,e=1;e<this.points.length;e++){var n=this.getDistance(this.points[e-1],this.points[e]);if(t+n>=y){var i={x:this.points[e-1].x+(y-t)/n*(this.points[e].x-this.points[e-1].x),y:this.points[e-1].y+(y-t)/n*(this.points[e].y-this.points[e-1].y)};x.push(i),this.points.splice(e,0,i),t=0}else t+=n}return x.length===this.nbSamplePoints-1&&x.push(this.points[this.points.length-1]),x}},{key:"rotateBy",value:function(y){var x=this,t=Math.cos(y),e=Math.sin(y);return this.points.map(function(y){return{x:(y.x-x.c.x)*t-(y.y-x.c.y)*e+x.c.x,y:(y.x-x.c.x)*e+(y.y-x.c.y)*t+x.c.y}})}},{key:"scaleToSquare",value:function(){var y=this,x={minX:+(1/0),maxX:-(1/0),minY:+(1/0),maxY:-(1/0)},t=!0,e=!1,n=void 0;try{for(var i,o=this.points[Symbol.iterator]();!(t=(i=o.next()).done);t=!0){var r=i.value;x.minX=Math.min(x.minX,r.x),x.minY=Math.min(x.minY,r.y),x.maxX=Math.max(x.maxX,r.x),x.maxY=Math.max(x.maxY,r.y)}}catch(y){e=!0,n=y}finally{try{!t&&o.return&&o.return()}finally{if(e)throw n}}return x.width=x.maxX-x.minX,x.height=x.maxY-x.minY,this.points.map(function(t){return{x:t.x*(y.squareSize/x.width),y:t.y*(y.squareSize/x.height)}})}},{key:"translateToOrigin",value:function(){var y=this,x={x:0,y:0};return this.points.map(function(t){return{x:t.x+x.x-y.c.x,y:t.y+x.y-y.c.y}})}},{key:"setCentroid",value:function(){this.c=this.points.reduce(function(y,x){return y.x+=x.x,y.y+=x.y,y},{x:0,y:0}),this.c.x/=this.points.length,this.c.y/=this.points.length}},{key:"indicativeAngle",value:function(){return Math.atan2(this.c.y-this.points[0].y,this.c.x-this.points[0].x)}},{key:"strokeLength",value:function(){var y=this;return this.points.reduce(function(x,t,e,n){return e>0&&(x+=y.getDistance(n[e-1],t)),x},0)}},{key:"distanceAtBestAngle",value:function(y){for(var x=.5*(-1+Math.sqrt(5)),t=function(y){return y*Math.PI/180},e=t(45),n=t(2),i=-e,o=e,r=x*i+(1-x)*o,s=this.distanceAtAngle(y,r),a=(1-x)*i+x*o,u=this.distanceAtAngle(y,a);Math.abs(o-i)>n;)s<u?(o=a,a=r,u=s,r=x*i+(1-x)*o,s=this.distanceAtAngle(y,r)):(i=r,r=a,s=u,a=(1-x)*i+x*o,u=this.distanceAtAngle(y,a));return Math.min(s,u)}},{key:"distanceAtAngle",value:function(y,x){var t=this,e=this.rotateBy(x),n=e.reduce(function(x,e,n){return x+=t.getDistance(e,y.points[n])},0);return n/e.length}}]),y}(),o=function(){function y(){var x=this;e(this,y);var t=[{points:[{x:140.17500305175776,y:420.52500915527327},{x:157.69687843322748,y:385.4812583923338},{x:175.2187538146972,y:350.4375076293944},{x:192.7406291961669,y:315.39375686645496},{x:210.26250457763663,y:280.3500061035155},{x:227.78437995910636,y:245.30625534057606},{x:245.30625534057606,y:210.26250457763663},{x:262.8281307220458,y:175.2187538146972},{x:280.3500061035155,y:140.17500305175776},{x:280.3500061035155,y:140.17500305175776},{x:297.87188148498524,y:175.2187538146972},{x:315.39375686645496,y:210.26250457763663},{x:332.9156322479247,y:245.30625534057606},{x:350.4375076293944,y:280.3500061035155},{x:367.95938301086414,y:315.39375686645496},{x:385.4812583923338,y:350.4375076293944},{x:403.00313377380354,y:385.4812583923338},{x:420.52500915527327,y:420.52500915527327},{x:420.52500915527327,y:420.52500915527327},{x:385.4812583923338,y:420.52500915527327},{x:350.4375076293944,y:420.52500915527327},{x:315.39375686645496,y:420.52500915527327},{x:280.3500061035155,y:420.52500915527327},{x:245.30625534057606,y:420.52500915527327},{x:210.26250457763663,y:420.52500915527327},{x:175.2187538146972,y:420.52500915527327},{x:140.17500305175776,y:420.52500915527327}],name:"triangle"},{points:[{x:280.3500061035155,y:140.17500305175776},{x:297.87188148498524,y:175.2187538146972},{x:315.39375686645496,y:210.26250457763663},{x:332.9156322479247,y:245.30625534057606},{x:350.4375076293944,y:280.3500061035155},{x:367.95938301086414,y:315.39375686645496},{x:385.4812583923338,y:350.4375076293944},{x:403.00313377380354,y:385.4812583923338},{x:420.52500915527327,y:420.52500915527327},{x:420.52500915527327,y:420.52500915527327},{x:385.4812583923338,y:420.52500915527327},{x:350.4375076293944,y:420.52500915527327},{x:315.39375686645496,y:420.52500915527327},{x:280.3500061035155,y:420.52500915527327},{x:245.30625534057606,y:420.52500915527327},{x:210.26250457763663,y:420.52500915527327},{x:175.2187538146972,y:420.52500915527327},{x:140.17500305175776,y:420.52500915527327},{x:140.17500305175776,y:420.52500915527327},{x:157.69687843322748,y:385.4812583923338},{x:175.2187538146972,y:350.4375076293944},{x:192.7406291961669,y:315.39375686645496},{x:210.26250457763663,y:280.3500061035155},{x:227.78437995910636,y:245.30625534057606},{x:245.30625534057606,y:210.26250457763663},{x:262.8281307220458,y:175.2187538146972},{x:280.3500061035155,y:140.17500305175776}],name:"triangle"},{points:[{x:420.52500915527327,y:420.52500915527327},{x:385.4812583923338,y:420.52500915527327},{x:350.4375076293944,y:420.52500915527327},{x:315.39375686645496,y:420.52500915527327},{x:280.3500061035155,y:420.52500915527327},{x:245.30625534057606,y:420.52500915527327},{x:210.26250457763663,y:420.52500915527327},{x:175.2187538146972,y:420.52500915527327},{x:140.17500305175776,y:420.52500915527327},{x:140.17500305175776,y:420.52500915527327},{x:157.69687843322748,y:385.4812583923338},{x:175.2187538146972,y:350.4375076293944},{x:192.7406291961669,y:315.39375686645496},{x:210.26250457763663,y:280.3500061035155},{x:227.78437995910636,y:245.30625534057606},{x:245.30625534057606,y:210.26250457763663},{x:262.8281307220458,y:175.2187538146972},{x:280.3500061035155,y:140.17500305175776},{x:280.3500061035155,y:140.17500305175776},{x:297.87188148498524,y:175.2187538146972},{x:315.39375686645496,y:210.26250457763663},{x:332.9156322479247,y:245.30625534057606},{x:350.4375076293944,y:280.3500061035155},{x:367.95938301086414,y:315.39375686645496},{x:385.4812583923338,y:350.4375076293944},{x:403.00313377380354,y:385.4812583923338},{x:420.52500915527327,y:420.52500915527327}],name:"triangle"},{points:[{x:140.17500305175776,y:420.52500915527327},{x:175.2187538146972,y:420.52500915527327},{x:210.26250457763663,y:420.52500915527327},{x:245.30625534057606,y:420.52500915527327},{x:280.3500061035155,y:420.52500915527327},{x:315.39375686645496,y:420.52500915527327},{x:350.4375076293944,y:420.52500915527327},{x:385.4812583923338,y:420.52500915527327},{x:420.52500915527327,y:420.52500915527327},{x:420.52500915527327,y:420.52500915527327},{x:403.00313377380354,y:385.4812583923338},{x:385.4812583923338,y:350.4375076293944},{x:367.9593830108641,y:315.39375686645496},{x:350.4375076293944,y:280.3500061035155},{x:332.9156322479247,y:245.30625534057606},{x:315.39375686645496,y:210.26250457763663},{x:297.87188148498524,y:175.2187538146972},{x:280.3500061035155,y:140.17500305175776},{x:280.3500061035155,y:140.17500305175776},{x:262.8281307220458,y:175.2187538146972},{x:245.30625534057606,y:210.26250457763663},{x:227.78437995910636,y:245.30625534057606},{x:210.26250457763663,y:280.3500061035155},{x:192.7406291961669,y:315.39375686645496},{x:175.2187538146972,y:350.4375076293944},{x:157.69687843322748,y:385.4812583923338},{x:140.17500305175776,y:420.52500915527327}],name:"triangle"},{points:[{x:420.52500915527327,y:420.52500915527327},{x:403.00313377380354,y:385.4812583923338},{x:385.4812583923338,y:350.4375076293944},{x:367.9593830108641,y:315.39375686645496},{x:350.4375076293944,y:280.3500061035155},{x:332.9156322479247,y:245.30625534057606},{x:315.39375686645496,y:210.26250457763663},{x:297.87188148498524,y:175.2187538146972},{x:280.3500061035155,y:140.17500305175776},{x:280.3500061035155,y:140.17500305175776},{x:262.8281307220458,y:175.2187538146972},{x:245.30625534057606,y:210.26250457763663},{x:227.78437995910636,y:245.30625534057606},{x:210.26250457763663,y:280.3500061035155},{x:192.7406291961669,y:315.39375686645496},{x:175.2187538146972,y:350.4375076293944},{x:157.69687843322748,y:385.4812583923338},{x:140.17500305175776,y:420.52500915527327},{x:140.17500305175776,y:420.52500915527327},{x:175.2187538146972,y:420.52500915527327},{x:210.26250457763663,y:420.52500915527327},{x:245.30625534057606,y:420.52500915527327},{x:280.3500061035155,y:420.52500915527327},{x:315.39375686645496,y:420.52500915527327},{x:350.4375076293944,y:420.52500915527327},{x:385.4812583923338,y:420.52500915527327},{x:420.52500915527327,y:420.52500915527327}],name:"triangle"},{points:[{x:280.3500061035155,y:140.17500305175776},{x:262.8281307220458,y:175.2187538146972},{x:245.30625534057606,y:210.26250457763663},{x:227.78437995910636,y:245.30625534057606},{x:210.26250457763663,y:280.3500061035155},{x:192.7406291961669,y:315.39375686645496},{x:175.2187538146972,y:350.4375076293944},{x:157.69687843322748,y:385.4812583923338},{x:140.17500305175776,y:420.52500915527327},{x:140.17500305175776,y:420.52500915527327},{x:175.2187538146972,y:420.52500915527327},{x:210.26250457763663,y:420.52500915527327},{x:245.30625534057606,y:420.52500915527327},{x:280.3500061035155,y:420.52500915527327},{x:315.39375686645496,y:420.52500915527327},{x:350.4375076293944,y:420.52500915527327},{x:385.4812583923338,y:420.52500915527327},{x:420.52500915527327,y:420.52500915527327},{x:420.52500915527327,y:420.52500915527327},{x:403.00313377380354,y:385.4812583923338},{x:385.4812583923338,y:350.4375076293944},{x:367.9593830108641,y:315.39375686645496},{x:350.4375076293944,y:280.3500061035155},{x:332.9156322479247,y:245.30625534057606},{x:315.39375686645496,y:210.26250457763663},{x:297.87188148498524,y:175.2187538146972},{x:280.3500061035155,y:140.17500305175776}],name:"triangle"},{points:[{x:140.17500305175776,y:140.17500305175776},{x:175.2187538146972,y:140.17500305175776},{x:210.26250457763663,y:140.17500305175776},{x:245.30625534057606,y:140.17500305175776},{x:280.3500061035155,y:140.17500305175776},{x:315.39375686645496,y:140.17500305175776},{x:350.4375076293944,y:140.17500305175776},{x:385.4812583923338,y:140.17500305175776},{x:420.52500915527327,y:140.17500305175776},{x:420.52500915527327,y:140.17500305175776},{x:420.52500915527327,y:175.2187538146972},{x:420.52500915527327,y:210.26250457763663},{x:420.52500915527327,y:245.30625534057606},{x:420.52500915527327,y:280.3500061035155},{x:420.52500915527327,y:315.39375686645496},{x:420.52500915527327,y:350.4375076293944},{x:420.52500915527327,y:385.4812583923338},{x:420.52500915527327,y:420.52500915527327},{x:420.52500915527327,y:420.52500915527327},{x:385.4812583923338,y:420.52500915527327},{x:350.4375076293944,y:420.52500915527327},{x:315.39375686645496,y:420.52500915527327},{x:280.3500061035155,y:420.52500915527327},{x:245.30625534057606,y:420.52500915527327},{x:210.26250457763663,y:420.52500915527327},{x:175.2187538146972,y:420.52500915527327},{x:140.17500305175776,y:420.52500915527327},{x:140.17500305175776,y:420.52500915527327},{x:140.17500305175776,y:385.4812583923338},{x:140.17500305175776,y:350.4375076293944},{x:140.17500305175776,y:315.39375686645496},{x:140.17500305175776,y:280.3500061035155},{x:140.17500305175776,y:245.30625534057606},{x:140.17500305175776,y:210.26250457763663},{x:140.17500305175776,y:175.2187538146972},{x:140.17500305175776,y:140.17500305175776}],name:"square"},{points:[{x:420.52500915527327,y:140.17500305175776},{x:420.52500915527327,y:175.2187538146972},{x:420.52500915527327,y:210.26250457763663},{x:420.52500915527327,y:245.30625534057606},{x:420.52500915527327,y:280.3500061035155},{x:420.52500915527327,y:315.39375686645496},{x:420.52500915527327,y:350.4375076293944},{x:420.52500915527327,y:385.4812583923338},{x:420.52500915527327,y:420.52500915527327},{x:420.52500915527327,y:420.52500915527327},{x:385.4812583923338,y:420.52500915527327},{x:350.4375076293944,y:420.52500915527327},{x:315.39375686645496,y:420.52500915527327},{x:280.3500061035155,y:420.52500915527327},{x:245.30625534057606,y:420.52500915527327},{x:210.26250457763663,y:420.52500915527327},{x:175.2187538146972,y:420.52500915527327},{x:140.17500305175776,y:420.52500915527327},{x:140.17500305175776,y:420.52500915527327},{x:140.17500305175776,y:385.4812583923338},{x:140.17500305175776,y:350.4375076293944},{x:140.17500305175776,y:315.39375686645496},{x:140.17500305175776,y:280.3500061035155},{x:140.17500305175776,y:245.30625534057606},{x:140.17500305175776,y:210.26250457763663},{x:140.17500305175776,y:175.2187538146972},{x:140.17500305175776,y:140.17500305175776},{x:140.17500305175776,y:140.17500305175776},{x:175.2187538146972,y:140.17500305175776},{x:210.26250457763663,y:140.17500305175776},{x:245.30625534057606,y:140.17500305175776},{x:280.3500061035155,y:140.17500305175776},{x:315.39375686645496,y:140.17500305175776},{x:350.4375076293944,y:140.17500305175776},{x:385.4812583923338,y:140.17500305175776},{x:420.52500915527327,y:140.17500305175776}],name:"square"},{points:[{x:420.52500915527327,y:420.52500915527327},{x:385.4812583923338,y:420.52500915527327},{x:350.4375076293944,y:420.52500915527327},{x:315.39375686645496,y:420.52500915527327},{x:280.3500061035155,y:420.52500915527327},{x:245.30625534057606,y:420.52500915527327},{x:210.26250457763663,y:420.52500915527327},{x:175.2187538146972,y:420.52500915527327},{x:140.17500305175776,y:420.52500915527327},{x:140.17500305175776,y:420.52500915527327},{x:140.17500305175776,y:385.4812583923338},{x:140.17500305175776,y:350.4375076293944},{x:140.17500305175776,y:315.39375686645496},{x:140.17500305175776,y:280.3500061035155},{x:140.17500305175776,y:245.30625534057606},{x:140.17500305175776,y:210.26250457763663},{x:140.17500305175776,y:175.2187538146972},{x:140.17500305175776,y:140.17500305175776},{x:140.17500305175776,y:140.17500305175776},{x:175.2187538146972,y:140.17500305175776},{x:210.26250457763663,y:140.17500305175776},{x:245.30625534057606,y:140.17500305175776},{x:280.3500061035155,y:140.17500305175776},{x:315.39375686645496,y:140.17500305175776},{x:350.4375076293944,y:140.17500305175776},{x:385.4812583923338,y:140.17500305175776},{x:420.52500915527327,y:140.17500305175776},{x:420.52500915527327,y:140.17500305175776},{x:420.52500915527327,y:175.2187538146972},{x:420.52500915527327,y:210.26250457763663},{x:420.52500915527327,y:245.30625534057606},{x:420.52500915527327,y:280.3500061035155},{x:420.52500915527327,y:315.39375686645496},{x:420.52500915527327,y:350.4375076293944},{x:420.52500915527327,y:385.4812583923338},{x:420.52500915527327,y:420.52500915527327}],name:"square"},{points:[{x:140.17500305175776,y:420.52500915527327},{x:140.17500305175776,y:385.4812583923338},{x:140.17500305175776,y:350.4375076293944},{x:140.17500305175776,y:315.39375686645496},{x:140.17500305175776,y:280.3500061035155},{x:140.17500305175776,y:245.30625534057606},{x:140.17500305175776,y:210.26250457763663},{x:140.17500305175776,y:175.2187538146972},{x:140.17500305175776,y:140.17500305175776},{x:140.17500305175776,y:140.17500305175776},{x:175.2187538146972,y:140.17500305175776},{x:210.26250457763663,y:140.17500305175776},{x:245.30625534057606,y:140.17500305175776},{x:280.3500061035155,y:140.17500305175776},{x:315.39375686645496,y:140.17500305175776},{x:350.4375076293944,y:140.17500305175776},{x:385.4812583923338,y:140.17500305175776},{x:420.52500915527327,y:140.17500305175776},{x:420.52500915527327,y:140.17500305175776},{x:420.52500915527327,y:175.2187538146972},{x:420.52500915527327,y:210.26250457763663},{x:420.52500915527327,y:245.30625534057606},{x:420.52500915527327,y:280.3500061035155},{x:420.52500915527327,y:315.39375686645496},{x:420.52500915527327,y:350.4375076293944},{x:420.52500915527327,y:385.4812583923338},{x:420.52500915527327,y:420.52500915527327},{x:420.52500915527327,y:420.52500915527327},{x:385.4812583923338,y:420.52500915527327},{x:350.4375076293944,y:420.52500915527327},{x:315.39375686645496,y:420.52500915527327},{x:280.3500061035155,y:420.52500915527327},{x:245.30625534057606,y:420.52500915527327},{x:210.26250457763663,y:420.52500915527327},{x:175.2187538146972,y:420.52500915527327},{x:140.17500305175776,y:420.52500915527327}],name:"square"},{points:[{x:140.17500305175776,y:420.52500915527327},{x:175.2187538146972,y:420.52500915527327},{x:210.26250457763663,y:420.52500915527327},{x:245.30625534057606,y:420.52500915527327},{x:280.3500061035155,y:420.52500915527327},{x:315.39375686645496,y:420.52500915527327},{x:350.4375076293944,y:420.52500915527327},{x:385.4812583923338,y:420.52500915527327},{x:420.52500915527327,y:420.52500915527327},{x:420.52500915527327,y:420.52500915527327},{x:420.52500915527327,y:385.4812583923338},{x:420.52500915527327,y:350.4375076293944},{x:420.52500915527327,y:315.39375686645496},{x:420.52500915527327,y:280.3500061035155},{x:420.52500915527327,y:245.30625534057606},{x:420.52500915527327,y:210.26250457763663},{x:420.52500915527327,y:175.2187538146972},{x:420.52500915527327,y:140.17500305175776},{x:420.52500915527327,y:140.17500305175776},{x:385.4812583923338,y:140.17500305175776},{x:350.4375076293944,y:140.17500305175776},{x:315.39375686645496,y:140.17500305175776},{x:280.3500061035155,y:140.17500305175776},{x:245.30625534057606,y:140.17500305175776},{x:210.26250457763663,y:140.17500305175776},{x:175.2187538146972,y:140.17500305175776},{x:140.17500305175776,y:140.17500305175776},{x:140.17500305175776,y:140.17500305175776},{x:140.17500305175776,y:175.2187538146972},{x:140.17500305175776,y:210.26250457763663},{x:140.17500305175776,y:245.30625534057606},{x:140.17500305175776,y:280.3500061035155},{x:140.17500305175776,y:315.39375686645496},{x:140.17500305175776,y:350.4375076293944},{x:140.17500305175776,y:385.4812583923338},{x:140.17500305175776,y:420.52500915527327}],name:"square"},{points:[{x:420.52500915527327,y:420.52500915527327},{x:420.52500915527327,y:385.4812583923338},{x:420.52500915527327,y:350.4375076293944},{x:420.52500915527327,y:315.39375686645496},{x:420.52500915527327,y:280.3500061035155},{x:420.52500915527327,y:245.30625534057606},{x:420.52500915527327,y:210.26250457763663},{x:420.52500915527327,y:175.2187538146972},{x:420.52500915527327,y:140.17500305175776},{x:420.52500915527327,y:140.17500305175776},{x:385.4812583923338,y:140.17500305175776},{x:350.4375076293944,y:140.17500305175776},{x:315.39375686645496,y:140.17500305175776},{x:280.3500061035155,y:140.17500305175776},{x:245.30625534057606,y:140.17500305175776},{x:210.26250457763663,y:140.17500305175776},{x:175.2187538146972,y:140.17500305175776},{x:140.17500305175776,y:140.17500305175776},{x:140.17500305175776,y:140.17500305175776},{x:140.17500305175776,y:175.2187538146972},{x:140.17500305175776,y:210.26250457763663},{x:140.17500305175776,y:245.30625534057606},{x:140.17500305175776,y:280.3500061035155},{x:140.17500305175776,y:315.39375686645496},{x:140.17500305175776,y:350.4375076293944},{x:140.17500305175776,y:385.4812583923338},{x:140.17500305175776,y:420.52500915527327},{x:140.17500305175776,y:420.52500915527327},{x:175.2187538146972,y:420.52500915527327},{x:210.26250457763663,y:420.52500915527327},{x:245.30625534057606,y:420.52500915527327},{x:280.3500061035155,y:420.52500915527327},{x:315.39375686645496,y:420.52500915527327},{x:350.4375076293944,y:420.52500915527327},{x:385.4812583923338,y:420.52500915527327},{x:420.52500915527327,y:420.52500915527327}],name:"square"},{points:[{x:420.52500915527327,y:140.17500305175776},{x:385.4812583923338,y:140.17500305175776},{x:350.4375076293944,y:140.17500305175776},{x:315.39375686645496,y:140.17500305175776},{x:280.3500061035155,y:140.17500305175776},{x:245.30625534057606,y:140.17500305175776},{x:210.26250457763663,y:140.17500305175776},{x:175.2187538146972,y:140.17500305175776},{x:140.17500305175776,y:140.17500305175776},{x:140.17500305175776,y:140.17500305175776},{x:140.17500305175776,y:175.2187538146972},{x:140.17500305175776,y:210.26250457763663},{x:140.17500305175776,y:245.30625534057606},{x:140.17500305175776,y:280.3500061035155},{x:140.17500305175776,y:315.39375686645496},{x:140.17500305175776,y:350.4375076293944},{x:140.17500305175776,y:385.4812583923338},{x:140.17500305175776,y:420.52500915527327},{x:140.17500305175776,y:420.52500915527327},{x:175.2187538146972,y:420.52500915527327},{x:210.26250457763663,y:420.52500915527327},{x:245.30625534057606,y:420.52500915527327},{x:280.3500061035155,y:420.52500915527327},{x:315.39375686645496,y:420.52500915527327},{x:350.4375076293944,y:420.52500915527327},{x:385.4812583923338,y:420.52500915527327},{x:420.52500915527327,y:420.52500915527327},{x:420.52500915527327,y:420.52500915527327},{x:420.52500915527327,y:385.4812583923338},{x:420.52500915527327,y:350.4375076293944},{x:420.52500915527327,y:315.39375686645496},{x:420.52500915527327,y:280.3500061035155},{x:420.52500915527327,y:245.30625534057606},{x:420.52500915527327,y:210.26250457763663},{x:420.52500915527327,y:175.2187538146972},{x:420.52500915527327,y:140.17500305175776}],name:"square"},{points:[{x:140.17500305175776,y:140.17500305175776},{x:140.17500305175776,y:175.2187538146972},{x:140.17500305175776,y:210.26250457763663},{x:140.17500305175776,y:245.30625534057606},{x:140.17500305175776,y:280.3500061035155},{x:140.17500305175776,y:315.39375686645496},{x:140.17500305175776,y:350.4375076293944},{x:140.17500305175776,y:385.4812583923338},{x:140.17500305175776,y:420.52500915527327},{x:140.17500305175776,y:420.52500915527327},{x:175.2187538146972,y:420.52500915527327},{x:210.26250457763663,y:420.52500915527327},{x:245.30625534057606,y:420.52500915527327},{x:280.3500061035155,y:420.52500915527327},{x:315.39375686645496,y:420.52500915527327},{x:350.4375076293944,y:420.52500915527327},{x:385.4812583923338,y:420.52500915527327},{x:420.52500915527327,y:420.52500915527327},{x:420.52500915527327,y:420.52500915527327},{x:420.52500915527327,y:385.4812583923338},{x:420.52500915527327,y:350.4375076293944},{x:420.52500915527327,y:315.39375686645496},{x:420.52500915527327,y:280.3500061035155},{x:420.52500915527327,y:245.30625534057606},{x:420.52500915527327,y:210.26250457763663},{x:420.52500915527327,y:175.2187538146972},{x:420.52500915527327,y:140.17500305175776},{x:420.52500915527327,y:140.17500305175776},{x:385.4812583923338,y:140.17500305175776},{x:350.4375076293944,y:140.17500305175776},{x:315.39375686645496,y:140.17500305175776},{x:280.3500061035155,y:140.17500305175776},{x:245.30625534057606,y:140.17500305175776},{x:210.26250457763663,y:140.17500305175776},{x:175.2187538146972,y:140.17500305175776},{x:140.17500305175776,y:140.17500305175776}],name:"square"},{points:[{x:420.52500915527327,y:280.3500061035155},{x:418.3954358873965,y:304.69113993790967},{x:412.07142208989444,y:328.29268073795373},{x:401.74511972189896,y:350.43750762939436},{x:387.73028825550034,y:370.4527612529582},{x:370.4527612529582,y:387.73028825550034},{x:350.4375076293944,y:401.74511972189896},{x:328.2926807379538,y:412.07142208989444},{x:304.69113993790967,y:418.3954358873965},{x:280.3500061035155,y:420.52500915527327},{x:256.0088722691214,y:418.3954358873965},{x:232.4073314690773,y:412.07142208989444},{x:210.26250457763666,y:401.74511972189896},{x:190.2472509540728,y:387.73028825550034},{x:172.9697239515307,y:370.4527612529582},{x:158.95489248513206,y:350.43750762939436},{x:148.62859011713658,y:328.2926807379538},{x:142.30457631963455,y:304.6911399379096},{x:140.17500305175776,y:280.3500061035155},{x:142.30457631963455,y:256.00887226912135},{x:148.62859011713655,y:232.4073314690773},{x:158.9548924851321,y:210.2625045776366},{x:172.96972395153068,y:190.2472509540728},{x:190.24725095407277,y:172.9697239515307},{x:210.26250457763658,y:158.95489248513212},{x:232.40733146907718,y:148.62859011713658},{x:256.00887226912135,y:142.30457631963455},{x:280.3500061035155,y:140.17500305175776},{x:304.6911399379096,y:142.30457631963455},{x:328.2926807379537,y:148.62859011713653},{x:350.4375076293944,y:158.9548924851321},{x:370.4527612529582,y:172.96972395153068},{x:387.73028825550034,y:190.24725095407274},{x:401.7451197218989,y:210.26250457763658},{x:412.07142208989444,y:232.4073314690773},{x:418.39543588739645,y:256.00887226912124},{x:420.52500915527327,y:280.35000610351545}],name:"circle"},{points:[{x:420.52500915527327,y:280.3500061035155},{x:418.3954358873965,y:256.00887226912135},{x:412.07142208989444,y:232.4073314690773},{x:401.74511972189896,y:210.26250457763666},{x:387.73028825550034,y:190.2472509540728},{x:370.4527612529582,y:172.96972395153068},{x:350.4375076293944,y:158.9548924851321},{x:328.2926807379538,y:148.62859011713658},{x:304.69113993790967,y:142.30457631963455},{x:280.3500061035155,y:140.17500305175776},{x:256.0088722691214,y:142.30457631963455},{x:232.4073314690773,y:148.62859011713655},{x:210.26250457763666,y:158.95489248513206},{x:190.2472509540728,y:172.96972395153068},{x:172.9697239515307,y:190.24725095407277},{x:158.95489248513206,y:210.26250457763666},{x:148.62859011713658,y:232.40733146907723},{x:142.30457631963455,y:256.0088722691214},{x:140.17500305175776,y:280.3500061035155},{x:142.30457631963455,y:304.69113993790967},{x:148.62859011713655,y:328.29268073795373},{x:158.9548924851321,y:350.4375076293944},{x:172.96972395153068,y:370.4527612529582},{x:190.24725095407277,y:387.73028825550034},{x:210.26250457763658,y:401.7451197218989},{x:232.40733146907718,y:412.07142208989444},{x:256.00887226912135,y:418.3954358873965},{x:280.3500061035155,y:420.52500915527327},{x:304.6911399379096,y:418.3954358873965},{x:328.2926807379537,y:412.0714220898945},{x:350.4375076293944,y:401.74511972189896},{x:370.4527612529582,y:387.73028825550034},{x:387.73028825550034,y:370.4527612529583},{x:401.7451197218989,y:350.4375076293944},{x:412.07142208989444,y:328.29268073795373},{x:418.39543588739645,y:304.6911399379098},{x:420.52500915527327,y:280.35000610351557}],name:"circle"},{points:[{x:140.17500305175776,y:280.3500061035155},{x:142.30457631963455,y:256.00887226912135},{x:148.62859011713655,y:232.4073314690773},{x:158.95489248513206,y:210.26250457763666},{x:172.96972395153068,y:190.2472509540728},{x:190.2472509540728,y:172.96972395153068},{x:210.2625045776366,y:158.9548924851321},{x:232.40733146907726,y:148.62859011713658},{x:256.00887226912135,y:142.30457631963455},{x:280.3500061035155,y:140.17500305175776},{x:304.6911399379096,y:142.30457631963455},{x:328.29268073795373,y:148.62859011713655},{x:350.43750762939436,y:158.95489248513206},{x:370.4527612529582,y:172.96972395153068},{x:387.73028825550034,y:190.24725095407277},{x:401.74511972189896,y:210.26250457763666},{x:412.07142208989444,y:232.40733146907723},{x:418.3954358873965,y:256.0088722691214},{x:420.52500915527327,y:280.3500061035155},{x:418.3954358873965,y:304.69113993790967},{x:412.07142208989444,y:328.29268073795373},{x:401.74511972189896,y:350.4375076293944},{x:387.73028825550034,y:370.4527612529582
},{x:370.4527612529582,y:387.73028825550034},{x:350.4375076293944,y:401.7451197218989},{x:328.29268073795384,y:412.07142208989444},{x:304.69113993790967,y:418.3954358873965},{x:280.3500061035155,y:420.52500915527327},{x:256.0088722691214,y:418.3954358873965},{x:232.40733146907735,y:412.0714220898945},{x:210.2625045776366,y:401.74511972189896},{x:190.2472509540728,y:387.73028825550034},{x:172.9697239515307,y:370.4527612529583},{x:158.95489248513212,y:350.4375076293944},{x:148.62859011713655,y:328.29268073795373},{x:142.30457631963458,y:304.6911399379098},{x:140.17500305175776,y:280.35000610351557}],name:"circle"},{points:[{x:140.17500305175776,y:280.3500061035155},{x:142.30457631963455,y:304.69113993790967},{x:148.62859011713655,y:328.29268073795373},{x:158.95489248513206,y:350.43750762939436},{x:172.96972395153068,y:370.4527612529582},{x:190.2472509540728,y:387.73028825550034},{x:210.2625045776366,y:401.74511972189896},{x:232.40733146907726,y:412.07142208989444},{x:256.00887226912135,y:418.3954358873965},{x:280.3500061035155,y:420.52500915527327},{x:304.6911399379096,y:418.3954358873965},{x:328.29268073795373,y:412.07142208989444},{x:350.43750762939436,y:401.74511972189896},{x:370.4527612529582,y:387.73028825550034},{x:387.73028825550034,y:370.4527612529582},{x:401.74511972189896,y:350.43750762939436},{x:412.07142208989444,y:328.2926807379538},{x:418.3954358873965,y:304.6911399379096},{x:420.52500915527327,y:280.3500061035155},{x:418.3954358873965,y:256.00887226912135},{x:412.07142208989444,y:232.4073314690773},{x:401.74511972189896,y:210.2625045776366},{x:387.73028825550034,y:190.2472509540728},{x:370.4527612529582,y:172.9697239515307},{x:350.4375076293944,y:158.95489248513212},{x:328.29268073795384,y:148.62859011713658},{x:304.69113993790967,y:142.30457631963455},{x:280.3500061035155,y:140.17500305175776},{x:256.0088722691214,y:142.30457631963455},{x:232.40733146907735,y:148.62859011713653},{x:210.2625045776366,y:158.9548924851321},{x:190.2472509540728,y:172.96972395153068},{x:172.9697239515307,y:190.24725095407274},{x:158.95489248513212,y:210.26250457763658},{x:148.62859011713655,y:232.4073314690773},{x:142.30457631963458,y:256.00887226912124},{x:140.17500305175776,y:280.35000610351545}],name:"circle"},{points:[{x:280.3500061035155,y:420.52500915527327},{x:304.6911399379096,y:418.3954358873965},{x:328.29268073795373,y:412.07142208989444},{x:350.43750762939436,y:401.74511972189896},{x:370.4527612529582,y:387.73028825550034},{x:387.73028825550034,y:370.4527612529582},{x:401.74511972189896,y:350.43750762939436},{x:412.07142208989444,y:328.2926807379538},{x:418.3954358873965,y:304.6911399379096},{x:420.52500915527327,y:280.3500061035155},{x:418.3954358873965,y:256.00887226912135},{x:412.07142208989444,y:232.4073314690773},{x:401.74511972189896,y:210.2625045776366},{x:387.73028825550034,y:190.2472509540728},{x:370.4527612529582,y:172.9697239515307},{x:350.4375076293944,y:158.95489248513212},{x:328.29268073795384,y:148.62859011713658},{x:304.69113993790967,y:142.30457631963455},{x:280.3500061035155,y:140.17500305175776},{x:256.0088722691214,y:142.30457631963455},{x:232.40733146907735,y:148.62859011713653},{x:210.2625045776366,y:158.9548924851321},{x:190.2472509540728,y:172.96972395153068},{x:172.9697239515307,y:190.24725095407274},{x:158.95489248513212,y:210.26250457763658},{x:148.62859011713655,y:232.4073314690773},{x:142.30457631963458,y:256.00887226912124},{x:140.17500305175776,y:280.35000610351545},{x:142.30457631963455,y:304.6911399379096},{x:148.62859011713658,y:328.2926807379538},{x:158.954892485132,y:350.4375076293943},{x:172.96972395153068,y:370.4527612529582},{x:190.24725095407274,y:387.7302882555003},{x:210.26250457763666,y:401.74511972189896},{x:232.40733146907718,y:412.07142208989444},{x:256.00887226912135,y:418.3954358873965},{x:280.35000610351545,y:420.52500915527327}],name:"circle"},{points:[{x:280.3500061035155,y:140.17500305175776},{x:304.6911399379096,y:142.30457631963455},{x:328.29268073795373,y:148.62859011713655},{x:350.43750762939436,y:158.95489248513206},{x:370.4527612529582,y:172.96972395153068},{x:387.73028825550034,y:190.24725095407277},{x:401.74511972189896,y:210.26250457763666},{x:412.07142208989444,y:232.40733146907723},{x:418.3954358873965,y:256.0088722691214},{x:420.52500915527327,y:280.3500061035155},{x:418.3954358873965,y:304.69113993790967},{x:412.07142208989444,y:328.29268073795373},{x:401.74511972189896,y:350.4375076293944},{x:387.73028825550034,y:370.4527612529582},{x:370.4527612529582,y:387.73028825550034},{x:350.4375076293944,y:401.7451197218989},{x:328.29268073795384,y:412.07142208989444},{x:304.69113993790967,y:418.3954358873965},{x:280.3500061035155,y:420.52500915527327},{x:256.0088722691214,y:418.3954358873965},{x:232.40733146907735,y:412.0714220898945},{x:210.2625045776366,y:401.74511972189896},{x:190.2472509540728,y:387.73028825550034},{x:172.9697239515307,y:370.4527612529583},{x:158.95489248513212,y:350.4375076293944},{x:148.62859011713655,y:328.29268073795373},{x:142.30457631963458,y:304.6911399379098},{x:140.17500305175776,y:280.35000610351557},{x:142.30457631963455,y:256.0088722691214},{x:148.62859011713658,y:232.40733146907723},{x:158.954892485132,y:210.26250457763672},{x:172.96972395153068,y:190.2472509540728},{x:190.24725095407274,y:172.96972395153074},{x:210.26250457763666,y:158.95489248513206},{x:232.40733146907718,y:148.6285901171366},{x:256.00887226912135,y:142.30457631963455},{x:280.35000610351545,y:140.17500305175776}],name:"circle"},{points:[{x:280.3500061035155,y:140.17500305175776},{x:256.0088722691214,y:142.30457631963455},{x:232.4073314690773,y:148.62859011713655},{x:210.26250457763666,y:158.95489248513206},{x:190.2472509540728,y:172.96972395153068},{x:172.9697239515307,y:190.24725095407277},{x:158.95489248513206,y:210.26250457763666},{x:148.62859011713658,y:232.40733146907723},{x:142.30457631963455,y:256.0088722691214},{x:140.17500305175776,y:280.3500061035155},{x:142.30457631963455,y:304.69113993790967},{x:148.62859011713655,y:328.29268073795373},{x:158.9548924851321,y:350.4375076293944},{x:172.96972395153068,y:370.4527612529582},{x:190.24725095407277,y:387.73028825550034},{x:210.26250457763658,y:401.7451197218989},{x:232.40733146907718,y:412.07142208989444},{x:256.00887226912135,y:418.3954358873965},{x:280.3500061035155,y:420.52500915527327},{x:304.6911399379096,y:418.3954358873965},{x:328.2926807379537,y:412.0714220898945},{x:350.4375076293944,y:401.74511972189896},{x:370.4527612529582,y:387.73028825550034},{x:387.73028825550034,y:370.4527612529583},{x:401.7451197218989,y:350.4375076293944},{x:412.07142208989444,y:328.29268073795373},{x:418.39543588739645,y:304.6911399379098},{x:420.52500915527327,y:280.35000610351557},{x:418.3954358873965,y:256.0088722691214},{x:412.07142208989444,y:232.40733146907723},{x:401.745119721899,y:210.26250457763672},{x:387.73028825550034,y:190.2472509540728},{x:370.4527612529583,y:172.96972395153074},{x:350.43750762939436,y:158.95489248513206},{x:328.29268073795384,y:148.6285901171366},{x:304.69113993790967,y:142.30457631963455},{x:280.35000610351557,y:140.17500305175776}],name:"circle"},{points:[{x:280.3500061035155,y:420.52500915527327},{x:256.0088722691214,y:418.3954358873965},{x:232.4073314690773,y:412.07142208989444},{x:210.26250457763666,y:401.74511972189896},{x:190.2472509540728,y:387.73028825550034},{x:172.9697239515307,y:370.4527612529582},{x:158.95489248513206,y:350.43750762939436},{x:148.62859011713658,y:328.2926807379538},{x:142.30457631963455,y:304.6911399379096},{x:140.17500305175776,y:280.3500061035155},{x:142.30457631963455,y:256.00887226912135},{x:148.62859011713655,y:232.4073314690773},{x:158.9548924851321,y:210.2625045776366},{x:172.96972395153068,y:190.2472509540728},{x:190.24725095407277,y:172.9697239515307},{x:210.26250457763658,y:158.95489248513212},{x:232.40733146907718,y:148.62859011713658},{x:256.00887226912135,y:142.30457631963455},{x:280.3500061035155,y:140.17500305175776},{x:304.6911399379096,y:142.30457631963455},{x:328.2926807379537,y:148.62859011713653},{x:350.4375076293944,y:158.9548924851321},{x:370.4527612529582,y:172.96972395153068},{x:387.73028825550034,y:190.24725095407274},{x:401.7451197218989,y:210.26250457763658},{x:412.07142208989444,y:232.4073314690773},{x:418.39543588739645,y:256.00887226912124},{x:420.52500915527327,y:280.35000610351545},{x:418.3954358873965,y:304.6911399379096},{x:412.07142208989444,y:328.2926807379538},{x:401.745119721899,y:350.4375076293943},{x:387.73028825550034,y:370.4527612529582},{x:370.4527612529583,y:387.7302882555003},{x:350.43750762939436,y:401.74511972189896},{x:328.29268073795384,y:412.07142208989444},{x:304.69113993790967,y:418.3954358873965},{x:280.35000610351557,y:420.52500915527327}],name:"circle"}];this.threshold=.85,this.nbSamplePoints=128,this.squareSize=250,this.patterns=t.map(function(y){var t=new i(x.squareSize,x.nbSamplePoints,y.points,y.name);return t})}return n(y,[{key:"spot",value:function(y){var x=this,t=.5*Math.hypot(this.squareSize,this.squareSize),e=new i(this.squareSize,this.nbSamplePoints,y),n=this.patterns.reduce(function(y,n){var i=e.distanceAtBestAngle(n),o=1-i/t;return i<y.bestDistance&&o>x.threshold&&(y.bestDistance=i,y.pattern=n.name),y},{pattern:null,bestDistance:+(1/0)});return n.pattern}}]),y}();x.default=o},function(y,x,t){"use strict";function e(y){return y&&y.__esModule?y:{default:y}}function n(y,x){if(!(y instanceof x))throw new TypeError("Cannot call a class as a function")}function i(y){var x=new f(y);return new Promise(x.resolver)}function o(y){return new f(y)}Object.defineProperty(x,"__esModule",{value:!0});var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(y){return typeof y}:function(y){return y&&"function"==typeof Symbol&&y.constructor===Symbol&&y!==Symbol.prototype?"symbol":typeof y},s=function(){function y(y,x){for(var t=0;t<x.length;t++){var e=x[t];e.enumerable=e.enumerable||!1,e.configurable=!0,"value"in e&&(e.writable=!0),Object.defineProperty(y,e.key,e)}}return function(x,t,e){return t&&y(x.prototype,t),e&&y(x,e),x}}();x.start=i,x.create=o;var a=t(2),u=e(a),c=t(1),h=e(c),l=t(0),p=e(l),f=function(){function y(x){n(this,y),this.options={timeout:30,items:5,container:"",font:"sans-serif",bgColor:"#193441",drawColor:"#91AA9D",acceptColor:"#3E606F",textColor:"#3E606F",textBgColor:"#193441",helperText:"",drawLineWidth:8,successLineWidth:8},x&&this.setOptions(x),this.shapeDetector=new u.default,this.resolver=h.default.bind(this);var t=!0,e=!1,i=void 0;try{for(var o,r=Object.keys(p.default)[Symbol.iterator]();!(t=(o=r.next()).done);t=!0){var s=o.value;this[s]=p.default[s].bind(this)}}catch(y){e=!0,i=y}finally{try{!t&&r.return&&r.return()}finally{if(e)throw i}}}return s(y,[{key:"setOptions",value:function(y,x){var t=this,e=function(y,x){y=y.toString(),t.options.hasOwnProperty(y)&&r(t.options[y])===("undefined"==typeof x?"undefined":r(x))&&(t.options[y]=x)};"[object Object]"===Object.prototype.toString.call(y)?Object.keys(y).forEach(function(x){e(x,y[x])}):e(y,x)}},{key:"start",value:function(){return new Promise(this.resolver)}}]),y}()}])});
//# sourceMappingURL=shapecaptcha.min.js.map
{
"name": "shapecaptcha",
"version": "0.1.2",
"version": "0.1.5",
"description": "later",

@@ -5,0 +5,0 @@ "main": "dist/shapecaptcha.js",

# ShapeCaptcha
TODO
## Introduction
ShapeCaptcha is a not-a-bot test. Users are given an easy drawing task. They have to produce several geometric shapes: circles, triangles and rectangles. One stroke for each. The total number of the shapes is configurable, but how many particular shapes is chosen randomly. ShapeCaptcha expects very approximate similarity to those geometric shapes.
## How it works
ShapeCaptcha's recognition algorithm is based on [this work](http://depts.washington.edu/madlab/proj/dollar/index.html) - just refactored and simplified.
Upon initialization ShapeCaptcha launches drawing canvas and returns a Promise to your application. If the task is completed correctly, the Promise is resolved. If time is up, the Promise is rejected.
## Installation
Download the repository as [an archive](https://github.com/serglider/ShapeCaptcha/archive/master.zip) and grab the files in the `dist` folder or
```
npm install shapecaptcha
```
or
```
<script src="https://unpkg.com/shapecaptcha"></script>
```
There is no need for any external dependencies.
## Setting up
Include ShapeCaptcha's script in your application in a way that fits your needs. Create an instance of ShapeCaptcha via:
```
const sc = ShapeCaptcha.create(options);
```
Then launch it when you need it and provide callbacks for the Promise:
```
sc.start()
.then(() => {
// yep, that's your beloved user here
})
.catch(() => {
// either your user suddenly decided to have a cup of coffee while solving this captcha or it's not a human
});
```
For your convenience, there is a possibility to combine those steps. You can create an instance and run it right away:
```
ShapeCaptcha.start(options)
.then(() => {
// ...
})
.catch(() => {
// ...
});
```
## Options
Shapecaptcha takes just one argument - a configuration object. You can provide the following options:
```
const options = {
timeout: 30, // sec, timeout before the task is rejected
items: 5, // total number of shapes to draw
container: '', // css selector for the captha container. Any falsy value makes document.body to be your container.
font: 'sans-serif', // If your font is not generic, make sure it's already loaded.
bgColor: '#000',
drawColor: '#FFFF00',
acceptColor: '#00FF00',
textColor: '#000',
textBgColor: '#CCC',
helperText: '', // In addition to the task, you can display a help text. For example: "Important! Draw a shape in one stroke."
drawLineWidth: 4,
successLineWidth: 8
};
```
Notes:
- ShapeCaptcha doesn't set width and height. It takes them from the container.
- ShapeCaptcha accepts CSS colors formats. For the background colors you can provide any falsy value as well. This makes it transparent.
You can change the options after initialization:
```
sc.setOptions("timeout", 60);
// or
sc.setOptions({timeout: 60});
```
Play with settings on the [demo page](https://serglider.github.io/ShapeCaptcha/)

@@ -9,13 +9,13 @@ import ShapeDetector from './shape';

this.options = {
timeout: 30, // sec
timeout: 30,
items: 5,
container: '',
font: 'sans-serif',
bgColor: '#000',
drawColor: '#FFFF00',
acceptColor: '#00FF00',
textColor: '#000',
textBgColor: '#CCC',
bgColor: '#193441',
drawColor: '#91AA9D',
acceptColor: '#3E606F',
textColor: '#3E606F',
textBgColor: '#193441',
helperText: '',
drawLineWidth: 4,
drawLineWidth: 8,
successLineWidth: 8

@@ -22,0 +22,0 @@ };

@@ -155,4 +155,4 @@ export default {

return {
x: e.pageX - bcr.left,
y: e.pageY - bcr.top
x: e.pageX - bcr.left - window.scrollX,
y: e.pageY - bcr.top - window.scrollY
};

@@ -159,0 +159,0 @@ }

@@ -20,2 +20,6 @@ export default function resolver(resolve, reject) {

canvas.height = this.sizes.height;
if (!this.options.container) {
canvas.style.marginTop = `${window.scrollY}px`;
canvas.style.marginLeft = `${window.scrollX}px`;
}
container.appendChild(canvas);

@@ -22,0 +26,0 @@ drawScene(ctx);

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc