fabric.ext icon indicating copy to clipboard operation
fabric.ext copied to clipboard

An extension of fabricjs. Intends to implement objects and events missed in fabricjs.

Results 4 fabric.ext issues
Sort by recently updated
recently updated
newest added

# Her is a code snippet: ``` $("#activities_1").click(function(){ task_nr++; global_ctx_nr++; task[task_nr] = new fabric.Rect({ width: 120, height: 60, angle: 0, rx: 10, ry: 10, fill: 'rgba(0,0,0,0.0)', strokeWidth: 2, stroke: 'rgb(0,0,0)',...

It's possible to make an object event on click whch object is inside group?

enhancement

On canvas resize, make all objects resized to new aspect ration.

Plan to add video/audio object. Please let me know if you have any thought of this feature.

enhancement