hgbook

view es/undo-simple.dot @ 895:17c8e09ddd2b

Page background must be white since formulas' background is always white.
author dukebody <dukebody@gmail.com>
date Mon Oct 26 12:19:54 2009 +0100 (2009-10-26)
parents 57a6e7535371
children
line source
1 digraph undo_simple {
2 "primer cambio" -> "segundo cambio";
3 "segundo cambio" -> "reversar\nsegundo cambio";
4 }