Skip to content

Commit faf6235

Browse files
committed
bugfix dual
1 parent f0de253 commit faf6235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/example_cga2d_basics.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
// Define two circles, one by wedging 3 points, one directly.
3636
var C = ()=>p1^p2^p3, // a function so it updates live.
37-
D = circle(1,1,0.9);
37+
D = circle(1,-1,0.9);
3838

3939
// Define two lines, one directly, one by wedging two points and infinity.
4040
var X=line(0,1,0), Y=()=>p2^p3^ei;

0 commit comments

Comments
 (0)