From cd9c7dd13997761577c4a85524e854d9652ddd53 Mon Sep 17 00:00:00 2001 From: Sebastian Krzyszkowiak <dos@dosowisko.net> Date: Fri, 1 Sep 2023 06:34:42 +0200 Subject: [PATCH] docs: Clarify that what the scope draws is an open path --- python_payload/mypystubs/ctx.pyi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python_payload/mypystubs/ctx.pyi b/python_payload/mypystubs/ctx.pyi index 7e9647aa32..a453b523ef 100644 --- a/python_payload/mypystubs/ctx.pyi +++ b/python_payload/mypystubs/ctx.pyi @@ -323,7 +323,8 @@ class Context(Protocol): def scope(self) -> "Context": """ Draw an audio 'oscilloscope'-style visualizer at -120,-120,120,120 - bounding box. + bounding box as an open path with starting point at x=-120 and ending + at x=120. Needs to be stroked/filled afterwards. """ -- GitLab