The spacing (and background color, etc.) were being set for mstyle
elements prior to their contents being stretched, and was lost during the stretching process. This PR fixes the problem by using the main toSVG()
function rather than separate stretching functions. The HW
and D
parameters are only passed when the mstyle
is an embellished operator that is being stretched.
Resolves issue #2052 (closed).