Click here to Skip to main content
15,904,415 members

Comments by rhemielco (Top 6 by date)

rhemielco 14-Aug-17 23:50pm View    
sorry for the late reply, i solved it now by looking at the copy and paste code and try to delete that code which cause the bug

here is the code that i deleted:
//Create new fabric group with the copied objects
var group = new fabric.Group(objs, {
originX: 'center',
originY: 'center'
});

this is the reason why borders goes out of the object when zoom in or out. again thank you for your time and patience.
rhemielco 14-Aug-17 0:42am View    
thanks for your comment by sorry but I cannot understand your point is.
rhemielco 16-Jun-17 3:08am View    
thank you very much for your great help to solve my problem. it really works on me very well. You are a great help for us beginners.
rhemielco 15-Jun-17 8:11am View    
thanks you very much for your help
rhemielco 15-Jun-17 3:44am View    
thanks for your reply, in my problem when i try my code in a web hosting site i don't see the rotating image on the web only the circle images. So do i need to put get context(2d) or it's just the style that affecting the code? thanks in advance..