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

Ubuntu 22 drawing error (AvaloniaUI) #1491

Open
chenjing1294 opened this issue Apr 19, 2024 · 2 comments
Open

Ubuntu 22 drawing error (AvaloniaUI) #1491

chenjing1294 opened this issue Apr 19, 2024 · 2 comments

Comments

@chenjing1294
Copy link

Describe the bug
Ubuntu 22 drawing error

To Reproduce
Ubuntu 22
AvaloniaUI 11.0.10
LiveChartsCore.SkiaSharpView.Avalonia 2.0.0-rc2

livechart_on_linux.mp4
@beto-rodriguez
Copy link
Owner

This is most likely an Avalonia issue.

On Avalonia, Live Charts uses the ICustomDrawOperation, this interface is provided by Avalonia, when the draw operation is called, LvieCharts uses the SkiaSharp API to build the plot, this interface handles all the frames required to build the animations in the chart, that blinking IMO, is most likely to be an issue on how Avalonia handles things on Ubuntu, since we (Live Charts) do not have any OS specific code (It is also probable that the issue is on Skia/SkiaSharp).

@chenjing1294
Copy link
Author

@beto-rodriguez Thanks for your reply, I've reported it to AvalonaUI.
AvaloniaUI/Avalonia#15452

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants