2
0

added line space parameter and adjusted colors

This commit is contained in:
2018-08-03 15:19:53 +02:00
parent 1127b00824
commit 998c8a04c6
7 changed files with 19 additions and 18 deletions

View File

@@ -18,8 +18,8 @@ export const environment = {
production: true,
guilloche: {
colors: {
start: '#f16363',
end: '#5eb1bd'
start: '#F8485E',
end: '#5CC0C7'
}
},
controls: {
@@ -37,6 +37,7 @@ export const environment = {
stroke: 1,
scale: 0.3,
overlap: 3,
spread: 4
spread: 4,
space: 6
}
};

View File

@@ -37,14 +37,7 @@ export const environment = {
stroke: 1,
scale: 0.1,
overlap: 1.4,
spread: 4
spread: 4,
space: 6
}
};
/*
* In development mode, to ignore zone related error stack frames such as
* `zone.run`, `zoneDelegate.invokeTask` for easier debugging, you can
* import the following file, but please comment it out in production mode
* because it will have performance impact when throw error
*/
// import 'zone.js/dist/zone-error'; // Included with Angular CLI.