2
0

updated form defaults

This commit is contained in:
2018-08-04 21:49:34 +02:00
parent 8622382798
commit e6f3b9184b
2 changed files with 12 additions and 18 deletions

View File

@@ -22,22 +22,19 @@ export const environment = {
end: '#5CC0C7'
}
},
controls: {
wheelStep: 0.01
},
formDefaults: {
width: 9,
height: 16,
width: 16,
height: 10,
vectors: {
start: 1,
end: 0,
range: 0.3
range: 0.16
},
nodes: 2,
nodes: 4,
stroke: 1,
scale: 0.3,
overlap: 3,
spread: 4,
scale: 0.1,
overlap: 1.4,
spread: 8,
space: 6
}
};

View File

@@ -22,22 +22,19 @@ export const environment = {
end: '#0067cc'
}
},
controls: {
wheelStep: 0.01
},
formDefaults: {
width: 9,
height: 16,
width: 16,
height: 10,
vectors: {
start: 1,
end: 0,
range: 0.3
range: 0.16
},
nodes: 3,
nodes: 4,
stroke: 1,
scale: 0.1,
overlap: 1.4,
spread: 4,
spread: 8,
space: 6
}
};