From c950400fe2a64c0b9eff856db74fcc855b30443b Mon Sep 17 00:00:00 2001 From: nobohan Date: Thu, 20 Jun 2024 11:42:12 +0200 Subject: [PATCH] signature: POC of drawing signature zones and click event on canvas --- .../public/vuejs/DocumentSignature/App.vue | 33 +++++++++++++++---- 1 file changed, 27 insertions(+), 6 deletions(-) diff --git a/src/Bundle/ChillDocStoreBundle/Resources/public/vuejs/DocumentSignature/App.vue b/src/Bundle/ChillDocStoreBundle/Resources/public/vuejs/DocumentSignature/App.vue index 11a69c782..44f191048 100644 --- a/src/Bundle/ChillDocStoreBundle/Resources/public/vuejs/DocumentSignature/App.vue +++ b/src/Bundle/ChillDocStoreBundle/Resources/public/vuejs/DocumentSignature/App.vue @@ -1,12 +1,14 @@