Open Bug 1714208 Opened 3 years ago Updated 3 years ago

Transformed radio buttons are not well rendered

Categories

(Core :: Graphics: WebRender, defect, P3)

Firefox 91
defect

Tracking

()

Tracking Status
firefox91 --- affected

People

(Reporter: calixte, Unassigned)

References

Details

Attachments

(2 files)

Attached file plop.html (deleted) —

With the following code:

<!DOCTYPE html>
<html>
  <body>
    <div style="position: absolute; top: 100px; left: 100px; transform: matrix(1.33333, 0, 0, 1.33333, 0, 0);">
      <input type="radio" style="height:10px; width: 10px;" checked></input>
    </div>
  </body>
</html>

the radio button is no more symmetric.
When scale factors in the matrix are integers then it's fine.
I met this bug in implementing XFA in pdf.js.

Attached image image.png (deleted) —

Either WebRender or Widget (if this code is doing something wrong).

Component: Layout: Form Controls → Graphics: WebRender
Severity: -- → S3
Priority: -- → P3
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: