diff options
Diffstat (limited to 'app/lib/demos/dmlines2.xtr')
-rw-r--r-- | app/lib/demos/dmlines2.xtr | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/lib/demos/dmlines2.xtr b/app/lib/demos/dmlines2.xtr index 13f43b3..f90ba88 100644 --- a/app/lib/demos/dmlines2.xtr +++ b/app/lib/demos/dmlines2.xtr @@ -91,7 +91,7 @@ RESET MESSAGE We also draw Polylines and filled shapes. END -PARAMETER draw linewidth 2 +PARAMETER draw linewidth 0.027777 PARAMETER draw linecolor 11591910 COMMAND DrawPolyline STEP @@ -102,7 +102,7 @@ A Polyline is drawn by dragging to place each of the point in the Polyline. END STEP PARAMETER draw linecolor 0 -PARAMETER draw linewidth 3 +PARAMETER draw linewidth 0.041667 PARAMETER draw linecolor 32768 MOUSE 2 0.64 6.07 MOUSE 4 0.64 6.07 @@ -184,7 +184,7 @@ _________________________________________ Filled Boxes and Circles work the same as line Boxes and Circles. END -COMMAND DrawFilledCircleTangent +COMMAND DrawFilledCircleCenter PARAMETER draw linecolor 16776960 BIGPAUSE MOUSE 2 7.360 6.45333 |