Replies: 1 comment
-
|
I managed to get to this version. Now I wanted to be able to move the inside text when ctr key is down. How can I achieve it? <title>Simple Fabric.js Text and Rectangle Example (Edit on Load)</title> <style> body { margin: 0; } canvas { border: 1px solid #ccc; } .canvas { border: 1px solid Black; width: 300px; height: 300px; } </style>var canvas = new fabric.Canvas('canvas'); // Double-click event handler // ungroup objects in group // Re-group when text editing finishes dimensionText.on('editing:exited', function () { }); function addRectangle() { } |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Beta Was this translation helpful? Give feedback.
All reactions