sunjay / turtle

Create Animated Drawings in Rust
http://turtle.rs
Mozilla Public License 2.0
559 stars 54 forks source link

Fix for Rust Logo | Issue #177 #232

Closed bharathk005 closed 3 years ago

bharathk005 commented 3 years ago

This branch contains a fix for the issue mentioned in #177. It is a minor change to get a proper Rust logo.

codecov[bot] commented 3 years ago

Codecov Report

Merging #232 (0e7cbcc) into master (30b7a81) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #232   +/-   ##
=======================================
  Coverage   61.21%   61.21%           
=======================================
  Files          40       40           
  Lines        2697     2697           
=======================================
  Hits         1651     1651           
  Misses       1046     1046           
Impacted Files Coverage Δ
src/async_turtle.rs 76.47% <0.00%> (-1.31%) :arrow_down:
src/speed.rs 62.18% <0.00%> (-0.85%) :arrow_down:
src/renderer_server/animation.rs 32.04% <0.00%> (ø)
src/ipc_protocol/protocol.rs 55.33% <0.00%> (+1.45%) :arrow_up:

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 30b7a81...0e7cbcc. Read the comment docs.

sunjay commented 3 years ago

Merged! :tada: