free transform example

by secretgspot

HTML

<script src="https://raw.github.com/shaunxcode/Raphael.FreeTransform/master/raphael.free_transform.js"></script>
<div id="workspace"></div>

CSS

#workspace { width: 1000px; height: 1000px; }

JavaScript

var ws = Raphael('workspace');

var img = ws.image('http://www.alconeco.com/var/alcone/storage/images/products/character/face_altering_makeup/woochie_cat_face/28087-2-eng-US/woochie_cat_face_productfull.jpg', 10, 10, 100, 100);

ws.freeTransform(img);