mariosangiorgio
mariosangiorgio

Reputation: 5543

How do I generate an SVG file without the <title> element?

I am using dot to generate SVG files but I'd like to remove the element from its nodes since I am using a script to show other information at mouse over.

Is it possible to tell dot not to generate such elements?

Upvotes: 6

Views: 934

Answers (1)

mariosangiorgio
mariosangiorgio

Reputation: 5543

As a workaround I used jQuery to remove the title elements from the SVG I embedded in my page

Upvotes: 2

Related Questions