Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3a4fe83

Browse files
committed
Put labels on top, if the mask doesn't work
1 parent d2e56e6 commit 3a4fe83

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

_tools/release_cycle_template.svg.jinja

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -76,16 +76,6 @@
7676
{% for version in versions %}
7777
{% set y = version.y * LINE_HEIGHT %}
7878

79-
<!-- Legend on the left -->
80-
<text
81-
class="release-cycle-version-label"
82-
x="{{ 0.5 * SCALE }}"
83-
y="{{ y * SCALE }}"
84-
font-size="{{ SCALE }}"
85-
>
86-
Python {{ version.key }}
87-
</text>
88-
8979
<!-- Colourful blob with a label -->
9080
{% set start_x = date_to_x(version.first_release_date) %}
9181
{% set end_x = date_to_x(version.end_of_life_date) %}
@@ -193,6 +183,16 @@
193183
{{ version.status }}
194184
</text>
195185
{% endif %}
186+
187+
<!-- Legend on the left -->
188+
<text
189+
class="release-cycle-version-label"
190+
x="{{ 0.5 * SCALE }}"
191+
y="{{ y * SCALE }}"
192+
font-size="{{ SCALE }}"
193+
>
194+
Python {{ version.key }}
195+
</text>
196196
{% endfor %}
197197

198198
<!-- A line for today -->

0 commit comments

Comments
 (0)