SVG paths, clipping paths, geometry
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.