sb / smallbasic-editor

Home to the Small Basic editor (beta)
https://smallbasic-publicwebsite-code.azurewebsites.net/
MIT License
101 stars 34 forks source link

DrawResizedImage draws nothing #153

Open nonkit opened 4 years ago

nonkit commented 4 years ago

GraphicsWindow.DrawResizedImage draws nothing. Sample code is:

url = "http://www.nonkit.com/smallbasic.files/Turtle.png" ' 235 x 248
GraphicsWindow.DrawResizedImage(url, 10, 10, 118, 124)
migwellian commented 10 months ago

I have encountered the same issue.

DrawImage works but DrawResizedImage doesn't.

This issue only occurs in the online editor. In the desktop editor, DrawResizedImage does work.