Open Bug 1714208 Opened 3 years ago Updated 25 days 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

(Blocks 1 open bug)

Details

Attachments

(2 files)

Attached file plop.html

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

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

Component: Layout: Form Controls → Graphics: WebRender

Looks like bug 1678515 or bug 1678867.

See Also: → 1678515
See Also: → 1678867
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: