iOS: resize image support tile mode.

This commit is contained in:
吴尚昆
2022-03-16 19:25:55 +08:00
committed by osborn
parent 66692316de
commit 77617df848
12 changed files with 3180 additions and 1685 deletions

6
doric-js/index.d.ts vendored
View File

@@ -702,6 +702,12 @@ declare module 'doric/lib/src/widget/image' {
right: number;
bottom: number;
};
tileInset?: {
left: number;
top: number;
right: number;
bottom: number;
};
/**
* Called if loaded image is animated and played end.
*/