go-p5 / p5

p5 is a simple package that provides primitives resembling the ones exposed by p5js.org
https://go-p5.github.io/
BSD 3-Clause "New" or "Revised" License
146 stars 12 forks source link

all: add push/pop to manage the graphical context for styles #19

Closed sbinet closed 3 years ago

sbinet commented 3 years ago

Updates #6.

codecov[bot] commented 3 years ago

Codecov Report

Merging #19 (4821ba2) into main (9f013bd) will increase coverage by 0.43%. The diff coverage is 96.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #19      +/-   ##
==========================================
+ Coverage   70.48%   70.92%   +0.43%     
==========================================
  Files           8        9       +1     
  Lines         471      485      +14     
==========================================
+ Hits          332      344      +12     
- Misses        119      121       +2     
  Partials       20       20              
Impacted Files Coverage Δ
api.go 58.33% <0.00%> (-11.67%) :arrow_down:
context.go 100.00% <100.00%> (ø)
path.go 100.00% <100.00%> (ø)
proc.go 48.21% <100.00%> (+0.62%) :arrow_up:
shapes.go 88.81% <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 9f013bd...1e3a803. Read the comment docs.