Bird
Raised Fist0
Figmabi_tool~10 mins

Vector editing mode in Figma - Cell-by-Cell Formula Trace

Choose your learning style10 modes available

Start learning this pattern below

Jump into concepts and practice - no test required

or
Recommended
Test this pattern10 questions across easy, medium, and hard to know if this pattern is strong
Sample Data

Coordinates of three points defining a vector shape in Figma's vector editing mode.

CellValue
A1Point 1 X
B1Point 1 Y
A2100
B2150
A3Point 2 X
B3Point 2 Y
A4200
B4250
A5Point 3 X
B5Point 3 Y
A6300
B6350
Formula Trace
Distance = SQRT((X2 - X1)^2 + (Y2 - Y1)^2)
Step 1: X2 - X1
Step 2: 200 - 100
Step 3: Y2 - Y1
Step 4: 250 - 150
Step 5: (X2 - X1)^2
Step 6: 100^2
Step 7: (Y2 - Y1)^2
Step 8: 100^2
Step 9: (X2 - X1)^2 + (Y2 - Y1)^2
Step 10: 10000 + 10000
Step 11: SQRT(20000)
Cell Reference Map
     A       B
1  Point1X  Point1Y
2   100      150
3  Point2X  Point2Y
4   200      250

Arrows: A2 -> A4, B2 -> B4 (coordinates used for distance calculation)
Coordinates from Point 1 (A2,B2) and Point 2 (A4,B4) are referenced to calculate distance.
Result
     A       B       C
1  Point1X  Point1Y  Distance
2   100      150     
3  Point2X  Point2Y  
4   200      250     141.42
Distance between Point 1 and Point 2 is calculated and shown in cell C4.
Sheet Trace Quiz - 3 Questions
Test your understanding
What is the difference between X coordinates of Point 2 and Point 1?
A100
B50
C250
D200
Key Result
Distance between two points is calculated using the Pythagorean theorem: sqrt((X2 - X1)^2 + (Y2 - Y1)^2).

Practice

(1/5)
1. What does Vector editing mode in Figma allow you to do?
easy
A. Move and adjust points and curves on shapes
B. Change the color of text layers
C. Add new pages to your Figma file
D. Export images in different formats

Solution

  1. Step 1: Understand the purpose of Vector editing mode

    Vector editing mode is designed to let you change shapes by moving their points and curves.
  2. Step 2: Compare options with the definition

    Only Move and adjust points and curves on shapes describes moving and adjusting points and curves, which matches the purpose of vector editing.
  3. Final Answer:

    Move and adjust points and curves on shapes -> Option A
  4. Quick Check:

    Vector editing mode = Move points and curves [OK]
Hint: Vector mode edits points and curves on shapes [OK]
Common Mistakes:
  • Confusing vector editing with color or text editing
  • Thinking vector mode adds pages or exports files
2. Which of the following is the correct way to enter Vector editing mode in Figma?
easy
A. Right-click the canvas and select 'Vector mode'
B. Double-click the shape you want to edit
C. Press Ctrl + V on your keyboard
D. Click the 'Export' button in the toolbar

Solution

  1. Step 1: Recall how to enter Vector editing mode

    You enter Vector editing mode by double-clicking the shape you want to edit.
  2. Step 2: Evaluate each option

    Only Double-click the shape you want to edit matches the correct method. Options A, C, and D do not trigger vector editing mode.
  3. Final Answer:

    Double-click the shape you want to edit -> Option B
  4. Quick Check:

    Enter vector mode = Double-click shape [OK]
Hint: Double-click shape to enter vector mode [OK]
Common Mistakes:
  • Trying keyboard shortcuts like Ctrl+V which pastes instead
  • Looking for vector mode in right-click menu or export options
3. You double-click a star shape in Figma and drag one of its points. What happens?
medium
A. The point moves, changing the star's shape
B. The entire star moves on the canvas
C. The star's fill color changes
D. Nothing happens until you press Enter

Solution

  1. Step 1: Understand double-clicking a shape

    Double-clicking enters Vector editing mode, allowing point adjustments.
  2. Step 2: Effect of dragging a point in Vector mode

    Dragging a point moves that point, changing the shape's outline.
  3. Final Answer:

    The point moves, changing the star's shape -> Option A
  4. Quick Check:

    Drag point in vector mode = shape changes [OK]
Hint: Drag points in vector mode to reshape objects [OK]
Common Mistakes:
  • Thinking dragging moves the whole shape instead of a point
  • Expecting color changes from dragging points
  • Believing changes require pressing Enter
4. You try to edit a shape's points but nothing happens. Which is the most likely reason?
medium
A. You are in Prototype mode instead of Design mode
B. You pressed Esc instead of double-clicking
C. You are editing a text layer, not a shape
D. You forgot to double-click the shape to enter Vector editing mode

Solution

  1. Step 1: Identify why points don't move

    Points only move in Vector editing mode, which requires double-clicking the shape.
  2. Step 2: Check other options

    Pressing Esc exits vector mode, editing text layers doesn't allow point moves, and prototype mode disables editing but the main cause is not entering vector mode.
  3. Final Answer:

    You forgot to double-click the shape to enter Vector editing mode -> Option D
  4. Quick Check:

    No vector mode = points don't move [OK]
Hint: Double-click shape first to edit points [OK]
Common Mistakes:
  • Trying to edit points without entering vector mode
  • Confusing Esc key as entry to vector mode
  • Editing text instead of shapes
5. You want to customize a dashboard icon by reshaping it precisely. Which steps correctly use Vector editing mode?
hard
A. Right-click the icon, choose 'Edit Color', then drag points
B. Select the icon, press Delete, then redraw with the pen tool
C. Double-click the icon, drag points to reshape, then click outside to exit
D. Click the icon once, drag it to move, then press Esc

Solution

  1. Step 1: Enter Vector editing mode correctly

    Double-click the icon to enter Vector editing mode for point editing.
  2. Step 2: Modify points and exit properly

    Drag points to reshape, then click outside or press Esc to exit vector mode.
  3. Final Answer:

    Double-click the icon, drag points to reshape, then click outside to exit -> Option C
  4. Quick Check:

    Double-click + drag points + click outside = correct vector editing [OK]
Hint: Double-click, drag points, click outside to finish [OK]
Common Mistakes:
  • Deleting and redrawing instead of editing points
  • Trying to edit color instead of shape points
  • Dragging whole icon instead of points