Open Bug 2041941 Opened 3 months ago Updated 2 months ago

[macOS] Text gets rasterized and looks fuzzy/blurry in printed documents (and is unselectable in PDFs), if it's in an element with partial transparency from e.g. `opacity: 0.8`

Categories

(Core :: Printing: Output, defect)

Unspecified
macOS
defect

Tracking

()

People

(Reporter: dholbert, Unassigned)

References

Details

Attachments

(2 files)

STR:

  1. Visit https://example.org/ in Firefox on macOS
  2. Print (in my case to a Brother MFC-J6535DW printer).
  3. Look at the output.

ACTUAL RESULTS:
The characters in the printed document are fuzzy/blurry.

EXPECTED RESULTS:
Crisp characters.

These browsers gave me "actual results" (blurry text):
Firefox 150.0.3 on macOS Sonoma 14.6.1
Firefox 151.0.1 on macOS Tahoe 26.5

These browsers gave me "expected results" (crisp text):
Firefox 151.0.1 on Ubuntu 24.04
Safari on macOS Sonoma 14.6.1

The text is also rasterized (unselectable) if I print to the "Save to PDF" backend and open the resulting PDF. I suspect this is a result of that same issue.

I think I recall there being a bug on that already, so maybe this is a duplicate...

Yeah, I thought we'd have something like this on file, but I'm not immediately finding it. It does reminds me of bug 1908587, though it's not clear that one was affecting simple HTML content as opposed to more complex canvas-based docs.

Presumably at some point the cairo-quartz backend fails or decides something is unsupported, and so falls back to a rasterization codepath.

Severity: -- → S3
See Also: → 1908587

ni=me to track down a regression range

Flags: needinfo?(dholbert)

OK, so fortunately this isn't a general issue -- there's something special about example.org that triggers this. It's this rule:

div {
	opacity: 0.8;
}

If I uncheck that, then I get expected results.

But using unmodified example.org, I get bad-results going back at least as far as 2021-01-01 (I tested every Jan 1st build between then and now).

I'm using a macBook Pro (with Tahoe 26.5)

Flags: needinfo?(dholbert)
Summary: [macOS] Text looks fuzzy/blurry in printed documents → [macOS] Text gets rasterized and looks fuzzy/blurry in printed documents (and is unselectable in PDFs), if it's in an element with partial transparency from e.g. `opacity: 0.8`
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: