Skip to content

Commit

Permalink
Prefer Text.textColor attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
beutlich committed Jan 19, 2021
1 parent c16da50 commit 89bd257
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ equation
Text(
extent={{-150,-50},{150,-90}},
textString="%name",
lineColor={0,0,255}),
textColor={0,0,255}),
Ellipse(visible=fixedRotationAtFrame_a, extent={{-70,30},{-130,-30}}, lineColor={255,0,0}),
Text(visible=fixedRotationAtFrame_a,
extent={{-62,50},{-140,30}},
Expand Down

0 comments on commit 89bd257

Please sign in to comment.