Code: Select all
magick -pointsize 100 -strokewidth 10 -stroke black -font arial label:"TESTING 1 2 3" badstroke1.png
Notice the strokes have a notch at one corner of each character, and there's an odd little twist on the right side center of the "3". This happens using any size stroke width, although it's nearly unnoticeable at very small widths. It happens when creating the text with "label:" or "-annotate". It also looks like the stroke width is being ignored when it's aligning the text within the "label:" canvas.
Here is an example command showing the same issue occurs in slightly different ways by using a different font...
Code: Select all
magick -pointsize 100 -strokewidth 10 -stroke black -font helvetica label:"TESTING 1 2 3" badstroke2.png