Palette renderer

This commit is contained in:
BoykoAlex
2019-11-19 21:38:33 -05:00
parent 3b58c89d90
commit 41b9f0fce6
4 changed files with 103 additions and 35 deletions

View File

@@ -102,6 +102,12 @@ export class EditorComponent implements OnInit, OnDestroy {
@Input()
paletteSize: number;
/**
* Palette entry padding
*/
@Input()
paletteEntryPadding: dia.Size;
/**
* Min zoom percent value
*/