¡@

Home 

javascript Programming Glossary: strokewidth

Scaling to a fixed point in KineticJS

http://stackoverflow.com/questions/12372475/scaling-to-a-fixed-point-in-kineticjs

x 100 y 100 radius 50 fill '#00D200' stroke 'black' strokeWidth 2 add cursor styling box.on 'mouseover' function document.body.style.cursor..

In kinetic.js Issue with rotating a kinetic.group

http://stackoverflow.com/questions/12891841/in-kinetic-js-issue-with-rotating-a-kinetic-group

var activeline new Kinetic.Line points x 0 y 0 stroke blue strokeWidth 3 lineCap round lineJoin round var mousePos stage.getMousePosition..

Kineticjs dragBoundFunc for a rect in a rect

http://stackoverflow.com/questions/15854001/kineticjs-dragboundfunc-for-a-rect-in-a-rect

100 y 50 width 150 height 100 fill 'white' stroke 'black' strokeWidth 2 orange box var orange new Kinetic.Rect x 150 y 100 width.. 150 y 100 width 50 height 30 fill 'orange' stroke 'black' strokeWidth 2 draggable true this causes orange box to be stopped if try.. x 20 y 20 width 300 height 300 fill 'white' stroke 'black' strokeWidth 2 var orangeGroup new Kinetic.Group x stage.getWidth 2 y 70..

How to send HTML <canvas> data to server

http://stackoverflow.com/questions/9478659/how-to-send-html-canvas-data-to-server

width 50 height 50 fill #f55 overlayFill null stroke null strokeWidth 1 scaleX 1 scaleY 1 angle 0 flipX false flipY false opacity..