Number: 1179
Title: no stylesheet found in SVG output
Submitter: henrik lindberg
Date: Fri Aug 24 19:17:20 2007
Subsys: Dot
Version: 2.14.1
System: x86-Windows-XP
Severity: major
Problem:
dot -Tsvg -o somefile.svg -i smalldot.dot

Produces the SVG output below. I can't find any trace of the "stylesheet" that I supposed to be output as an xml processing instruction. Also tried -Gstylesheet="file.css" and -Gstylesheet=file.css - the result is the same in all cases. (I also tried a statemnt like graph [stylesheet="file.css"]; but that also gave the samme result. No css in the output.

I don't know if this is a bug, or if it is supposed to work some other way.
Input:

digraph G {
stylesheet="file.css";
a;
b;
a-> b;
}
Output file: b1179.svg
Owner: ellson
Status: Fixed (5 Sep 2007)