2
0

feat(guillocheDirective): added spread lines

This commit is contained in:
2018-05-24 00:29:23 +02:00
parent bb271f68ea
commit 2d4366c086
6 changed files with 80 additions and 18 deletions

View File

@@ -1,3 +1,3 @@
<svg #svg width="100%" height="100%">
<g guilloche *ngFor="let graph of graphs" [graph]="graph"></g>
<g guilloche *ngFor="let graph of graphs" [graph]="graph" [matrix]="matrix" [config]="config"></g>
</svg>

Before

Width:  |  Height:  |  Size: 110 B

After

Width:  |  Height:  |  Size: 147 B