Edited wiki page LuaDrawing through web user interface.
--- a/LuaDrawing.wiki Sat Oct 20 13:13:54 2012 +0000
+++ b/LuaDrawing.wiki Sun Oct 21 18:38:45 2012 +0000
@@ -74,6 +74,8 @@
The following loop draws a set of nested points, alternating erasure and fill, which results in a set of concentric circles.
The 2nd loop draws a web of lines and frames it using some final AddPoints.
+<a href="http://m8y.org/hw/draw1.jpeg">screenshot here</a>
+
Another brief example.
<code lang="lua">
for i = 200,2000,600 do
@@ -85,4 +87,6 @@
end
FlushPoints()
</code>
-This one fills the map with solid land, and draws 4 circular erased points in it.
\ No newline at end of file
+This one fills the map with solid land, and draws 4 circular erased points in it.
+
+<a href="http://m8y.org/hw/draw2.jpeg">screenshot here</a>
\ No newline at end of file