Difference between revisions of "User:Piphi/Beats"

(Redirected page to User:Piphi/Asymptote/Beats)
(Tag: New redirect)
 
Line 1: Line 1:
{{User:Piphi/Template:Header}}
+
#REDIRECT [[User:Piphi/Asymptote/Beats]]
<br>
 
<center><asy>
 
/**
 
* Beats
 
*
 
* Made by piphi
 
*
 
* For more information go to the link below.
 
* https://artofproblemsolving.com/wiki/index.php/User:Piphi/Beats
 
*/
 
 
 
fill(circle((0,0),352), rgb(237,28,36));
 
fill(circle((0,0),176), white);
 
fill(circle((0,0),107), rgb(237,28,36));
 
fill((-176,0)--(-176,352)--(-107,352)--(-107,0)--cycle, white);
 
 
 
clip(currentpicture, circle((0,0),352));
 
</asy></center>
 
 
 
== Beats by Dre Logo ==
 
Beats is an electronics company owned by Apple that makes audio devices.
 
 
 
The drawing consisted of only 3 circles, a rectangle, and a clip.  So it didn't take long to make.[[Image:Beats_Electronics_logo.png|thumb|200px|right|Beats]]
 
 
 
== See Also ==
 
* [https://www.beatsbydre.com/ Beats by Dre]
 
* [[User:Piphi#Asymptote | More Drawings Like This]]
 

Latest revision as of 18:18, 4 June 2020