hm21 / pro_image_editor

The pro_image_editor is a Flutter widget designed for image editing within your application. It provides a flexible and convenient way to integrate image editing capabilities into your Flutter project.
https://hm21.github.io/pro_image_editor/
BSD 3-Clause "New" or "Revised" License
94 stars 59 forks source link

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

Closed ynnob closed 2 months ago

ynnob commented 2 months ago

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

hm21 commented 2 months ago

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.