www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit cea1722cb295e7145357034343f5b3d550600402
parent caeae072ed2c3a3b16d458c5d11b0bf99b41ff98
Author: Davide P. Cervone <dpvc@union.edu>
Date:   Sat, 11 May 2013 17:03:47 -0400

Merge branch 'v2.2-beta' into develop

Diffstat:
Munpacked/jax/output/SVG/jax.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/unpacked/jax/output/SVG/jax.js b/unpacked/jax/output/SVG/jax.js @@ -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();