Android and iOS add handling imageScale

This commit is contained in:
pengfei.zhou
2020-04-23 16:49:19 +08:00
committed by osborn
parent 8b1f5f6a43
commit 82fdd5e46c
8 changed files with 105 additions and 25 deletions

View File

@@ -2853,6 +2853,10 @@ __decorate$4([
Property,
__metadata$4("design:type", Function)
], Image.prototype, "loadCallback", void 0);
__decorate$4([
Property,
__metadata$4("design:type", Number)
], Image.prototype, "imageScale", void 0);
__decorate$4([
Property,
__metadata$4("design:type", Object)

File diff suppressed because one or more lines are too long