Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativeanimatedimage / data / stickmanscaled.qml
1 import QtQuick 1.0
2
3 AnimatedImage {
4     width: 240
5     height: 180
6     source: "stickman.gif"
7 }