Commit b63aa55c authored by Alexandre Delanoë's avatar Alexandre Delanoë

Merge remote-tracking branch...

Merge remote-tracking branch 'origin/668-phylo-on-the-exported-svg-file-fix-the-background-color-behind-the-label' into dev
parents 2f2711ca b1683086
......@@ -2269,10 +2269,12 @@ function addEmergenceLabels(k, emergences, branchByGroup, fontScale, opacityScal
.append("rect", "text")
.attr("x", x3)
.attr("y", y3)
.attr("fill", "white")
.attr("width", w3)
.attr("height", h3)
.attr("class", "header-wrapper")
.attr("id", "wrapper-head" + k)
.style("opacity", "0.75")
}
////////////////////////////////////////////////////////////////////////////////
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment