xuyuan / pgf-umlcd

this project is transfered to https://github.com/pgf-tikz/pgf-umlcd
https://github.com/pgf-tikz/pgf-umlcd
Other
57 stars 17 forks source link

Can't use with package smartdiagram #11

Open joaopbnogueira opened 9 years ago

joaopbnogueira commented 9 years ago

Can't simultaneously use with smartdiagram package.

had to modify the source code from:

(...) \pgfsetlayers{background,connectionlayers,main} (...)

to:

(...) \pgfsetlayers{background,connectionlayers,main,smart diagram arrow back} (...)

It is likely that other issues exist.

Keep up the good work.