ajstarks / svgo

Go Language Library for SVG generation
Other
2.15k stars 170 forks source link

feat: add embed.go example #58

Open hhhapz opened 3 years ago

hhhapz commented 3 years ago

This commit adds the embed.go example, which focuses on demonstrating how to embed an svg within another. The example adds a title and a red border around the svg file provided via the -f argument.

Closes #57.