graphlib-dot
graphlib-dot copied to clipboard
bugfix: defaults escaping subgraphs
Fixes: graph { { node [color=red]; }; a } to produce "a []" rather than "a [color=red]"
Caused by using _.clone instead of _.cloneDeep in the default stack
0.00s$ sh -e /etc/init.d/xvfb start
sh: 0: Can't open /etc/init.d/xvfb
The command "sh -e /etc/init.d/xvfb start" failed and exited with 127 during .
This travis failure looks unrelated to my change
Closing this because it's implemented in https://github.com/dagrejs/graphlib-dot/pull/77/
Thanks for the PR!