Implementation of style editor

This commit is contained in:
Piotr Pekala
2019-01-11 06:00:53 -08:00
parent 669fcc0ddc
commit e926a2039d
16 changed files with 166 additions and 17 deletions

View File

@ -17,9 +17,9 @@ export class TextEditorComponent implements OnInit, OnDestroy {
@ViewChild('temporaryTextElement') temporaryTextElement: ElementRef;
@Input('svg') svg: SVGSVGElement;
private leftPosition: string = '0px';
private topPosition: string = '0px';
private innerText: string = '';
leftPosition: string = '0px';
topPosition: string = '0px';
innerText: string = '';
private editingDrawingId: string;
private editedElement: any;