Skip to content

Commit 9758ac6

Browse files
committed
Fix image
1 parent 7afd4d2 commit 9758ac6

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ To view the source code for each example, please click on the example image.
127127
</a>
128128

129129
<a href="https://github.com/38/plotters/blob/master/examples/tick_control.rs">
130-
<img src="https://plotters-rs.github.io/plotters-doc-data/tick_control.gif" class="galleryItem" width=200px></img>
130+
<img src="https://plotters-rs.github.io/plotters-doc-data/tick_control.svg" class="galleryItem" width=200px></img>
131131
</a>
132132

133133

doc-template/readme/gallery

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,5 +98,5 @@ To view the source code for each example, please click on the example image.
9898
</a>
9999

100100
<a href="https://github.com/38/plotters/blob/master/examples/tick_control.rs">
101-
<img src="https://plotters-rs.github.io/plotters-doc-data/tick_control.gif" class="galleryItem" width=200px></img>
101+
<img src="https://plotters-rs.github.io/plotters-doc-data/tick_control.svg" class="galleryItem" width=200px></img>
102102
</a>

doc-template/rustdoc/gallery

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,8 @@
229229
</div>
230230

231231
<div class="galleryItem">
232-
<a href="https://plotters-rs.github.io/plotters-doc-data/tick_control.gif">
233-
<img src="https://plotters-rs.github.io/plotters-doc-data/tick_control.gif" class="galleryItem"></img>
232+
<a href="https://plotters-rs.github.io/plotters-doc-data/tick_control.svg">
233+
<img src="https://plotters-rs.github.io/plotters-doc-data/tick_control.svg" class="galleryItem"></img>
234234
</a>
235235
<div class="galleryText">
236236
COVID-19 Visualization

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,8 +260,8 @@ including bitmap, vector graph, piston window, GTK/Cairo and WebAssembly.
260260
</div>
261261
262262
<div class="galleryItem">
263-
<a href="https://plotters-rs.github.io/plotters-doc-data/tick_control.gif">
264-
<img src="https://plotters-rs.github.io/plotters-doc-data/tick_control.gif" class="galleryItem"></img>
263+
<a href="https://plotters-rs.github.io/plotters-doc-data/tick_control.svg">
264+
<img src="https://plotters-rs.github.io/plotters-doc-data/tick_control.svg" class="galleryItem"></img>
265265
</a>
266266
<div class="galleryText">
267267
COVID-19 Visualization

0 commit comments

Comments
 (0)