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

Showing an image #1191

Closed
boxdot opened this issue Aug 2, 2021 · 0 comments · Fixed by #1397
Closed

Showing an image #1191

boxdot opened this issue Aug 2, 2021 · 0 comments · Fixed by #1397

Comments

@boxdot
Copy link

boxdot commented Aug 2, 2021

I am using background-image: url("path/to/png") to show a background image in a widget. This is especially useful, when showing plots that are updated not too frequently.

Of course this approach does not work, because the background image is set only once and is never updated. As far as I can see, GTK actually uses base64 encoded image. I wonder if this approach can somehow be fixed to work with re-rendering.

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

Successfully merging a pull request may close this issue.

1 participant