I need to Read an SVG and Render that on Canvas. But the problem is, I need to skip certain elements which contains the text I don't want. I know that specific text ( its not dynamic).
I am thinking of getting All the xml schema into java code and then delete those nodes and then push to client and paste on canvas via jQuery.
What method would be the best? And how?