Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Rename template to .svg.jinja
  • Loading branch information
hugovk committed Jan 22, 2023
commit ceb4034e30ba6b9f9ef4358da54d31f8df1f4e65
4 changes: 2 additions & 2 deletions _tools/generate_release_cycle.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ def write_svg(self) -> None:
trim_blocks=True,
undefined=jinja2.StrictUndefined,
)
template = env.get_template("release_cycle_template.svg")
template = env.get_template("release_cycle_template.svg.jinja")

# Scale. Should be roughly the pixel size of the font.
# All later sizes are miltiplied by this, so you can think of all other
# All later sizes are multiplied by this, so you can think of all other
# numbers being multiples of the font size, like using `em` units in
# CSS.
# (Ideally we'd actually use `em` units, but SVG viewBox doesn't take
Expand Down