www

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

commit 4e9a33e256f2eb78e67cd2b637800483d8b33935
parent 9f14997b79653e5ee47da33a7c532e787165cfcc
Author: Davide P. Cervone <dpvc@union.edu>
Date:   Sat, 17 Jan 2015 14:00:28 -0500

Set sh and sd on svg object (not mml object).

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 @@ -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();