diff options
author | Tarja Sundqvist <[email protected]> | 2024-07-23 13:25:53 +0300 |
---|---|---|
committer | Tarja Sundqvist <[email protected]> | 2024-07-23 13:25:53 +0300 |
commit | 7c32569ad27b743b6cb50e2bcb67c9ca1674f238 (patch) | |
tree | 15b39c35a96707029dbd352e0e74cb78c59b3952 /src/quick/items/context2d/qquickcontext2d.cpp | |
parent | 5f4570b5164a828b20514b938957ce06b105ff3e (diff) | |
parent | e6e266221555bf3c5554427f7402f6e7e3087fa5 (diff) |
Merge tag 'v5.15.15-lts' into tqtc/lts-5.15-opensourcev5.15.15-lts-lgpl
Qt 5.15.15-lts release
Change-Id: I0272e1ec4b55be362e13e36cd48f532fe4b7c770
Diffstat (limited to 'src/quick/items/context2d/qquickcontext2d.cpp')
-rw-r--r-- | src/quick/items/context2d/qquickcontext2d.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/quick/items/context2d/qquickcontext2d.cpp b/src/quick/items/context2d/qquickcontext2d.cpp index 28c62bd4f2..f6b3fafcda 100644 --- a/src/quick/items/context2d/qquickcontext2d.cpp +++ b/src/quick/items/context2d/qquickcontext2d.cpp @@ -2350,8 +2350,8 @@ QV4::ReturnedValue QQuickJSContext2DPrototype::method_strokeRect(const QV4::Func \image qml-item-canvas-startAngle.png - The \a anticlockwise parameter is \c true for each arc in the figure above - because they are all drawn in the anticlockwise direction. + The \a anticlockwise parameter is \c false for each arc in the figure above + because they are all drawn in the clockwise direction. \sa arcTo, {http://www.w3.org/TR/2dcontext/#dom-context-2d-arc}{W3C's 2D Context Standard for arc()} |