biocarl / extended_path

A Flutter Path object with superpowers, including re-sampling, dashed lines and a lot more!
https://pub.dartlang.org/packages/extended_path
BSD 2-Clause "Simplified" License
23 stars 0 forks source link

CornerPathEffect #1

Open imaNNeo opened 5 years ago

imaNNeo commented 5 years ago

Hi, in android SDK we have a CornerPathEffect, It rounds the sharp corners with a radius. I think it should be implemented in this library because we haven't it in the Flutter.

biocarl commented 5 years ago

Hey @imaNNeoFighT! that sounds like a great idea, I will think about a good way to implement it. Since I have quite some work to do these days I can't guarantee you till when I will be able to do this