@@ -938,7 +938,7 @@ Example:
938938 preserveAspectRatio=true,
939939 extent={{-100,-100},{100,100}}), graphics={
940940 Line(points={{-100,60},{-74,24},{-44,24}}, color={0,0,127}),
941- Line(points={{-100,-60},{-74,-28 },{-42,-28 }}, color={0,0,127}),
941+ Line(points={{-100,-60},{-74,-24 },{-44,-24 }}, color={0,0,127}),
942942 Ellipse(lineColor={0,0,127}, extent={{-50,-50},{50,50}}),
943943 Line(points={{50,0},{100,0}}, color={0,0,127}),
944944 Text(extent={{-40,40},{40,-40}}, textString="+" ),
@@ -951,7 +951,7 @@ Example:
951951 fillColor={255,255,255},
952952 fillPattern=FillPattern.Solid),Line(points={{50,0},{100,0}},
953953 color={0,0,255}),Line(points={{-100,60},{-74,24},{-44,24}}, color={
954- 0,0,127}),Line(points={{-100,-60},{-74,-28 },{-42,-28 }}, color={0,0,127}),
954+ 0,0,127}),Line(points={{-100,-60},{-74,-24 },{-44,-24 }}, color={0,0,127}),
955955 Ellipse(extent={{-50,50},{50,-50}}, lineColor={0,0,127}),Line(
956956 points={{50,0},{100,0}}, color={0,0,127}),Text(
957957 extent={{-40,40},{40,-40}},
0 commit comments