ZeroPhone / ZPUI

Official ZeroPhone UI framework, based on pyLCI
http://zpui.rtfd.org/
Apache License 2.0
79 stars 19 forks source link

Rotate and Paste Canvas Functions #170

Closed LouisPi closed 5 years ago

LouisPi commented 5 years ago

Need to add tests and check code etc. Need to add feature to update width and height after rotate.

codecov[bot] commented 5 years ago

Codecov Report

Merging #170 into devel will increase coverage by 0.02%. The diff coverage is 73.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##            devel     #170      +/-   ##
==========================================
+ Coverage   41.02%   41.04%   +0.02%     
==========================================
  Files         254      254              
  Lines       21460    21475      +15     
==========================================
+ Hits         8803     8814      +11     
- Misses      12657    12661       +4
Impacted Files Coverage Δ
ui/tests/test_canvas.py 85.45% <100%> (+0.74%) :arrow_up:
ui/canvas.py 88.41% <42.85%> (-1.27%) :arrow_down:

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 1a77056...573db3e. Read the comment docs.

CRImier commented 5 years ago

Thank you! Tests failing although they shouldn't. Let's merge and see!

LouisPi commented 5 years ago

Okay, no problem.