From eea156f8241402ac94b60283ac78a11a0c7903b6 Mon Sep 17 00:00:00 2001 From: Akhlys <24792148+Akhlys@users.noreply.github.com> Date: Tue, 8 Aug 2017 15:39:58 +0200 Subject: [PATCH] Update Area.md reflects how PDF-Annotate is actually using it --- docs/annotations/Area.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/docs/annotations/Area.md b/docs/annotations/Area.md index 45fc0ef..970fe57 100644 --- a/docs/annotations/Area.md +++ b/docs/annotations/Area.md @@ -9,13 +9,9 @@ An `area` annotation is a free hand rectangle. "page": 1, "uuid": "839f4817-c82d-4620-a59b-6408b1dc0855", "color": "FF0000", - "rectangles": [ - { - "height": 75, - "width": 150, - "x": 19, - "y": 37 - } - ] + "height": 75, + "width": 150, + "x": 19, + "y": 37 } ```