flutter_processing icon indicating copy to clipboard operation
flutter_processing copied to clipboard

Implement `beginContour()` and `endContour()`

Open matthew-carroll opened this issue 3 years ago • 4 comments

Implement beginContour() and endContour()

These run within a beginShape() and endShape(). The contour represents a hole cut out of the overall shape.

matthew-carroll avatar Feb 21 '22 05:02 matthew-carroll

Hi @matthew-carroll, can you assign me this one? Although this is quite difficult, as I read the java implementation, I did get some insight into doing this.

ThangVuNguyenViet avatar Mar 19 '22 03:03 ThangVuNguyenViet

Sure. This ticket will have a much higher bar than the previous one, but you're welcome to give it a try. I'm not even sure if this ticket is reasonably possible without Canvas supporting the necessary splines, but if you think you can make it work, then go for it.

matthew-carroll avatar Mar 19 '22 03:03 matthew-carroll

Sure. I'll try my best

ThangVuNguyenViet avatar Mar 19 '22 03:03 ThangVuNguyenViet

I removed my assignment. The bar is too high for me to to this

ThangVuNguyenViet avatar Mar 08 '23 07:03 ThangVuNguyenViet