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?