From ec355b6d8a685cc9545f8d3af54bb2529f626ba6 Mon Sep 17 00:00:00 2001 From: Azgaar Date: Sat, 4 May 2019 21:29:02 +0300 Subject: [PATCH] v 0.8.17b --- modules/ui/states-editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ui/states-editor.js b/modules/ui/states-editor.js index feef2cfb..de5775b6 100644 --- a/modules/ui/states-editor.js +++ b/modules/ui/states-editor.js @@ -167,7 +167,7 @@ function editStates() { if (customization || !state) return; const path = regions.select("#state"+state).attr("d"); debug.append("path").attr("class", "highlight").attr("d", path) - .attr("stroke", "red").attr("stroke-width", 1).attr("opacity", 1) + .attr("fill", "none").attr("stroke", "red").attr("stroke-width", 1).attr("opacity", 1) .attr("filter", "url(#blur1)").call(transition); }