From d5f0690f590e2512d160533399de34e7422e55de Mon Sep 17 00:00:00 2001 From: Claudio Date: Sat, 27 Sep 2025 13:28:21 +0200 Subject: [PATCH] background trasparent annotation --- public/userarea/parts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/userarea/parts.js b/public/userarea/parts.js index fe525d3..0170fee 100644 --- a/public/userarea/parts.js +++ b/public/userarea/parts.js @@ -1157,7 +1157,7 @@ $(document).ready(function () { width: annotations.descriptionSize.width, scaleX: 1, scaleY: 1, - backgroundColor: "rgba(255, 255, 255, 0.8)", + backgroundColor: "rgba(255, 255, 255, 0)", // Changed to fully transparent fontFamily: "Arial", fontSize: 24, fill: "#000000",