Skip to content

IOS : cannot clear transparent background drawing #55

@jscti

Description

@jscti

Seems like clearing a drawing on IOS works only when dealing with opaque colors.

I need to draw on an image , And I need to clear the drawing if needed.

Tried both clear() and clearWithColor() but :

  • clear() or clearWithColor with an opque color = fill all with a color (= no transparency of course)
  • clearWithColor with a transparent color = wont erase the content before applying (adding) a transparent color = fail

How can I erase the drawing and having it back to transparent ?
Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions