Menu

#341 node after pic is not working

v1.0 (example)
closed-fixed
nobody
node (2) pic (1)
5
2015-08-03
2014-11-27
Kpym
No

Using node after pic on the same path is not working.
For example in the following code (where seagull is the pic from the manual)

\tikz \draw (1,1) pic{seagull} (2,2) node{A};

the following error is thrown

! Package pgfkeys Error: I do not know the key '/tikz/pics/A' and I am going to ignore it.

Discussion

  • Kpym

    Kpym - 2014-11-27
     
  • Christian Feuersänger

    I followed the preanalysis on the linked tex.sx page and commited a less-hacky solution.

    The attached example works fine.

     
  • Christian Feuersänger

    • status: open --> closed-fixed