2
0

several fixes and adpations

This commit is contained in:
2018-05-13 04:02:58 +02:00
parent b493fa0ed7
commit 9b618071cd
4 changed files with 55 additions and 22 deletions

View File

@@ -4,5 +4,11 @@ export interface Param {
end: string
};
points: number;
margin: number;
margin: {
x: number,
y: number
};
stroke?: {
width: number;
};
}