FPU bug ?
2010-03-19 16:10:06 GMT
%\usepackage{fp}
%\usetikzlibrary{fixedpointarithmetic}
%\pgfkeys{/pgf/fixed point arithmetic}
%\pgfkeys{/pgf/number format/.cd , fixed, precision=3}
\usetikzlibrary{fpu}
\pgfkeys{/pgf/fpu, /pgf/fpu/output format=fixed}
\begin{document}
\begin{frame}
\begin{tikzpicture}
\fill [top color = blue, bottom color=white] (0,0) rectangle (1,0.5);
%%% The above line gives the error message below with FPU library. There is no issue with FP.
\fill (0,0) rectangle (1,0.5); %%% No problem with this rectangle without shading
\end{tikzpicture}
\end{frame}
\end{document}
%################################################
! Package PGF Math Error: Sorry, an internal routine of the floating point unit
got an ill-formatted floating point number `0.0'. The unreadable part was near
'0.0'..
See the PGF Math package documentation for explanation.
Type H <return> for immediate help.
------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev
_______________________________________________ pgf-users mailing list pgf-users <at> lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pgf-users
RSS Feed