Skip to content

Commit b3e9b89

Browse files
committedJan 20, 2025
Fix icon annotations
1 parent e09fef6 commit b3e9b89

File tree

2 files changed

+6
-15
lines changed

2 files changed

+6
-15
lines changed
 

‎Modelica/Blocks/Math.mo

+2-7
Original file line numberDiff line numberDiff line change
@@ -1153,16 +1153,11 @@ y = u1 / u2;
11531153
smooth = Smooth.Bezier,
11541154
origin = {58, -66},
11551155
rotation = 270),
1156-
Line(
1157-
points = {{12, -60}, {12, -76}},
1158-
color = {200, 200, 200},
1159-
pattern = LinePattern.None,
1160-
smooth = Smooth.Bezier),
1161-
Line(points = {{20, -70}, {20, -62}}, color = {200, 200, 200}),
1156+
Line(points = {{-16,-70},{-16,-62}}, color = {200, 200, 200}),
11621157
Line(
11631158
points = {{0, -4}, {0, 4}},
11641159
color = {200, 200, 200},
1165-
origin = {-62, 16},
1160+
origin = {-62, 0},
11661161
rotation = 90)}),
11671162
Documentation(
11681163
info = "<html>

‎Modelica/Blocks/Nonlinear.mo

+4-8
Original file line numberDiff line numberDiff line change
@@ -278,18 +278,15 @@ with derivative time constant <code>Td</code>. Smaller time constant <code>Td</c
278278
Line(points = {{0, -80}, {0, 68}}, color = {192, 192, 192}),
279279
Text(
280280
extent = {{62, 32}, {80, 8}},
281-
pattern = LinePattern.None,
282-
lineColor = {0, 0, 0},
281+
textColor = {0, 0, 0},
283282
textString = "u"),
284283
Text(
285284
extent = {{-24, 84}, {-8, 64}},
286-
pattern = LinePattern.None,
287-
lineColor = {0, 0, 0},
285+
textColor = {0, 0, 0},
288286
textString = "y"),
289287
Text(
290288
extent = {{-82, 22}, {-12, 6}},
291-
pattern = LinePattern.None,
292-
lineColor = {0, 0, 0},
289+
textColor = {0, 0, 0},
293290
textString = "%threshold",
294291
horizontalAlignment = TextAlignment.Right),
295292
Line(points = {{-4, 10}, {2, 10}}, color = {192, 192, 192}),
@@ -316,8 +313,7 @@ with derivative time constant <code>Td</code>. Smaller time constant <code>Td</c
316313
rotation = 270),
317314
Text(
318315
extent = {{8, -8}, {78, -24}},
319-
pattern = LinePattern.None,
320-
lineColor = {0, 0, 0},
316+
textColor = {0, 0, 0},
321317
horizontalAlignment = TextAlignment.Left,
322318
textString = "-%threshold")}),
323319
Documentation(

0 commit comments

Comments
 (0)