FrameBuffer.ellipse() missing #9655
-
Hi all, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
This is a docs convention. The current (v1.19.1; that is, the version you're likely to be running) framebuf intro paragraph for framebuf.FrameBuffer:
The latest (so for v1.20, or selected nightly builds on some platforms) framebuf corresponding intro paragraph:
(emphasis mine). latest is effectively future documentation. This catches a lot of users out. The
|
Beta Was this translation helpful? Give feedback.
This is a docs convention.
The current (v1.19.1; that is, the version you're likely to be running) framebuf intro paragraph for framebuf.FrameBuffer:
The latest (so for v1.20, or selected nightly builds on some platforms) framebuf corresponding intro paragraph:
(emphasis mine).
latest is effectively f…