Timeline for answer to How to apply the `decorate`-friendly patched `offset` version correctly? by Explorer
Current License: CC BY-SA 4.0
Post Revisions
2 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| 8 hours ago | comment | added | Qrrbrbirlbel |
\def\tikz@finish{\tikz@nfold@do\let\tikz@nfold@do\relax\nfold@orig@tikz@finish} would make preactions and postactions not being offset but that won't help with \draw[offset=1ex] (0,0) -- node[draw]{node} (1,1); which also offsets the path of the node. Though, I don't know how likely something like this would be. Maybe offset=none would be a good default for the every node style? There is unfortunately not a good hook for this but it wouldn't also be the first setting that gets passed down to nodes on a path.
|
|
| 9 hours ago | history | answered | Explorer | CC BY-SA 4.0 |