Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Skia] ImageBrush_Formats is not reliable #19192

Open
MartinZikmund opened this issue Jan 10, 2025 · 1 comment · May be fixed by #19429
Open

[Skia] ImageBrush_Formats is not reliable #19192

MartinZikmund opened this issue Jan 10, 2025 · 1 comment · May be fixed by #19429
Assignees
Labels
difficulty/tbd Categorizes an issue for which the difficulty level needs to be defined. kind/bug Something isn't working triage/untriaged Indicates an issue requires triaging or verification

Comments

@MartinZikmund
Copy link
Member

MartinZikmund commented Jan 10, 2025

Current behavior

This sample page currently has various issues:

  • Many exceptions are thrown on initial load
  • heic format does not load
  • pdf format does not load
  • svg format does not load and many warnings are continuously logged in the output window
  • TextBlock with ImageBrush as Foreground is not displayed (likely unsupported, but no fallback)

Expected behavior

No response

How to reproduce it (as minimally and precisely as possible)

No response

Workaround

No response

Works on UWP/WinUI

None

Environment

No response

NuGet package version(s)

No response

Affected platforms

No response

IDE

No response

IDE version

No response

Relevant plugins

No response

Anything else we need to know?

No response

@MartinZikmund MartinZikmund added kind/bug Something isn't working triage/untriaged Indicates an issue requires triaging or verification difficulty/tbd Categorizes an issue for which the difficulty level needs to be defined. labels Jan 10, 2025
@ramezgerges ramezgerges self-assigned this Feb 3, 2025
@ramezgerges
Copy link
Contributor

TextBlocks with ImageBrush foregrounds log a NotSupported expection that states clearly that some other brushes are supported, but not ImageBrush. heic is not supported due to the lack of codecs that get compiled into Skia. Not sure about pdf but it feels extremely niche anyway. I didn't get any exceptions (other than the NotSupported exception mentioned earlier).

@ramezgerges ramezgerges linked a pull request Feb 3, 2025 that will close this issue
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficulty/tbd Categorizes an issue for which the difficulty level needs to be defined. kind/bug Something isn't working triage/untriaged Indicates an issue requires triaging or verification
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants