diff --git a/doc/classes/CanvasItem.xml b/doc/classes/CanvasItem.xml index fdaef58e111..3966c4ac878 100644 --- a/doc/classes/CanvasItem.xml +++ b/doc/classes/CanvasItem.xml @@ -141,7 +141,8 @@ - Draws multiple, parallel lines with a uniform [code]color[/code]. [code]width[/code] and [code]antialiased[/code] are currently not implemented and have no effect. + Draws multiple, parallel lines with a uniform [code]color[/code]. + [b]Note:[/b] [code]width[/code] and [code]antialiased[/code] are currently not implemented and have no effect. @@ -156,7 +157,8 @@ - Draws multiple, parallel lines with a uniform [code]width[/code], segment-by-segment coloring, and optional antialiasing. Colors assigned to line segments match by index between [code]points[/code] and [code]colors[/code]. + Draws multiple, parallel lines 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]. + [b]Note:[/b] [code]width[/code] and [code]antialiased[/code] are currently not implemented and have no effect.