Code: Select all
magick -size 100x100 xc:none -bordercolor red -border 2 test_v7.png
Code: Select all
convert -size 100x100 xc:none -bordercolor red -border 2 test_v6.png
The square gets filled with whatever is set as the "-bordercolor".
The problem occurs if I create the transparent canvas by any method like "xc:none" or "xc:transparent" or "xc:#00000000".
It also occurs with a semi-transparent colored canvas made like this "xc:#FFFFFF80". The border color is showing behind the semi-transparency.