toolbox

Notes on Adobe products

Photoshop

Illustrator

Working with paths

Starting a new path from an existing anchor point

When you try to start a new path from an anchor point of a different path, just clicking the anchor removes it. Instead, the solution is to:

  1. Click and hold on an empty area
  2. Hold down the Space key to move the anchor
  3. With Smart guides enabled, you should be able to snap the anchor point to the existingn anchor point from where you initially wanted to start the new path
  4. Release Space and continue as usual

Also, it seems that (at least in Illustrator CC 2019) you can hold down Shift when creating the initial anchor point.

Working with SVG

Pasting copied objects as SVG

Illustrator has this neat feature that lets you copy (⌘C) any object from your design and paste it (⌘V) as SVG in any text editor. However, configuring how the SVG is generated is a bit obscure:

  1. With any Illustrator file, go to File → Save As... or File → Save a Copy... and choose Format: SVG
  2. On the next screen, called SVG Options, you can configure how the SVG will be generated. (Click on More Options to see all of them). Then, press OK
  3. The options you set on this screen will apply to SVGs you copy to the clipboard from now on

💡 You only need to do this once, or whenever you want to change the way the SVG gets generated.

Create a rectangle to serve as a viewbox

To create a viewbox for the SVG while using the copy/paste trick, you can draw a rectangle behind your artwork to serve this purpose. After pasting the artwork in a text editor, you can just delete the background <rect> element.

Expand the appearance

TBD.

Working with Area Type

Area Type is the text area in Illustrator. You can scale the bounding box and the text inside will reflow — as opposed to point type, which scales like any other shape.

Switch between Type and Area Type

Double-click on the prong that sticks out of the right side of the box.

Auto-fit area to the text content

Double-click on the prong that sticks out of the bottom side of the box to fit the area snugly around the text.

💡 Set this behavior as the default by going to Illustrator → Preferences… → Type and check Auto Size New Area Type.

Resize area type without stretching the text

Selecting a type area and entering a width / height in the Transform pane will stretch the text instead of resizing the text area and reflowing the text. To achieve the latter, use the Direct Selection tool (A) to select just the area and not the text inside. In this state, using the width / height inputs from the Transform pane will scale the text area without distoring the text.

💡 You can also set the area’s size (along with other options) from the Type → Area Type Options… menu item.

Convert an illustration from RGB to CMYK

Some tools, such as ArchiCAD, can only produce color PDFs in the RGB color space. To convert that to a CMYK file ready for offset printing:

  1. Open the PDF in Illustrator and change its color space to CMYK by using File → Document Color Mode → CMYK
  2. Select all objects (⌘A) and proceed to Edit → Edit Colors → Recolor Artwork…
  3. In the options dialog:
    1. Color Reduction Options…, deselect Preserve: Black to be able to map the rich black to K:100 black;
    2. Switch the color picker to use CMYK sliders;
    3. Select each color in the list, one by one, and ajust it to the preferred CMYK values. You’ll mostly want to adjust the blacks and grayscales to only use the K channel.
  4. Make sure you overprint blacks to avoid misregistration issues at the offset printer; use Edit → Edit Colors → Overprint Black… to ensure colors underneath are not knocked out
  5. Use the Window → Separations Preview panel to make sure the C/M/Y/K plates look as expected.