Answer the question
In order to leave comments, you need to log in
Fabric.js: how to style controls?
Help style the controls in fabric.js.
var rect = new fabric.Rect({
left: 150,
top: 200,
originX: 'left',
originY: 'top',
width: 150,
height: 120,
angle: -10,
fill: 'rgba(255,0,0,0.5)',
transparentCorners: false
});
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question