https://git.useribm.hu
/
mediacube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8de4c4
)
git-tfs-id: [http://tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube...
author
Sweidan Omar
<TFS\sweidan.omar>
Fri, 8 Apr 2022 14:45:04 +0000
(14:45 +0000)
committer
Sweidan Omar
<TFS\sweidan.omar>
Fri, 8 Apr 2022 14:45:04 +0000
(14:45 +0000)
server/user.mediacube.gui/js/processVisualizer.js
patch
|
blob
|
history
diff --git
a/server/user.mediacube.gui/js/processVisualizer.js
b/server/user.mediacube.gui/js/processVisualizer.js
index 61f2af0c0e957237e0cc1b1ff00b3aa928aad90f..8e341c11c7db61ebd2c3ac5b0f5b25271c121431 100644
(file)
--- 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)",
\r
"stroke": 1,
\r
"radius": 2,
\r
- "dasharray": null
\r
+ "dasharray": null,
\r
+ "fill": "linear"
\r
},
\r
{
\r
"type": "draw2d.Connection",
\r
@@
-124,7
+125,7
@@
var json= [
\r
// create the canvas for the user interaction
\r
//
\r
- var canvas = new draw2d.Canvas("my
Canvas
");
\r
+ var canvas = new draw2d.Canvas("my
Div
");
\r
\r
// unmarshal the JSON document into the canvas
\r
// (load)
\r