When I try and compile this under MiKTeX 2.9:
\documentclass{article}
\usepackage{tikz}
\usetikzlibrary{shadows.blur}
\begin{document}
\end{document}
I get an error
I can't find file `tikzlibraryshadows.blur.code.tex'.
The obvious deduction would be that my version of TikZ is too old. But a) there is no mention of shadows.blur in the 2.10 manual and b) when I look in either of pgfCVS2012-11-04_TDS.tgz, pgf_2.10.tds.zip, I can't find any files whose name includes 'blur'.
What am I missing?
shadows.blurlibrary comes from pgf-blur package... – Paul Gaborit Dec 9 '12 at 11:33hobbylibrary etc. You can find many more in code.launchpad.net/~tex-sx/tex-sx/development – percusse Dec 9 '12 at 13:10usepackage{pgf-blur}? – Mohan Dec 9 '12 at 15:38