treemap: use the same color for frame as borders on the page

This commit is contained in:
Johannes Kimmel 2023-11-17 17:19:16 +01:00
parent b1550ab769
commit 83ae602c23
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@
</filter>
</defs>
<g id="frame" style="stroke-width:0.2; stroke:whitesmoke; fill:none;">
<g id="frame" style="stroke-width:0.2; stroke:var(--cmed); fill:none;">
{{- with .ViewBox }}
<rect x="{{ .X }}" y="{{ .Y }}" width="{{ .W }}" height="{{ .H }}"/>
{{- end }}