Howdy,

This file containing a tkz shading compiles fine with pdflatex but fails with 
xelatex:

%%!TEX TS-program = xelatex
%%!TEX encoding = UTF-8 Unicode
\documentclass{article}
\usepackage{tikz}
\usepackage[active,tightpage]{preview}  % Optionally comment out
\begin{document}
  \begin{preview}                       % Optionally comment out
    \begin{tikzpicture}
        \shade [left color=blue, right color=yellow] (0,0) rectangle (8,8);
    \end{tikzpicture}
  \end{preview}                         % Optionally comment out
\end{document}

I assume it either has to do with tikz's xetex support, xetex or xdvipdfmx. 
This is with the xetex version in TeX Live 2014 pretest but also was true, at 
least, with TeX Live 2013 too.

Good Luck,

Herb Schulz
(herbs at wideopenwest dot com)







--------------------------------------------------
Subscriptions, Archive, and List information, etc.:
  http://tug.org/mailman/listinfo/xetex

Reply via email to