Classify Beziers, use DeCasteljau for CPU renderer
[ipdf/code.git] / src / svg-tests / lines.svg
index f15c961..ff7eddb 100644 (file)
@@ -5,17 +5,20 @@
 <svg xmlns="http://www.w3.org/2000/svg"
      xmlns:xlink="http://www.w3.org/1999/xlink"
      width="400" height="400">
-    <line x1="0" y1="0" x2="400" y2="0" stroke="red"/>
+    <!--<line x1="0" y1="0" x2="400" y2="0" stroke="red"/>-->
     
-    <line x1="0" y1="0" x2="0" y2="400" stroke="red"/>
+    <!--<line x1="0" y1="0" x2="0" y2="400" stroke="red"/>-->
     
-    <line x1="400" y1="0" x2="400" y2="400" stroke="red"/>
+    <!--<line x1="400" y1="0" x2="400" y2="400" stroke="red"/>-->
     
-    <line x1="0" y1="400" x2="400" y2="400" stroke="red"/>
+    <!--<line x1="0" y1="400" x2="400" y2="400" stroke="red"/>-->
     
-       <line 
+       <!--<line
                x1="0" y1="0" x2="400" y2="400" stroke="black"/>
-
+       -->
        <line
-               x1="400" y1="0" x2="0" y2="400" stroke="black"/>
+               x1="0" y1="200" x2="400" y2="0" stroke="black"/>
+               
+       <!--<line
+               x1="200" y1="200" x2="400" y2="100" stroke="black"/>-->
 </svg>

UCC git Repository :: git.ucc.asn.au