On 24.05.11 Martin Stigge (mar...@stigge.org) wrote:

Hi Martin,

> After upgrading from 2.00-1 to 2.10-1, placing nodes on "to" paths
> does not work properly anymore if used with a position option like
> pos or midway.  The nodes just end up somewhere at the bottom of
> the canvas.
> 
> Minimal example:
> 
> \tikz \draw (-2, 2) to (2, 2) node[pos=0.1,above] {Foo};
> 
I've asked dctt for an opinion: <btfh22fgc...@mid.individual.net> .
The following code works nicely:

\tikz \draw (-2, 2) -- (2, 2) node[pos=0.1,above] {Foo};

I have the impression that "to" as path type does not exist any more,
you have to use "--" instead. At a first glance I didn't find a
example using "to" any more in the manual.

Regards,
  Hilmar
-- 
sigmentation fault


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to