Open avianey opened 10 years ago
force the viewport attribute on masked svg to match the computed bounding box :
<svg viewport="x y width height"
This could be done by generating temporary svg for each input svg and overriding the viewport attribute on the <svg> element.
<svg>
force the viewport attribute on masked svg to match the computed bounding box :