Skip to content

Commit

Permalink
Delete redundant points of polygon annotation of 'Spice3' connectors (m…
Browse files Browse the repository at this point in the history
  • Loading branch information
tobolar committed Jun 23, 2023
1 parent f5f6ffb commit c64cc2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Modelica/Electrical/Spice3.mo
Expand Up @@ -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)}));
Expand All @@ -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)}));
Expand Down

0 comments on commit c64cc2c

Please sign in to comment.