-
Notifications
You must be signed in to change notification settings - Fork 13k
Closed
Labels
BugA bug in TypeScriptA bug in TypeScriptDomain: lib.d.tsThe issue relates to the different libraries shipped with TypeScriptThe issue relates to the different libraries shipped with TypeScriptFixedA PR has been merged for this issueA PR has been merged for this issue
Milestone
Description
2345 Argument of type 'HTMLImageElement' is not assignable to parameter of type 'HTMLVideoElement'.
Property 'msHorizontalMirror' is missing in type 'HTMLImageElement'.
drawImage
call:
context.drawImage(
image,
sliceLeft, sliceTop,
sliceWidth, sliceHeight,
drawLeft, drawTop,
drawWidth, drawHeight
);
Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptDomain: lib.d.tsThe issue relates to the different libraries shipped with TypeScriptThe issue relates to the different libraries shipped with TypeScriptFixedA PR has been merged for this issueA PR has been merged for this issue