Index: lams_central/web/includes/javascript/authoring/authoringDecoration.js =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/includes/javascript/authoring/authoringDecoration.js,v diff -u -r1.11.2.5 -r1.11.2.6 --- lams_central/web/includes/javascript/authoring/authoringDecoration.js 16 Nov 2016 13:06:04 -0000 1.11.2.5 +++ lams_central/web/includes/javascript/authoring/authoringDecoration.js 4 Dec 2016 13:25:42 -0000 1.11.2.6 @@ -99,7 +99,7 @@ if ( ! borderColor ) borderColor = layout.colors.activityBorder; if ( ! strokeWidth ) - strokeWidth = 1; + strokeWidth = 0.5; // the rectangle this.items.shape = paper.path(Snap.format('M {x} {y} h {width} v {height} h -{width} z', @@ -314,4 +314,4 @@ DecorationDefs.Region.prototype = new DecorationDefs.Container; ActivityDefs.ParallelActivity.prototype = new DecorationDefs.Container; ActivityDefs.OptionalActivity.prototype = new DecorationDefs.Container; -ActivityDefs.FloatingActivity.prototype = new DecorationDefs.Container; \ No newline at end of file +ActivityDefs.FloatingActivity.prototype = new DecorationDefs.Container;