M
M
Millerish2017-02-06 10:47:38
JavaScript
Millerish, 2017-02-06 10:47:38

Fabric.js: how to style controls?

Help style the controls in fabric.js.
a7c07248f38d4bfc8b99bfc64fd82a97.jpg

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

1 answer(s)
D
Dima Pautov, 2017-05-24
@bootd

https://github.com/pixolith/fabricjs-customise-con...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question