GetStream / sketchbook-compose

🎨 Jetpack Compose canvas library that helps you draw paths, images on canvas with color pickers and palettes.

Home Page:https://getstream.github.io/sketchbook-compose/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alpha is not accurate work

RoyLee-Opsv opened this issue · comments

If you set the alpha value to , and draw a line, a gradient is gradually created, and the first part becomes darker.
Paths drawn previously during drawPath() overlap, so the alpha value does not seem to work properly
Screenshot_20220602-172218
Screenshot_20220602-172253
.