Hi Nigel
When i create a SVG, then a Rect is added for the layer 0. If i don't want this Layer 0 and do a ClearAll(); Then the layer is gone in my ImageEn (invisible and 1x1 pixel), but still gets saved to the SVG, as a 1x1 pixel Rect. <rect x="0px" y="0px" width="1px" height="1px" stroke="#FFFFFF" stroke-width="0px" fill="#F0F0F0"></rect>
Can you skip this invisible background layer 0 in this case and not save it? Maybe this invisible layer 0 is saved also in other formats? (i reported and you fixed it already in other places like PNG, and in SVG it is still there) |