fabricjs-viewport
fabricjs-viewport copied to clipboard
allows zooming and viewport manipulation in fabricjs
I try to evaluate if I could use this library. Unfortunately the readme links to a 404-page (having the fileextension .md what does not exists.). The usual LICENSE-File is a...
This does not work: `var c = new fabric.CanvasWithViewport("zoomable_canvas");` `c.on({` `'mouse:down' : function(){console.log("canvas mod.");},` `'mouse:up' : function(){console.log("canvas mod.");}` ` });` But if i change `c` to: `var c = new...
Hi 😄 Tnx for this nice library you had implemented. But, unfortunately it's not compatible with latest version of fabric js `1.6.x`. Maybe you can fix this issue easily by...
Hi, Is there any option to add scrollbars in zoom mode? What about when objects are out of canvas area?
Hi, when I select an image in my canvas, the corners of the selection are in the right places but the borders are a lot bigger than the image. Could...
Sorry for my English. Is it possible the zoom using the scrolling to move the mouse pointer on the canvas?
In chrome 36 try load demo, doing some zoomin, then hit f12 - developers panel opens, do some mousewheel tap to bottom of page. And now click and drag over...
I want to limit the drag area so users are just be able to user drag mode in a limited zone. Is there anyway to do it ?
Currently, zoomToPoint function in fabricjs 1.6 is using another concept with zoom function in fabric viewport, so whenever i use zoomToPoint function, my system run incorrect. Is there any solution...
Hi Is there any way to "re-center" the viewport after panning? I would like a button or something that moves the viewport back into the center