Skip to content

Commit

Permalink
Merge pull request #29 from EagleoutIce/24-blobs-appear-to-be-a-littl…
Browse files Browse the repository at this point in the history
…e-bit-too-heavy

Reduce Size of Blobs
  • Loading branch information
EagleoutIce authored Apr 17, 2024
2 parents 3d006d6 + 351526f commit 4077ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fancyqr-style-blobs.code
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
\moveto(0,0)
\loop
\advance\@tempcnta by 30
\edef\rad{\fpeval{.2*\qr@modulesize+.115*\qr@modulesize*abs(rand())}}% fixed rand for both
\edef\rad{\fpeval{.1*\qr@modulesize+.13*\qr@modulesize*abs(rand())}}% fixed rand for both
\lineto(\fpeval{cos(\@tempcnta)*\rad},\fpeval{sin(\@tempcnta)*\rad})
\ifnum\@tempcnta<360\relax
\repeat
Expand Down

0 comments on commit 4077ad0

Please sign in to comment.