Support for Blink escape code \e[05m in agg

I have noticed that the blink ANSI escape code (\e[05m) is not supported by the agg Gif generator.

Example, running:

echo -e "\e[05mBlink\e[0m"

Does produce a blinking text in the Gif.

Do you think that this is possible to implement this in agg?

Right, it’s not yet supported, similarly to how the cursor doesn’t blink in GIFs produced by agg. I think both of those could be attacked at the same time, as this is similar underlying problem to solve.