-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Replies: 1 comment · 3 replies
-
I think it'll show an error message when hovering the triangle, and it might also log something. Can you share the error message? |
Beta Was this translation helpful? Give feedback.
All reactions
-
Nothing shows when I hover over it, nor can I see anything in the logs. With
|
Beta Was this translation helpful? Give feedback.
All reactions
-
Also, for some extra details: I've tried the |
Beta Was this translation helpful? Give feedback.
All reactions
-
Did not mean to mark an answer - misclicked. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone, sorry for the potentially confusing wording of the title. I'm trying to create a toy multiplatform file manager - and I seem to be running into an issue with SVGs not rendering properly inside a
ScrollArea
when they are initially loaded outside of the visible area, and when the GUI is zoomed in/out.I've attached a video showcasing what I mean:
Screen.Recording.2025-09-02.at.22.56.16.mov
To clarify, I'm using the
egui_extras
crate with theall_loaders
feature enabled. Trying with just thesvg
feature did not change anything (I didn't think it would but it was worth trying just in case, for whatever reason).Is it how I'm loading it? I've got a
src/assets.rs
file:And in my
src/main.rs
I have this:Beta Was this translation helpful? Give feedback.
All reactions