flutter_sinusoidals icon indicating copy to clipboard operation
flutter_sinusoidals copied to clipboard

Fix path

Open hitshydev opened this issue 2 years ago • 0 comments

Currently the Path is drawn by iterating with a for loop over a floating point number. If the size of the sinusoidal is a float, the path is not drawn correctly leaving the decimal places behind. I also adjusted the code by adding inheritance.

hitshydev avatar Aug 17 '22 11:08 hitshydev