-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fitting a node doesn't respect rotation #191
Comments
Migrated from SourceForge https://sourceforge.net/p/pgf/bugs/_discuss/thread/13282150/32b3/attachment/mull.tex |
Migrated from SourceForge Thanks for the report. Here is a workaround. \documentclass{minimal} \node[draw,fit=(bar) (foo)] {no rot}; \end{document} |
Migrated from SourceForge
|
Migrated from SourceForge This is the same as bug #128, which is now fixed. |
Migrated from SourceForge
Author: *anonymous
Timestamp: 2012-01-02 16:07:19
When fitting a node, a rotation given to \begin{tikzpicture} is ignored. See attachment:
If one leaves out [rotate=90], then all works fine. But with the rotation, the coordinates are rotated, but the node is fitted to some other coordinates.
The text was updated successfully, but these errors were encountered: