Skip to content

Commit a1e3082

Browse files
committed
New layout draft for Coordinate System and Shapes tutorial
1 parent f94d078 commit a1e3082

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

content/static/tutorials/drawing/index.html

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
1-
<h1>Coordinate System and Shapes</h1>
2-
3-
<p>
4-
<table width="656">
1+
<table width="650">
52
<tr>
6-
7-
<p class="license">This tutorial is for Processing version 1.1+. If you see any errors or have comments, please <a href="https://github.com/processing/processing-docs/issues?state=open">let us know</a>. This tutorial is from the book, <a href="http://www.processing.org/learning/books/#shiffman">Learning Processing</a>, by Daniel Shiffman, published by Morgan Kaufmann Publishers, Copyright &copy; 2008 Elsevier Inc. All rights reserved.</p>
8-
9-
<p>&nbsp;</p>
3+
<td>
4+
5+
<p class="license">
6+
This tutorial is from the book <a href="http://www.processing.org/learning/books/#shiffman">Learning Processing</a> by Daniel Shiffman, published by Morgan Kaufmann Publishers, &copy; 2008 Elsevier Inc. All rights reserved. If you see any errors or have comments, please <a href="https://github.com/processing/processing-docs/issues?state=open">let us know</a>.
7+
</p>
8+
9+
<h1 style="line-height: 0.7em;">Coordinate System and Shapes</h1>
10+
<h3 style="line-height: 0.7em;"><em>Daniel Shiffman</em></h3>
11+
1012

1113
<h3>Coordinate Space</h3>
12-
<p>
13-
Before we begin programming with Processing, we must first channel our eighth grade selves, pull out a piece of graph paper, and draw a line. The shortest distance between two points is a good old fashioned line, and this is where we begin, with two points on that graph paper.
14+
15+
<p>
16+
Before we begin programming with Processing, we must first channel our eighth grade selves, pull out a piece of graph paper, and draw a line. The shortest distance between two points is a good old fashioned line, and this is where we begin, with two points on that graph paper.
1417
<br /><br />
1518
<img src="imgs/drawing-01.svg" style= "width: 645px; height: 244px">
1619
<br /><br />
@@ -93,13 +96,10 @@ <h3>Simple Shapes</h3>
9396
line(90,150,80,160);
9497
line(110,150,120,160);
9598
</pre>
96-
</p>
9799

98-
<p>&nbsp;</p>
100+
</p>
99101

100-
<p class="license">This tutorial is for Processing version 1.1+. If you see any errors or have comments, please <a href="https://github.com/processing/processing-docs/issues?state=open">let us know</a>. This tutorial is from the book, <a href="http://www.processing.org/learning/books/#shiffman">Learning Processing</a>, by Daniel Shiffman, published by Morgan Kaufmann Publishers, Copyright &copy; 2008 Elsevier Inc. All rights reserved.</p>
101102

102-
</td>
103+
</td>
103104
</tr>
104-
</table>
105-
</p>
105+
</table>

0 commit comments

Comments
 (0)