Skip to content

Commit

Permalink
It's just Black.
Browse files Browse the repository at this point in the history
  • Loading branch information
HansOlsson committed Feb 15, 2024
1 parent bd990bc commit ff22057
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chapters/annotations.tex
Original file line number Diff line number Diff line change
Expand Up @@ -945,7 +945,7 @@ \subsection{Connections}\label{connections1}
Real fontSize = 0 "unit pt";
String fontName;
TextStyle textStyle[:];
Color textColor = Color.Black;
Color textColor = Black;
TextAlignment horizontalAlignment =
if index < 0 then TextAlignment.Right else TextAligment.Left "Note: different default";
Integer index "Note: new";
Expand Down Expand Up @@ -1079,7 +1079,7 @@ \subsubsection{Text}\label{text}
Real fontSize = 0 "unit pt";
String fontName;
TextStyle textStyle[:];
Color textColor = Color.Black;
Color textColor = Black;
TextAlignment horizontalAlignment = TextAlignment.Center;
end Text;
\end{lstlisting}%
Expand Down

0 comments on commit ff22057

Please sign in to comment.