Details
-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: display_firefly
-
Labels:None
-
Story Points:2
-
Epic Link:
-
Sprint:SUIT Sprint 2018-08
-
Team:Science User Interface
Description
When using afw.display with the Firefly backend, writing ellipses with buffering does not draw ellipses:
with display.Buffering():
|
for record in src256[::10]: |
display.dot(record.getShape(), record.getX(), record.getY())
|
It works without the buffering.
Attachments
Issue Links
- is triggering
-
DM-15245 bug fix in regions API: draw the correct regions, discard the wrong ones
- Done