[Redbutton-devel] SF.net SVN: redbutton: [327] redbutton-author/trunk/grammar
Brought to you by:
skilvington
|
From: <ski...@us...> - 2007-08-22 13:17:51
|
Revision: 327
http://redbutton.svn.sourceforge.net/redbutton/?rev=327&view=rev
Author: skilvington
Date: 2007-08-22 06:17:47 -0700 (Wed, 22 Aug 2007)
Log Message:
-----------
another OCR error
Modified Paths:
--------------
redbutton-author/trunk/grammar
Modified: redbutton-author/trunk/grammar
===================================================================
--- redbutton-author/trunk/grammar 2007-08-21 18:57:48 UTC (rev 326)
+++ redbutton-author/trunk/grammar 2007-08-22 13:17:47 UTC (rev 327)
@@ -578,7 +578,7 @@
EllipseHeight StartAngle ArcAngle ")" .
DrawLine ::= ":DrawLine" "(" Target X1 Y1 X2 Y2 ")" .
DrawOval ::= ":DrawOval" "(" Target X Y EllipseWidth
- EllipseHeight")" .
+ EllipseHeight ")" .
DrawPolygon ::= ":DrawPolygon" "(" Target PointList ")" .
DrawPolyline ::= ":DrawPolyline" "(" Target PointList ")" .
DrawRectangle ::= ":DrawRectangle" "(" Target X1 Y1 X2 Y2
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|