The option with gmt text and @ fails. The other optios for transparency works fine.
gmt begin map png
gmt coast -Rg -JH10c -Baf -Glightgreen -Slightblue
echo GMT | gmt text -F+cMC+f40p,red@50 # Fails
echo GMT | gmt text -F+cML+f40p,red -t50 # Works
echo 180 40 | gmt plot -Sc1c -Gblack@50 # Works
gmt end
Originally reported by @seisman in #9109.
The option with
gmt textand @ fails. The other optios for transparency works fine.Originally reported by @seisman in #9109.