mirror of
https://github.com/konvajs/konva.git
synced 2025-09-18 18:27:58 +08:00
updated drag and drop docs
This commit is contained in:
@@ -15,5 +15,6 @@
|
|||||||
* @param {Object} [config.offset] offset from center point and rotation point
|
* @param {Object} [config.offset] offset from center point and rotation point
|
||||||
* @param {Number} [config.offset.x]
|
* @param {Number} [config.offset.x]
|
||||||
* @param {Number} [config.offset.y]
|
* @param {Number} [config.offset.y]
|
||||||
* @param {Boolean} [config.draggable]
|
* @param {Boolean} [config.draggable] makes the node draggable. When stages are draggable, you can drag and drop
|
||||||
|
* the entire stage by dragging any portion of the stage
|
||||||
* @param {Function} [config.dragBoundFunc]
|
* @param {Function} [config.dragBoundFunc]
|
@@ -408,7 +408,7 @@ Test.Modules.IMAGE = {
|
|||||||
|
|
||||||
showHit(layer);
|
showHit(layer);
|
||||||
},
|
},
|
||||||
'*mask unicolor background filter': function(containerId) {
|
'mask unicolor background filter': function(containerId) {
|
||||||
var imageObj = new Image();
|
var imageObj = new Image();
|
||||||
imageObj.onload = function() {
|
imageObj.onload = function() {
|
||||||
var stage = new Kinetic.Stage({
|
var stage = new Kinetic.Stage({
|
||||||
|
Reference in New Issue
Block a user