2
0

added scaled starting and ending points

This commit is contained in:
2018-05-23 16:46:19 +02:00
parent 040782f18a
commit 161bf7d02c
8 changed files with 114 additions and 63 deletions

View File

@@ -5,7 +5,18 @@
export const environment = {
production: false,
guilloche: {
colors: ['#cc0045', '#0067cc']
colors: {
start: '#cc0045',
end: '#0067cc'
},
scale: 0.3
},
formDefaults: {
width: 10,
height: -20,
directionStart: 180,
directionEnd: 270,
nodes: 1
}
};