From 4e9a33e256f2eb78e67cd2b637800483d8b33935 Mon Sep 17 00:00:00 2001 From: "Davide P. Cervone" Date: Sat, 17 Jan 2015 14:00:28 -0500 Subject: [PATCH] Set sh and sd on svg object (not mml object). --- unpacked/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 index af79fdaf3..ce30ff0a5 100644 --- a/unpacked/jax/output/SVG/jax.js +++ b/unpacked/jax/output/SVG/jax.js @@ -1666,7 +1666,7 @@ this.SVGgetStyles(); var svg = this.SVG(); this.SVGhandleSpace(svg); - if (d != null) {this.sh = h; this.sd = d} + if (d != null) {svg.sh = h; svg.sd = d} for (var i = 0, m = this.data.length; i < m; i++) {if (this.data[i]) {svg.Check(this.data[i])}} svg.Stretch(); svg.Clean();