瀏覽代碼

Merge pull request #40822 from Calinou/doc-canvasitem-draw_multiline_colors-antialiased

Document `CanvasItem.draw_multiline_colors()` not supporting width and AA
Rémi Verschelde 5 年之前
父節點
當前提交
36b746d903
共有 1 個文件被更改,包括 4 次插入2 次删除
  1. 4 2
      doc/classes/CanvasItem.xml

+ 4 - 2
doc/classes/CanvasItem.xml

@@ -141,7 +141,8 @@
 			<argument index="3" name="antialiased" type="bool" default="false">
 			</argument>
 			<description>
-				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.
 			</description>
 		</method>
 		<method name="draw_multiline_colors">
@@ -156,7 +157,8 @@
 			<argument index="3" name="antialiased" type="bool" default="false">
 			</argument>
 			<description>
-				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.
 			</description>
 		</method>
 		<method name="draw_multimesh">