Difference between revisions of "Fill the intersection area of three circles"
From JSXGraph Wiki
Jump to navigationJump to searchA WASSERMANN (talk | contribs) |
A WASSERMANN (talk | contribs) |
||
Line 50: | Line 50: | ||
// Join the three arcs and fill the area. | // Join the three arcs and fill the area. | ||
− | var | + | var c4 = JXG.joinCurves(brd, [c1, c2, c3], |
{ strokeColor:'black', | { strokeColor:'black', | ||
strokeWidth:3, | strokeWidth:3, |