fix renderTemplate for support UIImage+Extensions

This commit is contained in:
Ivan Smolin 2017-12-05 19:49:43 +03:00
parent 2c59c0ff90
commit b5f36019ae
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ public extension Support where Base: UIImage {
imageSize: base.size,
color: color.cgColor)
return operation.imageFromNewContext(scale: base.scale)?.support
return operation.imageFromNewContext(scale: base.scale)?.support.flipY()
}
/// Creates a new image with rounded corners and border.