Skip to content

Commit e4f8fc4

Browse files
philiptrphiliptr
authored andcommitted
Adding svgs to drawing tutorial
1 parent 281887e commit e4f8fc4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

content/static/tutorials/drawing/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ <h3>Simple Shapes</h3>
6868
<br /><br />
6969
Once we have become comfortable with the concept of drawing a rectangle, an <a href="http://www.processing.org/reference/ellipse_.html"><strong>ellipse()</strong></a> is a snap. In fact, it is identical to <strong>rect()</strong> with the difference being that an ellipse is drawn where the bounding box of the rectangle would be. The default mode for <em>ellipse()</em> is "CENTER", rather than "CORNER."
7070
<br /><br />
71-
<img src="imgs/1.10a.jpg">
71+
<img src="imgs/drawing-10.svg" style= "width: 645px; height: 244px">
7272
<br /><br />
73-
<img src="imgs/1.10b.jpg">
73+
<img src="imgs/drawing-11.svg" style= "width: 645px; height: 244px">
7474
<br /><br />
75-
<img src="imgs/1.10c.jpg">
75+
<img src="imgs/drawing-12.svg" style= "width: 645px; height: 244px">
7676
<br /><br />
7777

7878

0 commit comments

Comments
 (0)