# HG changeset patch # User kyberneticist@gmail.com # Date 1350844725 0 # Node ID 4c759fad66cff2d03058ba8c0a8482c06a0304b6 # Parent 800c3ae08944e086ac7c463811afabed60da7386 Edited wiki page LuaDrawing through web user interface. diff -r 800c3ae08944 -r 4c759fad66cf LuaDrawing.wiki --- 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. +screenshot here + Another brief example. for i = 200,2000,600 do @@ -85,4 +87,6 @@ end FlushPoints() -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. + +screenshot here \ No newline at end of file