Draggable Tiger Component

The following example shows the classic SVG Tiger. Because the new Ext.Draw system extends from Component, we get all the functionality available to any component. In this example, the component has been made floatable and draggable while constraining it to the document body. Note that because we use vectors to define the image, it is scalable to any size and is fully resolution independent.View Source.

See our introductory blog post on the topic here.