> > The scaling works, but images and icons don't scale up very well. > They become rather pixel-y, which is probably quite expected. Fonts > scale up just fine though. >
That's true. If you used vector graphics for your pictures ( http://pivot.apache.org/tutorials/drawing.html), they'll scale well, but as of 1.4, the graphics that are built into the Pivot components (like FileBrowser, Alert, and Prompt) use bitmaps, not vector graphics -- we plan to address this later, but possibly not until 2.0. -T
