From 6843a4abd62f7c66096fea5745f45be0f7bb98c2 Mon Sep 17 00:00:00 2001 From: Michael Czechowski Date: Fri, 26 Oct 2018 18:07:02 +0200 Subject: [PATCH] prepared new parameters margin x and margin y --- .../nls-guilloche/src/nls/models/config.model.ts | 4 ++++ src/app/app.component.html | 14 ++++++++++++++ src/app/forms/config.form.ts | 4 ++++ src/environments/environment.prod.ts | 4 ++++ src/environments/environment.ts | 4 ++++ 5 files changed, 30 insertions(+) diff --git a/projects/nls-guilloche/src/nls/models/config.model.ts b/projects/nls-guilloche/src/nls/models/config.model.ts index 5998037..73334ee 100644 --- a/projects/nls-guilloche/src/nls/models/config.model.ts +++ b/projects/nls-guilloche/src/nls/models/config.model.ts @@ -17,6 +17,10 @@ export interface Config { width: number; height: number; + margin: { + x: number; + y: number; + }; start: { x: number; y: number; diff --git a/src/app/app.component.html b/src/app/app.component.html index af3b769..83bc661 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -6,6 +6,20 @@
Grundfläche

+ +
+ + +
+
+ + +
+