complete styling
This commit is contained in:
@ -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 = [
|
||||
[
|
||||
|
Reference in New Issue
Block a user