Package: pgf Version: 2.10-1 Severity: normal 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};
With 2.00-1 that works nicely, but 2.10-1 places the node somewhere completely
different. Since I'm using that feature a lot, I had to downgrade to 2.00-1 to
be able to use pgf again.
I'm attaching a minimal example file and the outputs I get from pdflatex for
both versions of the pgf package.
Regards,
Martin
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.38-1-686-bigmem (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages pgf depends on:
ii dpkg 1.16.0.3 Debian package management system
ii latex-xcolor 2.11-1 Easy driver-independent TeX class
ii tex-common 2.09 common infrastructure for building
ii texlive-latex-recommended 2009-11 TeX Live: LaTeX recommended packag
pgf recommends no packages.
pgf suggests no packages.
-- no debconf information
\documentclass{article}
\usepackage[english]{babel}
\usepackage[latin1]{inputenc}
\usepackage{tikz}
\begin{document}
\tikz \draw (-2, 2) to (2, 2) node[pos=0.1,above] {Foo};
\end{document}
% vim: tabstop=4 spell linebreak shiftwidth=4
pgfbug-2.00.pdf
Description: Adobe PDF document
pgfbug-2.10.pdf
Description: Adobe PDF document

