@@ -1094,8 +1094,8 @@ by <em>dividing</em> the two inputs <strong>u1</strong> and <strong>u2</strong>:
10941094 Ellipse(fillPattern=FillPattern.Solid, extent={{-5,20},{5,30}}),
10951095 Ellipse(fillPattern=FillPattern.Solid, extent={{-5,-30},{5,-20}}),
10961096 Ellipse(lineColor={0,0,127}, extent={{-50,-50},{50,50}}),
1097- Line(points={{-100,60},{-66 ,60},{-40,30 }}, color={0,0,127}),
1098- Line(points={{-100,-60},{0 ,-60},{0,-50 }}, color={0,0,127}),
1097+ Line(points={{-100,60},{-40 ,60},{-30,40 }}, color={0,0,127}),
1098+ Line(points={{-100,-60},{-40 ,-60},{-30,-40 }}, color={0,0,127}),
10991099 Text(
11001100 extent={{-60,94},{90,54}},
11011101 lineColor={128,128,128},
@@ -1112,8 +1112,8 @@ by <em>dividing</em> the two inputs <strong>u1</strong> and <strong>u2</strong>:
11121112 fillPattern=FillPattern.Solid),Ellipse(
11131113 extent={{-5,-20},{5,-30}},
11141114 fillPattern=FillPattern.Solid),Ellipse(extent={{-50,50},{50,-50}},
1115- lineColor={0,0,255}),Line(points={{-100,60},{-66 ,60},{-40,30 }},
1116- color={0,0,255}),Line(points={{-100,-60},{0 ,-60},{0,-50 }}, color={0,
1115+ lineColor={0,0,255}),Line(points={{-100,60},{-40 ,60},{-30,40 }},
1116+ color={0,0,255}),Line(points={{-100,-60},{-40 ,-60},{-30,-40 }},color={0,
11171117 0,255})}));
11181118 end Division;
11191119
0 commit comments