www

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

commit 80125f99f19204d4c26782bb0d01648cb748ab5e
parent 3ff16901e6a102880264f355c5c3e4a63a9ea900
Author: Davide P. Cervone <dpvc@union.edu>
Date:   Fri,  4 Dec 2015 14:36:49 -0500

Merge branch 'issue1316' into develop.  Issue #1316.

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 @@ -639,7 +639,7 @@ } } if (text.length == 1 && font.skew && font.skew[n]) {svg.skew = font.skew[n]*1000} - if (svg.element.childNodes.length === 1) { + if (svg.element.childNodes.length === 1 && !svg.element.firstChild.getAttribute("x")) { svg.element = svg.element.firstChild; svg.removeable = false; svg.scale = scale; }