Compiling the following with XeLaTeX produces a misaligned hyperlink.
Researching the problem, I have read that it was fixed for XeTeX.
Compiling with pdflatex presents no issue at all.
I am using version 2.0.
Is there a workaround?
Please let me know if information is insufficient to answer.
Thanks
\documentclass[10pt]{article}
\usepackage{tikz}
\usepackage{hyperref}
\begin{document}
\begin{tikzpicture}
\node [fill=red,rounded corners=5pt]
{\href{foo}{bar bar bar}};
\end{tikzpicture}
\end{document}
