this is my code:
var PV = new svg.shape.Rect();
var h = data['h'];
var w = data['w'];
PV.setId("PV_"+data['id']);
PV.setWidth(w);
PV.setHeight(h);
PV.setX(parseInt(data['left']));
PV.setY(parseInt(data['top']));
PV.setFill('#0b0bbe');
till here it's ok.
Try to apply a rotation:
var pvRot = new svg.coords.transform.Rotate(PV, 30,
0,0);
but nothing happens!!!.
Any help is welcome.
--
View this message in context:
http://qooxdoo.678.n2.nabble.com/qooxdoo-and-svg-transformation-tp7145186p7145186.html
Sent from the qooxdoo mailing list archive at Nabble.com.
------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual
desktops for less than the cost of PCs and save 60% on VDI infrastructure
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel