Thursday, January 03, 2013

Interactive SVG on the iPad

Interactive SVG on the iPad: "Next up are handling the gestures to scale and rotate our rectangle. First add the listeners:
ongesturestart="gestureStart(event);"
ongesturechange="gestureChange(event);"
ongestureend="gestureEnd(event);"
"

'via Blog this'