JuliaGraphics / Luxor.jl

Simple drawings using vector graphics; Cairo "for tourists!"
http://juliagraphics.github.io/Luxor.jl/
Other
576 stars 72 forks source link

Fix spacings in scripts #220

Closed hyrodium closed 2 years ago

hyrodium commented 2 years ago

This PR replaces characters "\t" and "'\U00A0'" with normal white spaces. (x-ref https://github.com/JuliaGraphics/Luxor.jl/pull/209#discussion_r825274761)

Before this PR http://juliagraphics.github.io/Luxor.jl/dev/howto/createdrawings/#Using-Pluto

image

After this PR image

codecov[bot] commented 2 years ago

Codecov Report

Merging #220 (725b1c5) into master (6bd6a7b) will not change coverage. The diff coverage is 67.39%.

@@           Coverage Diff           @@
##           master     #220   +/-   ##
=======================================
  Coverage   71.07%   71.07%           
=======================================
  Files          33       33           
  Lines        5978     5978           
=======================================
  Hits         4249     4249           
  Misses       1729     1729           
Impacted Files Coverage Δ
src/Boxmaptile.jl 92.42% <ø> (ø)
src/Turtle.jl 85.88% <ø> (ø)
src/basics.jl 92.24% <ø> (ø)
src/colors_styles.jl 72.63% <0.00%> (ø)
src/drawings.jl 63.30% <ø> (ø)
src/polygons.jl 73.80% <0.00%> (ø)
src/mesh.jl 93.61% <94.73%> (ø)
src/text.jl 83.51% <96.29%> (ø)

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 6bd6a7b...725b1c5. Read the comment docs.