We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 044675f commit d64e1d8Copy full SHA for d64e1d8
packages/viz/test/graph-objects.test.js
@@ -280,10 +280,13 @@ describe("Viz", function() {
280
subgraphs: [
281
{
282
graphAttributes: {
283
- color: "green"
+ color: "red"
284
},
285
nodeAttributes: {
286
- color: "red"
+ color: "green"
287
+ },
288
+ edgeAttributes: {
289
+ color: "blue"
290
291
nodes: [
292
{ name: "a" }
@@ -298,8 +301,9 @@ describe("Viz", function() {
298
301
graph [bb="0,0,54,36"];
299
302
node [label="\\N"];
300
303
- graph [color=green];
- node [color=red];
304
+ graph [color=red];
305
+ node [color=green];
306
+ edge [color=blue];
307
a [height=0.5,
308
pos="27,18",
309
width=0.75];
0 commit comments