We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f8cdf3 commit ccd37a7Copy full SHA for ccd37a7
1 file changed
_tools/release_cycle_template.svg.jinja
@@ -169,18 +169,18 @@
169
fill="black"
170
/>
171
<rect
172
- x="{{ legend_width - right_margin }}"
+ x="{{ legend_width - 1 }}"
173
y="0"
174
- width="{{ right_margin }}"
+ width="{{ diagram_width + 1 }}"
175
height="{{ diagram_height }}"
176
- fill="url(#release-cycle-mask-gradient-{{ id_key }})"
+ fill="white"
177
178
179
- x="{{ legend_width }}"
+ x="{{ legend_width - right_margin }}"
180
181
- width="{{ diagram_width }}"
+ width="{{ right_margin }}"
182
183
- fill="white"
+ fill="url(#release-cycle-mask-gradient-{{ id_key }})"
184
185
</mask>
186
0 commit comments