v 0.8.17b

This commit is contained in:
Azgaar 2019-05-04 21:29:02 +03:00
parent 13dc1a689f
commit ec355b6d8a

View file

@ -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);
}