ID:2909478
 
Resolved
RenderIcon() was adding extra space to the tops of icons due to a positioning error.
BYOND Version:515.1626
Operating System:Windows 10 Pro 64-bit
Web Browser:Chrome 120.0.0.0
Applies to:Dream Seeker
Status: Resolved (515.1628)

This issue has been resolved.
Descriptive Problem Summary:
RenderIcon() addes empty space at the top of the image when you output the image using browse()

Numbered Steps to Reproduce Problem:
use RenderIcon()
output it to the player

Code Snippet (if applicable) to Reproduce Problem:
    var/rendered_icon = client.RenderIcon(src)
src << browse(rendered_icon, "window=new_window")


Expected Results:


Actual Results:


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

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.)
Versions before 515.1626

Lummox JR resolved issue with message:
RenderIcon() was adding extra space to the tops of icons due to a positioning error.