Closed psampaz closed 3 years ago
Merging #15 (8594445) into main (44a77d6) will increase coverage by
0.93%
. The diff coverage is90.47%
.
@@ Coverage Diff @@
## main #15 +/- ##
==========================================
+ Coverage 69.55% 70.48% +0.93%
==========================================
Files 8 8
Lines 450 471 +21
==========================================
+ Hits 313 332 +19
- Misses 118 119 +1
- Partials 19 20 +1
Impacted Files | Coverage Δ | |
---|---|---|
shapes.go | 88.81% <90.00%> (+0.16%) |
:arrow_up: |
api_shapes.go | 100.00% <100.00%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 44a77d6...dfd27b1. Read the comment docs.
needs go-p5/p5#16
thanks again, and welcome to go-p5 :)
out of curiosity, what do you envision using it for?
You are very welcome! I am interested currently in static generative image art (no motion, no interactions).
nice.
updated #6
This PR adds the cubic Bézier curve to the api.
I added a dedicated test case and a dedicated golden file since I believe it will make maintenance easier as the api grows.