Skip to content

Commit 31ea5e3

Browse files
philiptrphiliptr
authored andcommitted
Margins for code examples in render tutorial
1 parent f174cf0 commit 31ea5e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/static/tutorials/rendering/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ <h3>Renderers</h3>
3030
<h3>Another drawing surface</h3>
3131
New drawing surfaces can be the same size as the display window, but they can also be smaller or larger. Each drawing surface in Processing is an instance of the PGraphics class. The display window is the default surface to draw to; every function renders there by default. For example, to draw a circle into the display window, run the ellipse() function:
3232
</p>
33-
<img src="imgs/35_01.png" style= "width: 100px; height: 100px">
34-
<pre>
33+
<img src="imgs/35_01.png" style= "width: 100px; height: 100px; align: left;">
34+
<pre style="margin-left: 120px;">
3535
background(0);
3636
ellipse(50, 50, 75, 75);
3737
</pre>

0 commit comments

Comments
 (0)