ID:2552933
 
Resolved
-dm-text-outline and text-shadow parsing were broken.
BYOND Version:513.1514
Operating System:Windows 10 Pro 64-bit
Web Browser:Chrome 80.0.3987.132
Applies to:Dream Seeker
Status: Resolved (513.1515)

This issue has been resolved.
Descriptive Problem Summary:
new -dm-text-outline style value doesn't work

Numbered Steps to Reproduce Problem:
Try to use new -dm-text-outline style value

Code Snippet (if applicable) to Reproduce Problem:
maptext="<span style='-dm-text-outline: 1px #222d OUTLINE_SHARP; font-size: 7pt; color: #FFFFFF; text-align: left; font-family: Fixedsys;'>text</span>"
//or
maptext="<span style='-dm-text-outline: 1px #222d sharp; font-size: 7pt; color: #FFFFFF; text-align: left; font-family: Fixedsys;'>text</span>"


Expected Results:
Outline appear w the custom attribute

Actual Results:
Outline doesn't appear anymore

Does the problem occur:
Every time? Or how often? Every time
In other games? Yes
In other user accounts? Yes
On other computers? Yes

When does the problem NOT occur? Never

Did the problem NOT occur in any earlier versions? If so, what was the last version that worked? (Visit http://www.byond.com/download/build to download old versions for testing.) Nope

Workarounds: None that I know of

Lummox JR resolved issue with message:
-dm-text-outline and text-shadow parsing were broken.
In response to Lummox JR
Still broken.

Earlier I thought it was just the new feature that was breaking it, but no, it's the entire css attribute.