@@ -802,18 +802,20 @@ the two inputs <code>u1</code> and <code>u2</code>. Optionally, either input <co
802802
803803</html>" ),
804804 Icon(coordinateSystem(preserveAspectRatio=true, extent={{-100,-100},{
805- 100,100}}), graphics={Line(points={{50,0},{100,0}}, color={0,0,127}),
805+ 100,100}}), graphics={
806+ Line(points={{-100,60},{-60,60},{0,0}}, color={0,0,127}),
807+ Line(points={{-100,-60},{-60,-60},{0,0}}, color={0,0,127}),
808+ Ellipse(extent={{-50,50},{50,-50}}, lineColor={0,0,127},
809+ fillColor={255,255,255},
810+ fillPattern=FillPattern.Solid),
811+ Line(points={{50,0},{100,0}}, color={0,0,127}),
806812 Line(points={{-30,0},{30,0}}),Ellipse(
807813 extent={{-5,20},{5,30}},
808814 fillPattern=FillPattern.Solid),Ellipse(
809815 extent={{-5,-20},{5,-30}},
810- fillPattern=FillPattern.Solid),Ellipse(extent={{-50,50},{50,-50}},
811- lineColor={0,0,127}),
812- Line(points={{-100,60},{-40,60},{-30,40}},
813- color={0,0,127}),Line(points={{-100,-60},{-40,-60},{-30,-40}}, color=
814- {0,0,127}),
816+ fillPattern=FillPattern.Solid),
815817 Text(
816- extent={{-60,94 },{90,54 }},
818+ extent={{-60,90 },{90,50 }},
817819 lineColor={128,128,128},
818820 textString="u1 / u2" )}),
819821 Diagram(coordinateSystem(preserveAspectRatio=true, extent={{-100,-100},
0 commit comments