ID:2547612
 
Resolved
Including an embedded image in maptext within an outlined section caused confusion in the output, potentially outlining some images (which wasn't supported at the time) and failing to outline subsequent text correctly.
BYOND Version:513.1512
Operating System:Windows 7 Pro 64-bit
Web Browser:Chrome 80.0.3987.122
Applies to:Dream Seeker
Status: Resolved (513.1513)

This issue has been resolved.
Descriptive Problem Summary:
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
Lummox JR resolved issue with message:
Including an embedded image in maptext within an outlined section caused confusion in the output, potentially outlining some images (which wasn't supported at the time) and failing to outline subsequent text correctly.