Laufmaschine

Aus Wiki1

(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
Zeile 14: Zeile 14:
     b1 = brd.create('segment', [p1, p3], {withLabel:true, name:'b'}),
     b1 = brd.create('segment', [p1, p3], {withLabel:true, name:'b'}),
     b2 = brd.create('segment', [p2, p3], {withLabel:true, name:'j'}),
     b2 = brd.create('segment', [p2, p3], {withLabel:true, name:'j'}),
-
     c3 = brd.create('circle',[p3,40],{strokeColor:'#D8D8D8', strokeOpacity:0, highlightStrokeColor:"white", highlightStrokeOpacity:"0"}),
+
     c3 = brd.create('circle',[p3,40],{}),
     c4 = brd.create('circle',[p1,20],{strokeColor:'#D8D8D8', strokeOpacity:0, highlightStrokeColor:"white", highlightStrokeOpacity:"0"}),
     c4 = brd.create('circle',[p1,20],{strokeColor:'#D8D8D8', strokeOpacity:0, highlightStrokeColor:"white", highlightStrokeOpacity:"0"}),
     p4 = brd.create('intersection', [c3, c4, 0], {withLabel:false, size:1, strokeColor:"#A4A4A4", fillColor:"#A4A4A4"}),
     p4 = brd.create('intersection', [c3, c4, 0], {withLabel:false, size:1, strokeColor:"#A4A4A4", fillColor:"#A4A4A4"}),

Version vom 08:35, 6. Okt. 2017

Persönliche Werkzeuge