From 330d970ba0b8ce350ce384376757284226c7c89d Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 11 Aug 2021 13:47:11 +0000 Subject: [PATCH] --- source/Plugins/AyaNova.Plugin.V8/util.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/source/Plugins/AyaNova.Plugin.V8/util.cs b/source/Plugins/AyaNova.Plugin.V8/util.cs index 49fdfa5..61674b8 100644 --- a/source/Plugins/AyaNova.Plugin.V8/util.cs +++ b/source/Plugins/AyaNova.Plugin.V8/util.cs @@ -775,8 +775,7 @@ Locale Français is customized [signature: 804154061] exporting // // //https://developer.mozilla.org/en-US/docs/Web/SVG/Tutorial/Paths - //NOTE: v7 sigpad is 300 by 100 pixels, however the points drawn are way larger than that so going with v8 size - //If this proves to be an issue could perhaps look for the largest coordinates then use that as the size, though I think + System.Text.StringBuilder sb = new System.Text.StringBuilder(); //open @@ -805,7 +804,6 @@ Locale Français is customized [signature: 804154061] exporting sb.Append(""); return "data:image/svg+xml;base64," + Convert.ToBase64String(System.Text.Encoding.UTF8.GetBytes(sb.ToString())); - //todo append sb.ToString(); as base64 string }