From c7b91499ff25897659bdf7c45e58a05ac7db6a65 Mon Sep 17 00:00:00 2001 From: Yvone-Atieno <95272306+Yvone-Atieno@users.noreply.github.com> Date: Fri, 17 May 2024 15:25:28 +0300 Subject: [PATCH 1/4] SEO-183463 Angularjs Missing H1 --- angularjs/Signature/How-To.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/angularjs/Signature/How-To.md b/angularjs/Signature/How-To.md index 12c3dfc5..d97c1790 100644 --- a/angularjs/Signature/How-To.md +++ b/angularjs/Signature/How-To.md @@ -7,9 +7,9 @@ control: Signature documentation: ug --- -## How To? +# How To? -### Save signature image with user defined format +## Save signature image with user defined format By default, the downloaded image from the signature canvas will be in **png** format. We can define our own format to download the image with [`e-saveimageformat`] property. And we can also save the image along with the background by using the **e-savewithbackground** property. From d3c8ef0eb5689023cd02ba345e232b9247057f59 Mon Sep 17 00:00:00 2001 From: Yvone-Atieno <95272306+Yvone-Atieno@users.noreply.github.com> Date: Fri, 17 May 2024 15:53:34 +0300 Subject: [PATCH 2/4] fixed title, description, platform and h1 issue --- angularjs/Signature/How-To.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/angularjs/Signature/How-To.md b/angularjs/Signature/How-To.md index d97c1790..c495a698 100644 --- a/angularjs/Signature/How-To.md +++ b/angularjs/Signature/How-To.md @@ -1,13 +1,13 @@ --- layout: post -title: Syncfusion Signature How To -description: How To -platform: AngularJS +title: How To Section in AngularJS Signature | Syncfusion +description: Learn here all about how to section Syncfusion AngularJS Signature component, its elements and more. +platform: angularjs control: Signature documentation: ug --- -# How To? +# How To Section AngularJS Signature ## Save signature image with user defined format From e15903093833e94f61f31791998fe812c74e8e7c Mon Sep 17 00:00:00 2001 From: Yvone-Atieno <95272306+Yvone-Atieno@users.noreply.github.com> Date: Mon, 20 May 2024 14:29:40 +0300 Subject: [PATCH 3/4] modified h1 --- angularjs/Signature/How-To.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/angularjs/Signature/How-To.md b/angularjs/Signature/How-To.md index c495a698..51912157 100644 --- a/angularjs/Signature/How-To.md +++ b/angularjs/Signature/How-To.md @@ -7,7 +7,7 @@ control: Signature documentation: ug --- -# How To Section AngularJS Signature +# How To Section in AngularJS Signature ## Save signature image with user defined format From c2bfe5d847001923bf843e43408be21fa282b8ef Mon Sep 17 00:00:00 2001 From: Yvone-Atieno <95272306+Yvone-Atieno@users.noreply.github.com> Date: Thu, 13 Jun 2024 12:59:04 +0300 Subject: [PATCH 4/4] changed tags --- angularjs/Signature/How-To.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/angularjs/Signature/How-To.md b/angularjs/Signature/How-To.md index 51912157..4662a4c4 100644 --- a/angularjs/Signature/How-To.md +++ b/angularjs/Signature/How-To.md @@ -76,7 +76,7 @@ syncApp.controller('signatureCtrl', function ($scope) { -### Make signature as responsive +## Make signature as responsive When the signature component is resized or even the window is resized the strokes drawn in the signature will be disappeared. To make the strokes visible even after resizing the window, we must set the **e-isresponsive** property as true. @@ -105,7 +105,7 @@ After giving the Responsiveness: -### To check whether any input to the signature control since render +## To check whether any input to the signature control since render We can detect whether not there has been any input to the signature control since render. To detect we can use the storeSnap public variable, which is an array that stores all the canvas inputs. At initial rendering this array is empty and we can use this variable to check for the drawn strokes.