From a715e050453b79493b428b83ed9c21812c1376f2 Mon Sep 17 00:00:00 2001 From: Sweidan Omar Date: Fri, 8 Apr 2022 14:45:04 +0000 Subject: [PATCH] git-tfs-id: [http://tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube;C33141 --- server/user.mediacube.gui/js/processVisualizer.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/server/user.mediacube.gui/js/processVisualizer.js b/server/user.mediacube.gui/js/processVisualizer.js index 61f2af0c..8e341c11 100644 --- a/server/user.mediacube.gui/js/processVisualizer.js +++ b/server/user.mediacube.gui/js/processVisualizer.js @@ -83,7 +83,8 @@ var json= [ "color": "rgba(69,130,229,1)", "stroke": 1, "radius": 2, - "dasharray": null + "dasharray": null, + "fill": "linear" }, { "type": "draw2d.Connection", @@ -124,7 +125,7 @@ var json= [ // create the canvas for the user interaction // - var canvas = new draw2d.Canvas("myCanvas"); + var canvas = new draw2d.Canvas("myDiv"); // unmarshal the JSON document into the canvas // (load) -- 2.54.0