Skip to content

Commit

Permalink
Merge pull request #90 from rlustemberg/#66-Draggable-Text-issue-
Browse files Browse the repository at this point in the history
Fixing drawing of draggable text
  • Loading branch information
acerbetti authored Dec 8, 2017
2 parents 01748bc + 902878d commit 54cd004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ACEDrawingView/ACEDrawingView.m
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ - (UIImage *)drawings

- (UIImage *)applyDrawToImage:(UIImage *)baseImage
{
UIImage *drawings = [self drawings];
UIImage *drawings = [self image];

// scale drawings to size of base image
drawings = (baseImage.size.width > baseImage.size.height) ? [self scaleImage:drawings proportionallyToWidth:baseImage.size.width] : [self scaleImage:drawings proportionallyToHeight:baseImage.size.height];
Expand Down

0 comments on commit 54cd004

Please sign in to comment.