Merged PR 208: Fix scaling and position of symbols

This commit is contained in:
Eric Nguyen 2022-10-04 09:25:03 +00:00
parent 32684a725b
commit ec7ee7891e
6 changed files with 38 additions and 10 deletions

View file

@ -9,5 +9,5 @@ export interface IAvailableSymbol {
Image: IImage
Width?: number
Height?: number
XPositionReference?: PositionReference
PositionReference?: PositionReference
}