This example describes a MIDlet that illustrates the use of Scalable Vector Graphics (SVG) provided by the Mobile 2D (M2G) API. With this MIDlet, you will learn how to load and display content and how to perform zoom and rotate operations.
The LoadStaticMIDlet loads a pre-generated image of a lion cub.
You can scroll the view by pressing the Arrow keys.
You can also zoom the image by selecting the function from the Options menu.
From the same menu, you can also choose the rotate function, which allows you to rotate the image clockwise/counterclockwise.
Finally, you can choose to restore the image to its original settings.