Last updated
The blend tool joins two or more different objects together. The way they are joined depends on the options that you select. Lets start with a simple example that has probably been seen before. Start by drawing a rectangle and then filling it with a gradient. Then draw two paths that overlap. Select these with the direct selection tool (shortcut V). Remember to hold down shift for multiple selections. Now the trickier bit. Select the blend tool (shortcut W). Once selected you need to select the start and end of the blend. So click on the end of the paths that you want to join. When you do this you will see the lines blend. See the video below for this in action.
Illustrator 101 - The Blend Tool from George Ornbo on Vimeo.
Once you have created your blend you can modify it by double clicking on the Blend Tool to bring up the options. In the video above I changed the steps from 20 to 10. Note with the Preview button checked you can see what it is going to look like before you click ok.
The blend tool is not limited to lines. You can blend any object on the canvas. Try playing around with some shapes and creating blends. Heres a quick one that came out out of one turquoise and one grey brush stroke.

In this example I’ve used some of Bittbox’s custom brushes. A very quick effect.

So get working with the blend tool and you even end up making something like this!
Have an update or suggestion for this article? You can edit it here and send me a pull request.
Using HashiCorp Vault with LDAP
How to use HashiCorp Vault to setup an LDAP backed secret store with read-only access for users in groups and read-write access for specific users
Linux and Unix xargs command tutorial with examples
Tutorial on using xargs, a UNIX and Linux command for building and executing command lines from standard input. Examples of cutting by character, byte position, cutting based on delimiter and how to modify the output delimiter.
Copy a file in Go
How to copy a file in Go. The ioutil package does not offer a shorthand way of copying a file. Instead the os package should be used.