Commit Graph

4 Commits

Author SHA1 Message Date
yogeshwaran-c
451b858997 fix: use conic-gradient for image preview transparency checkerboard
The transparency checkerboard pattern in the image preview used two
overlapping linear-gradient(45deg, ...) backgrounds with offset
positions. At certain zoom levels, subpixel rendering caused visible
triangular artifacts at the gradient boundaries.

Replace with a single conic-gradient per theme, which creates a clean
four-square checkerboard tile without diagonal edges, eliminating
the rendering artifacts at all zoom levels.

Closes #229565
2026-03-26 06:11:00 +05:30
Matt Bierner
0685b0a619 Revert "Use separate div for image preview transparency grid" (#229082)
This reverts commit 945d4cdda8.

Fixes #229019
2024-09-19 19:51:50 -07:00
Anees
945d4cdda8 Use separate div for image preview transparency grid 2024-08-24 02:41:24 +01:00
Matt Bierner
c2a2ad4f63 Rename image-preview extension to media-preview (#162093)
Fixes #162092

Also removes `aac` from the list of supported audio formats
2022-09-27 21:01:14 -07:00