Skip to content

Commit 213f5fc

Browse files
encukounedbat
authored andcommitted
Use height consistently
1 parent 584d48a commit 213f5fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_tools/release_cycle_template.svg.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
x="{{ start_x * SCALE }}"
128128
y="{{ (y - 1) * SCALE }}"
129129
width="{{ (end_x - start_x) * SCALE }}"
130-
height="{{ 1.25 * SCALE }}"
130+
height="{{ height }}"
131131
rx="0.25em"
132132
ry="0.25em"
133133
mask="url(#release-cycle-mask-{{ id_key }})"
@@ -137,7 +137,7 @@
137137
x="{{ start_x * SCALE }}"
138138
y="{{ (y - 1) * SCALE }}"
139139
width="{{ (end_x - start_x) * SCALE }}"
140-
height="{{ 1.25 * SCALE }}"
140+
height="{{ height }}"
141141
rx="0.25em"
142142
ry="0.25em"
143143
mask="url(#release-cycle-mask-{{ id_key }})"

0 commit comments

Comments
 (0)