Skip to content

Commit

Permalink
Icon: order underlayed rectangle into back
Browse files Browse the repository at this point in the history
  • Loading branch information
tobolar authored and beutlich committed Jan 19, 2021
1 parent b8887f1 commit fc924a2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
8 changes: 4 additions & 4 deletions Modelica/Mechanics/MultiBody/Joints/Assemblies/JointSSR.mo
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,10 @@ component).
preserveAspectRatio=true,
extent={{-100,-100},{100,100}},
initialScale=0.2), graphics={
Rectangle(
extent={{72,10},{88,-10}},
fillColor={192,192,192},
fillPattern=FillPattern.Solid),
Rectangle(
extent={{8,6},{61,-6}},
fillPattern=FillPattern.HorizontalCylinder,
Expand Down Expand Up @@ -307,10 +311,6 @@ component).
extent={{85,-30},{100,30}},
fillPattern=FillPattern.HorizontalCylinder,
fillColor={192,192,192}),
Rectangle(
extent={{76,10},{85,-10}},
fillColor={192,192,192},
fillPattern=FillPattern.Solid),
Rectangle(extent={{60,30},{76,-30}}),
Rectangle(extent={{85,30},{100,-30}}),
Line(
Expand Down
11 changes: 6 additions & 5 deletions Modelica/Mechanics/MultiBody/Joints/Assemblies/JointUSR.mo
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,10 @@ the origin of frame_a to the middle of rod 1, this might be defined as:
preserveAspectRatio=true,
extent={{-100,-100},{100,100}},
initialScale=0.2), graphics={
Rectangle(
extent={{72,10},{88,-10}},
fillColor={192,192,192},
fillPattern=FillPattern.Solid),
Rectangle(
extent={{10,6},{61,-6}},
fillPattern=FillPattern.HorizontalCylinder,
Expand Down Expand Up @@ -426,14 +430,11 @@ the origin of frame_a to the middle of rod 1, this might be defined as:
extent={{85,-30},{100,30}},
fillPattern=FillPattern.HorizontalCylinder,
fillColor={192,192,192}),
Rectangle(
extent={{76,10},{85,-10}},
fillColor={192,192,192},
fillPattern=FillPattern.Solid),
Rectangle(extent={{60,30},{76,-30}}),
Rectangle(extent={{85,30},{100,-30}}),
Line(
points={{60,30},{60,80},{80,80},{80,100}},
points={{68,30},{68,80},{80,80},{80,100}},
color={95,95,95},
thickness=0.5),
Line(
Expand Down

0 comments on commit fc924a2

Please sign in to comment.