Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
There were two issues: 1. Pile-up of `name prefix' #311 There is an extensive and very nice answer on TeX.SX: https://tex.stackexchange.com/questions/176900 I have now implemented the first suggestion of just overriding `name prefix'. I still have to test how this interacts with manual setting of `name prefix', but that doesn't seem to be very common (at least it doesn't seem to occur in the manual). 2. No resolution of global node names #717 This had the effect that when requesting `current subpath start' (or any other global name) from within a pic, the resolution would add the prefix and suffix with \tikz@pp@name and if the resulting local name was undefined, throw an error. Now I have implemented a two step resolution which first checks whether the local name exists and if it doesn't tries the global name. I hope nobody is relying on the fact that before global names weren't resolved.
- Loading branch information