Skip to content

Commit 967dbee

Browse files
author
philiptr
committed
testing svg size fixing
1 parent edd7e26 commit 967dbee

File tree

2 files changed

+55
-55
lines changed

2 files changed

+55
-55
lines changed

content/static/tutorials/pvector/imgs/add.svg

Lines changed: 53 additions & 53 deletions
Loading

content/static/tutorials/pvector/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ <h3>Vectors: More Algebra</h3>
410410
<br />
411411
<br /><strong>w</strong> = (-9, 21)
412412
<br /><br />
413-
<img src="imgs/mult.jpg">
413+
<img src="imgs/mult.svg">
414414
<br /><br />The function inside the PVector class therefore is written as:
415415
<pre>
416416

@@ -426,7 +426,7 @@ <h3>Vectors: More Algebra</h3>
426426
PVector u = new PVector(-3,7);
427427
u.mult(3); // This PVector is now three times the size and is equal to (-9,21).
428428
</pre><br/>
429-
<img src="imgs/vector_mult.svg" >
429+
<img src="imgs/vector_mult.jpg" >
430430
<br />
431431
Example: Vector multiplication
432432
<pre>

0 commit comments

Comments
 (0)