May 2020 1 22 Report
Bagaimana saya bisa menggeser dan memperbesar menggunakan fabricjs? Saya sudah mencoba menggunakan metode zoomToPoint dan setZoom tetapi mereka tidak bekerja untuk panning. Begitu saya mulai menggunakan titik zoom yang berbeda, saya mulai mengalami masalah.

$('#zoomIn').click(function(){
canvas.setZoom(canvas.getZoom() * 1.1 ) ;
}) ;

$('#zoomOut').click(function(){
canvas.setZoom(canvas.getZoom() / 1.1 ) ;
}) ;

$('#goRight').click(function(){
//Need to implement
}) ;

$('#goLeft').click(function(){
//Need to implement
}) ;

ini linknya :

http://jsfiddle.net/hdramos/ux16013L/

Recommend Questions



Life Enjoy

" Life is not a problem to be solved but a reality to be experienced! "

Get in touch

Social

© Copyright 2013 - 2025 KUDO.TIPS - All rights reserved.