Skip to content

Commit

Permalink
Use SVG instead of PNG for the schedule image
Browse files Browse the repository at this point in the history
Generated using https://github.com/nodejs/lts-schedule

```
$ npx lts -s 2018-9-30 -e 2020-10-31 -d "$PWD/schedule.json" -g
"$PWD/schedule.svg"
$ npx svgo "$PWD/schedule.svg"
```

Fixes: #378
  • Loading branch information
aduh95 authored and Antoine du Hamel committed Oct 30, 2018
1 parent e82fc16 commit c23576e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Dates are subject to change.
early on December 31, 2019 to align with the scheduled End-of-Life of
OpenSSL-1.0.2.

<p><img src="schedule.png" alt="LTS Schedule"/></p>
<p><img src="schedule.svg" alt="LTS Schedule"/></p>

The Release schedule is available also as a [JSON][] file.

Expand Down
Binary file removed schedule.png
Binary file not shown.
1 change: 1 addition & 0 deletions schedule.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c23576e

Please sign in to comment.