From 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 20 Jul 2024 20:15:52 +0900 Subject: Rename graphics class nt* related files to equivalent tq* (part 2) Signed-off-by: Michele Calgaro --- doc/html/canvas.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/canvas.html') diff --git a/doc/html/canvas.html b/doc/html/canvas.html index 8df99f85e..9d7c3be67 100644 --- a/doc/html/canvas.html +++ b/doc/html/canvas.html @@ -44,7 +44,7 @@ supported with TQCanvasSprite. (If you require

The canvas module uses a document/view model. The TQCanvasView class is used to show a particular view of a canvas. Multiple views can operate on the same canvas at the same time. Every view can use an arbitrary -transformation matrix on the canvas which makes it easy to implement +transformation matrix on the canvas which makes it easy to implement features such as zooming.

Screenshot of a canvas
-- cgit v1.2.1