Feature Friday #30: Agent svg

Posted by Nick Anderson
October 4, 2024

Ever want a custom CFEngine Agent logo? Check out agentsvg.

You can find agentsvg in core/contrib/ it’s a python script that can generate CFEngine agent logos.

python3 ./agentsvg.py > agent.svg
python3 ./agentsvg.py --body="#f5821f" --head="#052569" > agent-body-head-colors.svg

In addition to customizing the head and body colors you can customize the arm positions to be up, down, out or angled and the legs can be straight or out

python3 ./agentsvg.py --arms angled --legs out > agent-arms-legs.svg

Happy Friday! 🎉