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

Initialization flicker when creating a document with an artboard or imported image #2101

Open
0HyperCube opened this issue Nov 10, 2024 · 1 comment
Labels
Paper Cut A small UX annoyance we should strive to improve Rust Involves Rust programming for the backend

Comments

@0HyperCube
Copy link
Member

When creating a document with file -> new document, flickering occurs. This is because the editor first renders the artboard with a scale of 1 and no offset, before centring the viewport.

Ideally this first render should not be necessary. If it is kept however, there is no reason to blit it.

@0HyperCube 0HyperCube added Rust Involves Rust programming for the backend Paper Cut A small UX annoyance we should strive to improve labels Nov 10, 2024
@github-project-automation github-project-automation bot moved this to Short-Term in Task Board Nov 10, 2024
@Keavon
Copy link
Member

Keavon commented Nov 10, 2024

Similarly, dragging or pasting an image into the editor, such that it creates a new document with an image sized artboard, has this problem too (but worse).

@Keavon Keavon changed the title White flicker when creating a document with an artboard Initialization flicker when creating a document with an artboard or imported image Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Paper Cut A small UX annoyance we should strive to improve Rust Involves Rust programming for the backend
Projects
Status: Short-Term
Development

No branches or pull requests

2 participants