Jump to content

Jalehandro

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Jalehandro

  1. I tried your code but it didn't get rid of the stripe. However, I realized the stripe is only there when the image itself is touching the border, so I resized the image and it now has some space between the border and the image (sort of padding) and the stripe is gone. Thanks for your suggestion though, the issue is now solved.
  2. Hi. I encountered some problem using dxDrawImage. I have a simple user icon drawn on the screen and for some reason there is a stripe at the top of the image which is invisible in photoshop or using guiCreateStaticImage. Side to side comparison: dxImage vs guiStaticImage Code: guiCreateStaticImage(300, 100, 200, 200, "images/icon_user.png", false) addEventHandler("onClientRender", root, function() dxDrawImage(300, 350, 200, 200, "images/icon_user.png") end) Any idea what could it be?
×
×
  • Create New...