Problem with draw2d and svg terminal: dots are always red crcles



2013/8/29 James Cloos <cloos at jhcloos.com>

> >
>
> The text color="red" does appear in a <g> element in the svg, but every
> sub-element specifies rgb(  0,   0, 255).
>

Manually setting color:blue (that line originally was <g style="fill:none;
color:blue; [...] ) in the code of the svg image results in correct colors
in the browser. So I guess that "red" should not be there. I will try to
understand why the dots are actually circles...