2
0

added margin as parameter

This commit is contained in:
2018-05-13 03:34:25 +02:00
parent d08f9e4c7c
commit b493fa0ed7
4 changed files with 17 additions and 5 deletions

View File

@@ -20,9 +20,9 @@ export class AppComponent {
start: '#cc0045',
end: '#0067cc'
},
points: 3
points: 3,
margin: 0.1
};
this.test = 1;
}
public updateCanvasConfig(config): void {