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

This commit is contained in:
Davide P. Cervone 2015-01-17 14:00:28 -05:00
parent 9f14997b79
commit 4e9a33e256

View File

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