Merge branch 'v2.2-beta' into develop

This commit is contained in:
Davide P. Cervone 2013-05-11 17:03:47 -04:00
commit cea1722cb2

View File

@ -1903,7 +1903,7 @@
// Put that in an <svg> with xlink defined.
//
var box = BBOX.G({
stroke:"black", fill:"black", "stroke-thickness":0,
stroke:"black", fill:"black", "stroke-width":0,
transform: "matrix(1 0 0 -1 0 0)"
}).With({removeable: false});
box.Add(this.data[0].toSVG(),0,0,true); box.Clean();