if you set a maptext with outline and the img tag, the img doesn't get outlined but the text will
if you add a second line to the maptext with \n or
the img gets outlined but the text won't
Code Snippet (if applicable) to Reproduce Problem:
maptext="<span style='-dm-text-outline: 1px #222d;'><img src='['randomiconfile.dmi']'> 1</span><br><span style='-dm-text-outline: 1px #222d;'><img src='['randomiconfile.dmi']'></img>2</span>"
Expected Results:
maptext with everything outlined, including the images.
Actual Results:
follows this pattern:
IMG not-outlined, text outlined
IMG outlined, text not-outlined
Does the problem occur:
Every time? Or how often? Yes
In other games? Yes
In other user accounts? Yes
On other computers? Yes
When does the problem NOT occur? Never
Workarounds:
None that I know of