From fd2cefefcd829f60dab6afa241acb04f11c293cf Mon Sep 17 00:00:00 2001 From: Luca Di Sera Date: Fri, 1 Oct 2021 15:26:11 +0200 Subject: Doc: Repair broken link to the FlowerPower demo The `Context2d QML Type` documentation links to the FlowerPower demo as an example of the use of `bezierCurveTo`. The site hosting the demo seems to have been down for a long time. To avoid losing the chance to show such an interesting demo, the link was replaced with an equivalent one from the Internet Archive's Wayback Machine. Task-number: QTBUG-96127 Change-Id: I1c88776b7d689d4abd6602dd2f928f8bca602689 Reviewed-by: Paul Wicking (cherry picked from commit 5cee9766bbc65424566a294627da85907eac0153) Reviewed-by: Qt Cherry-pick Bot --- src/quick/items/context2d/qquickcontext2d.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/quick/items/context2d/qquickcontext2d.cpp b/src/quick/items/context2d/qquickcontext2d.cpp index 64b8b80f8b..4d883ebf55 100644 --- a/src/quick/items/context2d/qquickcontext2d.cpp +++ b/src/quick/items/context2d/qquickcontext2d.cpp @@ -2459,7 +2459,7 @@ QV4::ReturnedValue QQuickJSContext2DPrototype::method_beginPath(const QV4::Funct \image qml-item-canvas-bezierCurveTo.png \sa {http://www.w3.org/TR/2dcontext/#dom-context-2d-beziercurveto}{W3C 2d context standard for bezierCurveTo} - \sa {http://www.openrise.com/lab/FlowerPower/}{The beautiful flower demo by using bezierCurveTo} + \sa {https://web.archive.org/web/20130505222636if_/http://www.openrise.com/lab/FlowerPower/}{The beautiful flower demo by using bezierCurveTo} */ QV4::ReturnedValue QQuickJSContext2DPrototype::method_bezierCurveTo(const QV4::FunctionObject *b, const QV4::Value *thisObject, const QV4::Value *argv, int argc) { -- cgit v1.2.3