Shadows: Difference between revisions
From JSXGraph Wiki
A WASSERMANN (talk | contribs) No edit summary |
A WASSERMANN (talk | contribs) No edit summary |
||
Line 4: | Line 4: | ||
p1 = board.createElement('point', [0, 0], {style:5,name:"A",fillColor:'blue', shadow:true}); | p1 = board.createElement('point', [0, 0], {style:5,name:"A",fillColor:'blue', shadow:true}); | ||
p2 = board.createElement('point', [ | p2 = board.createElement('point', [1, 4], {style:5,name:"B",fillColor:'blue', shadow:true}); | ||
c = board.createElement('circle',['A','B'], {shadow:true}); | c = board.createElement('circle',['A','B'], {shadow:true}); | ||
li = board.createElement('line',['A','B'], {shadow:true}); | li = board.createElement('line',['A','B'], {shadow:true}); | ||
</jsxgraph> | </jsxgraph> |