User:Objectz/Western Union Logo

< User:Objectz
Revision as of 14:00, 27 October 2020 by Objectz (talk | contribs) (Created page with "<br><center><asy> // Background fill((0,0)--(213,0)--(213,-213)--(0,-213)--cycle, black); // Shading Background picture bg; path sq=(0,0)--(213,0)--(213,-213)--(0,-213)--cycl...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


[asy] // Background fill((0,0)--(213,0)--(213,-213)--(0,-213)--cycle, black);  // Shading Background picture bg; path sq=(0,0)--(213,0)--(213,-213)--(0,-213)--cycle; pen[][] grayish={{cmyk(0,0,0,0.7),cmyk(0,0,0,1)}}; latticeshade(bg,rotate(90)*sq,grayish); add(rotate(-90)*bg);  // Double Slash  fill((22,-73)--(40,-136)--(44,-136)--(26,-73)--cycle,white); fill((35,-73)--(52,-136)--(56,-136)--(39,-73)--cycle,white);  // W fill((47,-73)--(65,-136)--(77,-136)--(90,-94)--(104,-136)--(116,-136)--(133,-73)--(120,-73)--(109.5,-112)--(97,-73)--(84,-73)--(71.5,-112)--(60,-73)--cycle,cmyk(0,0.13,1,0));  // U  fill((147,-73)--(142,-73)--(134,-101)--(134,-116)..(160.5,-138)..(187,-116)--(187,-73)--(175,-73)--(174,-114)..(160.5,-125)..(147,-114)--cycle,cmyk(0,0.13,1,0)); // Defining Background's Rounded Corners path llc = ((0,-176)..(17,-202)..(43,-212)); path lrc = ((166,-212)..(198,-198)..(212,-166)); path urc = ((212,-44)..(203,-17)..(176,0)); path ulc = ((35,0)..(12,-12)..(0,-35)); // Clipping Extra Background clip(currentpicture, llc--lrc--urc--ulc--cycle); [/asy]

Western Union

This is the 5th logo in the series of logos I am drawing with Asymptote code. Western Union is a service that allows you to send money to bank accounts overseas. When drawing this, firstly I made the background, then the white backslashes, then the W and U, and finally I rounded the background.

See Also