mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Various improvements
This commit is contained in:
@@ -205,13 +205,6 @@ public final class DrawingStickerEntityView: DrawingEntityView {
|
||||
break
|
||||
}
|
||||
|
||||
// switch image.imageOrientation {
|
||||
// case .leftMirrored, .rightMirrored:
|
||||
// context.scaleBy(x: -1, y: 1)
|
||||
// default:
|
||||
// context.scaleBy(x: 1, y: -1)
|
||||
// }
|
||||
|
||||
context.draw(image.cgImage!, in: imageRect)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user