hgbook

view en/figs/undo-manual.dot @ 664:4dd63ae7ba87

Remove background images for note/tip/warn
author Dongsheng Song <songdongsheng@live.cn>
date Tue Mar 31 14:53:07 2009 +0800 (2009-03-31)
parents c9aad709bd3a
children
line source
1 digraph undo_manual {
2 "first change" -> "second change";
3 "second change" -> "third change";
4 backout [label="back out\nsecond change", shape=box];
5 "second change" -> backout;
6 }