From 3ec972fc95f3d9fb308af0fded69fc7e53940f78 Mon Sep 17 00:00:00 2001 From: Yuri Roubinsky Date: Tue, 24 Nov 2020 18:15:10 +0300 Subject: Restored antialiased lines by emulation using triangle strips --- doc/classes/CanvasItem.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/classes') diff --git a/doc/classes/CanvasItem.xml b/doc/classes/CanvasItem.xml index 8efa1adae8..2dc86f2a3f 100644 --- a/doc/classes/CanvasItem.xml +++ b/doc/classes/CanvasItem.xml @@ -41,6 +41,8 @@ + + Draws an arc between the given angles. The larger the value of [code]point_count[/code], the smoother the curve. @@ -181,6 +183,8 @@ + + Draws interconnected line segments with a uniform [code]color[/code] and [code]width[/code]. @@ -194,6 +198,8 @@ + + Draws interconnected line segments with a uniform [code]width[/code] and segment-by-segment coloring. Colors assigned to line segments match by index between [code]points[/code] and [code]colors[/code]. -- cgit v1.2.3