Author: spouliot
Date: 2007-06-08 11:41:44 -0400 (Fri, 08 Jun 2007)
New Revision: 78962

Modified:
   trunk/moon/test/xaml/test-shape-styles.xaml
Log:
expand line tests for lines cap and add more tests for dashes==0.0

Modified: trunk/moon/test/xaml/test-shape-styles.xaml
===================================================================
--- trunk/moon/test/xaml/test-shape-styles.xaml 2007-06-08 15:40:34 UTC (rev 
78961)
+++ trunk/moon/test/xaml/test-shape-styles.xaml 2007-06-08 15:41:44 UTC (rev 
78962)
@@ -9,8 +9,24 @@
        <Line Stroke="LightGray" StrokeThickness="4." 
StrokeDashArray="1,2,3,4,5" X1="80" Y1="10" X2="80" Y2="100" />
        <Line Stroke="Magenta" StrokeThickness="4.50" 
StrokeDashArray="5,4,3,2,1" X1="90" Y1="10" X2="90" Y2="100" />
        <Line Stroke="Orange" StrokeThickness="5" StrokeDashArray="0" X1="100" 
Y1="10" X2="100" Y2="100" />
-       <Line Stroke="Purple" StrokeThickness="5.5" StrokeDashArray="-1" 
X1="110" Y1="10" X2="110" Y2="100" />
-       <Line Stroke="Red" StrokeThickness="6" StrokeDashArray="3.141592" 
X1="120" Y1="10" X2="120" Y2="100" />
+       <Line Stroke="Purple" StrokeThickness="5.5" StrokeDashArray="2,0" 
X1="110" Y1="10" X2="110" Y2="100" />
+       <Line Stroke="Red" StrokeThickness="6" StrokeDashArray="0,3" X1="120" 
Y1="10" X2="120" Y2="100" />
        <Line Stroke="White" StrokeThickness="6.5" 
StrokeDashArray="1,2,3,5,7,11" X1="130" Y1="10" X2="130" Y2="100" />
        <Line Stroke="Yellow" StrokeThickness="7" 
StrokeDashArray="1,2,3,5,8,13" X1="140" Y1="10" X2="140" Y2="100" />
+
+       <Line Stroke="Red" Fill="Red" StrokeThickness="5" 
StrokeStartLineCap="Flat" X1="10" Y1="110" X2="10" Y2="200" />
+       <Line Stroke="Green" Fill="Red" StrokeThickness="5" 
StrokeEndLineCap="Flat" X1="20" Y1="110" X2="20" Y2="200" />
+       <Line Stroke="Blue" Fill="Red" StrokeThickness="5" 
StrokeStartLineCap="Flat" StrokeEndLineCap="Flat" X1="30" Y1="110" X2="30" 
Y2="200" />
+
+       <Line Stroke="Red" StrokeThickness="5" StrokeStartLineCap="Round" 
X1="50" Y1="110" X2="50" Y2="200" />
+       <Line Stroke="Green" Fill="Red" StrokeThickness="5" 
StrokeEndLineCap="Round" X1="60" Y1="110" X2="60" Y2="200" />
+       <Line Stroke="Blue" Fill="Red" StrokeThickness="5" 
StrokeStartLineCap="Round" StrokeEndLineCap="Round" X1="70" Y1="110" X2="70" 
Y2="200" />
+
+       <Line Stroke="Red" StrokeThickness="5" StrokeStartLineCap="Square" 
X1="90" Y1="110" X2="90" Y2="200" />
+       <Line Stroke="Green" Fill="Red" StrokeThickness="5" 
StrokeEndLineCap="Square" X1="100" Y1="110" X2="100" Y2="200" />
+       <Line Stroke="Blue" Fill="Red" StrokeThickness="5" 
StrokeStartLineCap="Square" StrokeEndLineCap="Square" X1="110" Y1="110" 
X2="110" Y2="200" />
+
+       <Line Stroke="Red" StrokeThickness="5" StrokeStartLineCap="Triangle" 
X1="130" Y1="110" X2="130" Y2="200" />
+       <Line Stroke="Green" Fill="Red" StrokeThickness="5" 
StrokeEndLineCap="Triangle" X1="140" Y1="110" X2="140" Y2="200" />
+       <Line Stroke="Blue" Fill="Red" StrokeThickness="5" 
StrokeStartLineCap="Triangle" StrokeEndLineCap="Triangle" X1="150" Y1="110" 
X2="150" Y2="200" />
 </Canvas>

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to