hi.. sorry if am not clear on my question.
my sample svg structure is
<svg>
<g delete="yes">
here an image will be present
</g>
</svg>
what i was looking for is i have to convert this svg to png, and while conversion, i need to delete that layer which has custom attribute delete="yes" and then convert to png. but i dont want that to be deleted from SVG . i just need that to be removed from o/p png file.
Please let me know if its possible to do
my sample svg structure is
<svg>
<g delete="yes">
here an image will be present
</g>
</svg>
what i was looking for is i have to convert this svg to png, and while conversion, i need to delete that layer which has custom attribute delete="yes" and then convert to png. but i dont want that to be deleted from SVG . i just need that to be removed from o/p png file.
Please let me know if its possible to do