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
}