Apple Icon

SVG paths, clipping paths, geometry

sketch
Sketch
svg
SVG

Objective: Draw an apple using SVG paths. Split the apple into stripes using clipping paths.

Problem: The path is complicated.

Solution: Sketch the outline on paper and calculate the x and y coordinates of all the vertices and handle endpoints.