complete styling

This commit is contained in:
2020-04-25 17:34:05 +02:00
parent 3b67053b3e
commit cbedf36d8e
3 changed files with 13 additions and 3 deletions

View File

@ -22,7 +22,7 @@ test ('serialize simple', (t) => {
test ('serialize table', (t) => {
const g = new Node ('foo', 'bar', 'baz');
g.color = Color.green;
g.style = NodeStyles.dashed;
g.style = NodeStyles.invisible;
g.table_contents = [
[