From 2264342ff2552733c573a77b8a34e31a4148a021 Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Tue, 18 Apr 2017 06:45:09 -0300 Subject: [PATCH] Fix broken Markdown headings --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cdbcf80..3bc0e9b 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ BOOL property to enable/disable specific gestures Output Properties ---------- -####cropBoundsInSourceImage +#### cropBoundsInSourceImage Returns a CGRect representing the current crop rectangle in the source image coordinates. Source image coordinates have the origin at the bottom left of the image. Note that, if rotation has been applyed, then cropBoundsInSourceImage represents the bounding box of the rotated crop rectangle.