How to create an SVG file without a <title> element?

I use dot to generate SVG files, but I want to remove an element from its nodes, since I use a script to display other information on hover.

Is it possible to tell the point not to generate such elements?

+5
source share
1 answer

As a workaround, I used jQuery to remove header elements from SVG I embedded in my page

+2
source

All Articles