Skip to main content
September 2, 2010
Question

IE causes jagged edges of pngs

  • September 2, 2010
  • 1 reply
  • 510 views

Is there a reason or a work around for a loaded png to be jagged in internet explorer and not in firefox or safari?

Can I smooth loaded jpegs? Will that work for this issue?

See attached, thanks!

This topic has been closed for replies.

1 reply

September 2, 2010

bitmap.smoothing = true;

Fixed! Not sure why the other browsers don't need it but a simple fix! Hooray!!!