Hyperlinks + XeLaTeX

View: New views
1 Messages — Rating Filter:   Alert me  

Hyperlinks + XeLaTeX

by Maratonda :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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}