From c64cc2c4a6e673ff0144890a095a58084e4768ab Mon Sep 17 00:00:00 2001 From: tobolar Date: Fri, 23 Jun 2023 08:57:14 +0200 Subject: [PATCH] Delete redundant points of polygon annotation of 'Spice3' connectors (#4135) --- Modelica/Electrical/Spice3.mo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Modelica/Electrical/Spice3.mo b/Modelica/Electrical/Spice3.mo index 9507d17cee..d9bfc6e973 100644 --- a/Modelica/Electrical/Spice3.mo +++ b/Modelica/Electrical/Spice3.mo @@ -4351,7 +4351,7 @@ P0, P1 -> polynomial coefficients name.coeff(coeff={P0,P1,...}) SI.CurrentSlope di "di/dt"; flow SI.Voltage v; annotation (Icon(graphics={Polygon( - points={{0,0},{0,100},{100,0},{0,-100},{0,-100},{0,0}}, + points={{0,100},{100,0},{0,-100},{0,100}}, lineColor={170,85,255}, fillColor={170,85,255}, fillPattern=FillPattern.Solid)})); @@ -4363,7 +4363,7 @@ P0, P1 -> polynomial coefficients name.coeff(coeff={P0,P1,...}) SI.CurrentSlope di "di/dt"; flow SI.Voltage v; annotation (Icon(graphics={Polygon( - points={{-100,0},{0,100},{0,0},{0,-100},{-2,-98},{-100,0}}, + points={{-100,0},{0,100},{0,-100},{-100,0}}, lineColor={170,85,255}, fillColor={170,85,255}, fillPattern=FillPattern.Solid)}));