Hi! I see you updated the Blitz implementation - performance is looking good now!
However, I'm seeing not-great rendering quality. The screenshot below is with the Blitz renderer, but I'm actually seeing similar for all of the Blitz, Servo, and litehtml renderers (CEF failed to compile for me):
(Left: iced_webview_v2 with Blitz backend. Right: Blitz's "readme" app)
It almost looks to me like the texture is being resampled somewhere in the pipeline? Or rendered at a half-pixel offset? Or possibly being interpreted in the wrong color space? The text looks thicker, but also both text and images look darker (compare Iced logos).
Not sure if you're seeing the same, or if this is just on my screen. I'm running this on a MacBook M1 Pro macOS 15 (2x display scale factor).
EDIT: Actually, I just tried the email, and that makes it very obvious that the colors are being rendered completely differently:
(Left: iced_webview_v2 with Blitz backend. Right: Blitz's "readme" app)

Hi! I see you updated the Blitz implementation - performance is looking good now!
However, I'm seeing not-great rendering quality. The screenshot below is with the Blitz renderer, but I'm actually seeing similar for all of the Blitz, Servo, and litehtml renderers (CEF failed to compile for me):
(Left: iced_webview_v2 with Blitz backend. Right: Blitz's "readme" app)
It almost looks to me like the texture is being resampled somewhere in the pipeline? Or rendered at a half-pixel offset? Or possibly being interpreted in the wrong color space? The text looks thicker, but also both text and images look darker (compare Iced logos).
Not sure if you're seeing the same, or if this is just on my screen. I'm running this on a MacBook M1 Pro macOS 15 (2x display scale factor).
EDIT: Actually, I just tried the email, and that makes it very obvious that the colors are being rendered completely differently:
(Left: iced_webview_v2 with Blitz backend. Right: Blitz's "readme" app)