Skip to content

Commit fb54c0a

Browse files
committed
fix image fill type
1 parent ab19bd2 commit fb54c0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jsonUtils/models.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ export const makeImageFill = (
144144
): FileFormat.Fill => ({
145145
_class: 'fill',
146146
isEnabled: true,
147-
fillType: FileFormat.FillType.Pattern,
147+
fillType: 4, // FileFormat.FillType.Pattern,
148148
// @ts-ignore
149149
image,
150150
noiseIndex: 0,

0 commit comments

Comments
 (0)