Skip to content
This repository has been archived by the owner on Jan 4, 2021. It is now read-only.

Commit

Permalink
[STYLE]Adapting to the new deportal color and reducing the default st…
Browse files Browse the repository at this point in the history
…roke width
  • Loading branch information
DEWITTE Pierre-Alban committed Jan 3, 2017
1 parent 6ad1ed6 commit 9cdca68
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions dist/myscript.js
Original file line number Diff line number Diff line change
Expand Up @@ -290,11 +290,11 @@ MyScript = {
* @constructor
*/
function PenParameters(obj) {
this.color = 'rgba(0, 0, 0, 0.9)';
this.color = '#1580CD';
this.rectColor = 'rgba(0, 0, 0, 0.2)';
this.font = 'Times New Roman';
this.decoration = 'normal';
this.width = 4;
this.width = 3;
this.pressureType = 'SIMULATED';
this.alpha = '1.0';
if (obj) {
Expand Down
2 changes: 1 addition & 1 deletion dist/myscript.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/myscript.min.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/common/penParameters.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
* @constructor
*/
function PenParameters(obj) {
this.color = 'rgba(0, 0, 0, 0.9)';
this.color = '#1580CD';
this.rectColor = 'rgba(0, 0, 0, 0.2)';
this.font = 'Times New Roman';
this.decoration = 'normal';
this.width = 4;
this.width = 3;
this.pressureType = 'SIMULATED';
this.alpha = '1.0';
if (obj) {
Expand Down

0 comments on commit 9cdca68

Please sign in to comment.