Bug #5390
Strange tooltip issue in WebGL renderer for WEB client
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
05/27/2021
Due date:
% Done:
0%
billable:
No
vendor_id:
GCD
case_num:
version_reported:
version_resolved:
reviewer:
production:
No
env_name:
topics:
Related issues
History
#1 Updated by Eugenie Lyzenko about 5 years ago
- File tooltip_canvas2d_20210527a.jpg added
- File tooltip_webgl_issue_20210527a.jpg added
To recreate - open any testcase that uses tooltip feature in Web client with webgl renderer. The picture:

To compare canvas2d proper picture:

As you can see the thin frame around tooltip rectangle is inconsistent in webgl. The strange thing here is the drawing primitives sequence is the same:
1. Fill rect
2. Frame rect
However the frame rectangle become overlapped by filled one.
#2 Updated by Greg Shah almost 5 years ago
- Related to Support #4955: web client/javascript drawing - fast vs crisp added