8 May 2012 10:33
Re: How to create new node shapes ?
Ignasi <nignasi <at> gmail.com>
2012-05-08 08:33:51 GMT
2012-05-08 08:33:51 GMT
Thank you Mark for the example.
Just a question about it.
Where is the 'outer sep' defined, i.e., why the edge between the cloud and
cable modem doesn't touch the borders?
Thank you,
Ignasi
On Tue, 08 May 2012 09:58:42 +0200, Mark Wibrow <m.wibrow <at> gmail.com> wrote:
> \documentclass{article}
> \usepackage{tikz}
> \usetikzlibrary{shapes.symbols}
> \begin{document}
> \makeatletter
> \tikzset{
> symbol/.style={
> execute at begin node={
> \begin{tikzpicture}
> \def\tikz <at> atbegin <at> node{}
> \tikzset{symbols/#1}
> \end{tikzpicture}
> }
> }
> }
> \makeatother
> \tikzset{
> symbol lines/.style={
> very thick,
(Continue reading)
RSS Feed