The Goal In this section, we will go over the basic SVG shapes again and how to create them using D3.js. We will cover previous SVG basic shape examples and how set their attributes using D3.js. Drawing an SVG Circle using D3.js We previously saw how to construct an SVG Circle in the Basic Building Blocks section: Circle Example & Code: 1<svg width="50" height="50"> 2 <circle cx="25" cy="25" r="25