Your message dated Tue, 02 Jun 2015 09:26:15 +0200
with message-id <[email protected]>
and subject line Re: Bug#627750: pgf: Node placement on "to" paths broken
has caused the Debian Bug report #627750,
regarding pgf: Node placement on "to" paths broken
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
627750: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=627750
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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


Attachment: pgfbug-2.00.pdf
Description: Adobe PDF document

Attachment: pgfbug-2.10.pdf
Description: Adobe PDF document


--- End Message ---
--- Begin Message ---
On Wed, 14 May 2014 16:02:35 +0200 Hilmar Preusse <[email protected]> wrote:
> On 24.05.11 Martin Stigge ([email protected]) 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: <[email protected]> .
> 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.
> 
No response for about a year and bug solved by code rewrite -> Closing.

Hilmar
-- 
http://www.hilmar-preusse.de.vu/   #206401 http://counter.li.org

--- End Message ---

Reply via email to