diff options
author | Timothy Pearson <[email protected]> | 2011-12-05 22:04:08 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-05 22:04:08 -0600 |
commit | e02e31c8b9d854cd62cbe9799228f6e08e882773 (patch) | |
tree | 53303c981d0b20e03c5a2fc8e959fa74adcb90d1 /doc/html/qcanvasspline.html | |
parent | 143f194af098d44bf0dd1ebb29e59f30ce48d523 (diff) | |
download | tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.tar.gz tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.zip |
Sync with latest script
Diffstat (limited to 'doc/html/qcanvasspline.html')
-rw-r--r-- | doc/html/qcanvasspline.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qcanvasspline.html b/doc/html/qcanvasspline.html index 40ec06665..3fafc390d 100644 --- a/doc/html/qcanvasspline.html +++ b/doc/html/qcanvasspline.html @@ -101,11 +101,11 @@ Set the spline control points to <em>ctrl</em>. <p> If <em>close</em> is TRUE, then the first point in <em>ctrl</em> will be re-used as the last point, and the number of control points must be a multiple of 3. If <em>close</em> is FALSE, one additional control -point is retquired, and the number of control points must be one of +point is required, and the number of control points must be one of (4, 7, 10, 13, ...). <p> If the number of control points doesn't meet the above conditions, the number of points will be truncated to the largest number of -points that do meet the retquirement. +points that do meet the requirement. <p>Example: <a href="canvas-example.html#x2926">canvas/canvas.cpp</a>. <!-- eof --> |