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

[Bug]: Visual Artifact on PaintEditor with enabled editorIsZoomable #152

Closed
ynnob opened this issue Jul 4, 2024 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@ynnob
Copy link

ynnob commented Jul 4, 2024

Package Version

4.2.3

Flutter Version

3.22.2

Platforms

Android

How to reproduce?

When acitvating the zoom feature on the paint editor an white artifact appears. It is directly south of the "line" tool and it scrolls horizonally. Removing the editorIsZoomable functionallity also removes this artifact.

Screenshot_20240704_142923_ZIS Dev

Logs (optional)

No response

Example code (optional)

paintEditorConfigs: PaintEditorConfigs(
  editorIsZoomable: true,
),

Device Model (optional)

No response

@ynnob ynnob added the bug Something isn't working label Jul 4, 2024
@hm21 hm21 closed this as completed in 55f187f Jul 5, 2024
@hm21
Copy link
Owner

hm21 commented Jul 5, 2024

Thank you for reporting that issue with all the details. I released version 4.2.5 which should resolve this issue. Please let me know if the issue persists by you after you updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants