Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
Fix logging of missing implementation of server composite operation
Browse files Browse the repository at this point in the history
  • Loading branch information
ARTI1208 committed Mar 22, 2022
1 parent bce0735 commit 1c13018
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ internal class DomContext2d(private val myContext2d: CanvasRenderingContext2D) :
CompositeOperationType.CLEAR,
CompositeOperationType.DST,
-> "source-over".also {
logger.info { "Missing implementation for $this, applying source-over" }
logger.info { "Missing implementation for $type, applying $it" }
}
}
}
Expand Down

0 comments on commit 1c13018

Please sign in to comment.