Fixed comment to be more correct py33
authorbenechols-wf <ben.echols@webfilings.com>
Tue, 09 Jul 2013 15:25:57 -0600
branchpy33
changeset 3745 639f31ad4694
parent 3744 3fc3de7a46de
child 3746 b7143a1c34c6
Fixed comment to be more correct
src/reportlab/pdfgen/canvas.py
--- a/src/reportlab/pdfgen/canvas.py	Tue Jul 09 15:17:44 2013 -0600
+++ b/src/reportlab/pdfgen/canvas.py	Tue Jul 09 15:25:57 2013 -0600
@@ -1103,10 +1103,11 @@
         Allows adding of a highlighted annotation.
 
         Rect: Mouseover area to show contents of annotation
-        QuadPoints: List of four x/y points in counter-clockwise order to highlight areas.
+        QuadPoints: List of four x/y points [TOP-LEFT, TOP-RIGHT, BOTTOM-LEFT, BOTTOM-RIGHT]
+          These points outline the areas to highlight.
           You can have multiple groups of four to allow multiple highlighted areas.
           Is in the format [x1, y1, x2, y2, x3, y3, x4, y4, x1, y1, x2, y2, x3, y3, x4, y4] etc
-          Default is to be area inside of Rect
+          QuadPoints defaults to be area inside of passed in Rect
         Color: The color of the highlighting.
         """
         Rect = self._absRect(Rect, relative)