Skip to content

Commit

Permalink
Point out difference between zero area and primitivesVisible = false
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Apr 27, 2022
1 parent e24aac3 commit e81d7a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion chapters/annotations.tex
Expand Up @@ -749,7 +749,9 @@ \subsection{Extends-Clause}\label{extends-clause}
\end{itemize}

\begin{nonnormative}
A zero area \lstinline!extent! other than \lstinline!{{0, 0}, {0, 0}}! will result in the base class contents not being visible.
A zero area \lstinline!extent! other than \lstinline!{{0, 0}, {0, 0}}! will result in none of the base class contents being visible.
By affecting components and connections as well as graphical primitives, this is different from setting \lstinline!primitivesVisible = false!.

Reversed corners of the \lstinline!extent! will result in mirrored (rotated if reversed in both direction) base class contents.
\end{nonnormative}

Expand Down

0 comments on commit e81d7a8

Please sign in to comment.