I'm trying to rotate a node and then shift it along the X axis. If I do [rotate=90, xshift=-20pt], the node will first shift and then rotate.
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
|
||||
|
|
You could nest the rotated object inside a shifted scope, i.e.
|
|||
|
|
|
The scope is not necessary. You have two solutions 1) with 2) you can try to change the order of your transformations with
|
|||
|

