Laufmaschine

Aus Wiki1

(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
Zeile 15: Zeile 15:
     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],{}),
     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],{}),
     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"}),
     b3 = brd.create('segment', [p3, p4], {withLabel:true, name:'e'}),
     b3 = brd.create('segment', [p3, p4], {withLabel:true, name:'e'}),

Version vom 08:36, 6. Okt. 2017

Persönliche Werkzeuge