xmirror/ymirror produce mirrored coordinate labels
Closed this issue · 1 comments
dromedar17 commented
Using xmirror and ymirror causes the labels on the horizontal coordinate axis to be flipped.
xmirror
\begin{sseqpage}[xmirror, classes = {draw = none}]
\class["A"](0,0)
\class["B"](2,2)
\end{sseqpage}
ymirror
\begin{sseqpage}[ymirror, classes = {draw = none}]
\class["A"](0,0)
\class["B"](2,2)
\end{sseqpage}
both
\begin{sseqpage}[xmirror, ymirror, classes = {draw = none}]
\class["A"](0,0)
\class["B"](2,2)
\end{sseqpage}
produces the attached output.
min.pdf
dromedar17 commented
nvm, I was using an outdated version.