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

@@ -25,6 +25,7 @@ export interface Param {
y: number
};
spread: number;
space: number;
stroke?: {
width: number;
};