ID:1975813
 
BYOND Version:509 (please use Other... and specify minor build)
Operating System:Windows 7 Pro 64-bit
Web Browser:Chrome 46.0.2490.80
Applies to:Dream Seeker
Status: Unverified

Thus far we've been unable to verify or reproduce this bug. Or, it has been observed but it cannot be triggered with a reliable test case. You can help us out by editing your report or adding a comment with more information.
Descriptive Problem Summary:
A matrix turn of 180 degrees is slicing off 1 line vertical from the icon.

Numbered Steps to Reproduce Problem:
Code Snippet (if applicable) to Reproduce Problem:
transform = matrix(180,MATRIX_TURN)
//or
transform = turn(matrix(),180)


Expected Results:
The transformation to rotate 180 degrees with any change to the icon except a full 180 degree turn.

Actual Results:
A 180 degree turn, but a vertical line of the icon being deleted

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? Not sure

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.) No clue

Workarounds: Using a turn at 181 degrees will rotate the icon 180 degrees while not slicing off a vertical line from it

I edited the report details because this is obviously not a Dream Maker issue, but a rendering issue which would belong to Dream Seeker or the webclient.

I'll test this out myself, although I expect the results are highly-system-dependent.
Lummox JR changed status to 'Unverified'