<html><head></head><body><div class="yahoo-style-wrap" style="font-family:Helvetica Neue, Helvetica, Arial, sans-serif;font-size:13px;"><div>I've been trying to generate an SVG using SVGSurface with a fill and an alpha stroke, <br></div><div dir="ltr" data-setdir="false">with OPERATOR_SOURCE to ensure the stroke draws over the fill, but this seems</div><div dir="ltr" data-setdir="false">to generate <image> tags in the SVG.</div><div dir="ltr" data-setdir="false"><br></div><div dir="ltr" data-setdir="false">Toy example and output + XML:<br></div><div dir="ltr" data-setdir="false"><a href="https://gist.github.com/stuaxo/b525a47d33f5f3074b1be7c693f6b6e6" rel="nofollow" target="_blank">https://gist.github.com/stuaxo/b525a47d33f5f3074b1be7c693f6b6e6</a></div><div dir="ltr" data-setdir="false"><br></div><div dir="ltr" data-setdir="false">Is there any way to render fill + stroke (with alpha) and only output vector data ?</div><div dir="ltr" data-setdir="false">This seems like a common operation, but whatever I try outputs SVGs full of <image>s.<br></div><div dir="ltr" data-setdir="false"><br></div><div dir="ltr" data-setdir="false">For Shoebot, this has meant our SVGs become very very large, enough to eat all your ram if you try and open them in Inkscape.<br></div></div></body></html>