spark icon indicating copy to clipboard operation
spark copied to clipboard

Fixes fill animation path

Open cammace opened this issue 6 years ago • 2 comments

Closes #48

This PR fixes the "zigzag" animation when the fill is enabled. In the gif below, you'll notice the line stroke consumes the entire shape rather than just the top. Not sure if this is okay or a fillPath should be created that uses a separate Paint instance without stroke.

ezgif com-video-to-gif 1

cammace avatar Mar 21 '18 19:03 cammace

Noticed when fill wasn't enabled, the line would draw from coordinates 0,0 within the sparkView. commit 8b58884 fixes this.

cammace avatar Apr 04 '18 19:04 cammace

CI is failing since #64 got merged, classic case of the:

Failed to install the following Android SDK packages as some licences have not been accepted.

🙄

cammace avatar Apr 25 '18 18:04 cammace