2
0

fix(appComponent): enhanced default form values

This commit is contained in:
2018-05-24 00:12:57 +02:00
parent c33f8fb738
commit bb271f68ea
5 changed files with 28 additions and 20 deletions

View File

@@ -8,8 +8,7 @@ export const environment = {
colors: {
start: '#cc0045',
end: '#0067cc'
},
overlap: 1.4
}
},
controls: {
wheelStep: 0.01
@@ -24,7 +23,8 @@ export const environment = {
},
nodes: 3,
stroke: 1,
scale: 0.1
scale: 0.1,
overlap: 1.4
}
};