Advertisement
KoctrX

Untitled

Nov 9th, 2021
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. rect = new fabric.Rect({
  2. left: 0, top: 0,
  3. width: 300, height: 75,
  4. fill: '#D5FDE6', stroke: '#2ECC71'
  5. });
  6.  
  7. t1 = new fabric.Textbox('Signature*', {
  8. top: 40,
  9. left: 10,
  10. fontSize: 16,
  11. fixedWidth: 150
  12. })
  13. viewer.pages[1].fcanvas.add(new fabric.Group([rect, t1]));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement