Difference between revisions of "Five Circle Theorem"
From JSXGraph Wiki
Jump to navigationJump to searchA WASSERMANN (talk | contribs) |
A WASSERMANN (talk | contribs) |
||
Line 31: | Line 31: | ||
c[4] = brd.createElement('circumcircle',[p[4],i[4],i[1]],{}); | c[4] = brd.createElement('circumcircle',[p[4],i[4],i[1]],{}); | ||
for(k=0;k<5;k++) { | for(k=0;k<5;k++) { | ||
− | c[k][1].setProperty({strokeColor:'gray'}); | + | c[k][1].setProperty({strokeColor:'gray',strokeWidth:1}); |
+ | c[k][0].setProperty({visible:false}); | ||
} | } | ||