Below you will find pages that utilize the taxonomy term “FE”
Posts
SVG(Scalable Vector Graphics)
Introduction Deep dive into SVG SVG code for an icon is usually made up of a bunch of path elements with d attribute(aka. path data).
Path Data The d attribute is a series of commands that tell the browser how the path should be drawn. Below is an example of a d attribute cleaned up:
All path commands follow the same basic syntax - a single letter code followed by a series of numbers.