Skip to content

fix(mediaviewer): Decode full-screen images via Coil so SVG renders - #6636

Merged
mahibi merged 1 commit into
masterfrom
bugfix/noid/fixToShowSvg
Sep 3, 2026
Merged

fix(mediaviewer): Decode full-screen images via Coil so SVG renders#6636
mahibi merged 1 commit into
masterfrom
bugfix/noid/fixToShowSvg

Conversation

@mahibi

@mahibi mahibi commented Sep 3, 2026

Copy link
Copy Markdown
Collaborator

BitmapShrinker decodes via ImageDecoder/BitmapFactory, which are raster-only and silently fail on SVG. Route through Coil's ImageLoader instead, which already has SvgDecoder registered.

馃弫 Checklist

  • 鉀戯笍 Tests (unit and/or integration) are included or not needed
  • 馃敄 Capability is checked or not needed
  • 馃敊 Backport requests are created or not needed: /backport to stable-xx.x
  • 馃搮 Milestone is set
  • 馃尭 PR title is meaningful (if it should be in the changelog: is it meaningful to users?)

馃 AI (if applicable)

  • The content of this PR was partly or fully generated using AI

@mahibi mahibi added this to the 25.1.0 milestone Sep 3, 2026
@mahibi mahibi self-assigned this Sep 3, 2026
@mahibi mahibi added the 3. to review Waiting for reviews label Sep 3, 2026
BitmapShrinker decodes via ImageDecoder/BitmapFactory, which are
raster-only and silently fail on SVG. Route through Coil's ImageLoader
instead, which already has SvgDecoder registered.

Assisted-by: Claude Code:claude-sonnet-5

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
@mahibi
mahibi force-pushed the bugfix/noid/fixToShowSvg branch from 956bcf0 to 785f802 Compare September 3, 2026 09:18
@mahibi
mahibi merged commit ebf42ed into master Sep 3, 2026
15 of 18 checks passed
@mahibi
mahibi deleted the bugfix/noid/fixToShowSvg branch September 3, 2026 09:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Waiting for reviews

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant