Package: pgf
Version: 2.10-1
Severity: normal

Hi,

thanks for maintaining pgf.

As of 2.10-1, using callout absolute pointer stopped working.
It did work fine with 2.00-1. Attached is a test-case.

Cheers,
   Stefan.

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.38-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages pgf depends on:
ii  dpkg                          1.16.0.1   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[a4paper,12pt,final,oneside]{book}
\usepackage{tikz}
\usetikzlibrary{shapes.callouts}

\begin{document}
\begin{tikzpicture}
[
]
	\coordinate (c1) at (0, -1);
	\node (ellipse callout) [ellipse callout, 
				draw, 
				callout absolute pointer=(c1)] 
		{ellipse callout};
\end{tikzpicture}
\end{document}

Reply via email to