Problem with draw2d and svg terminal: dots are always red crcles
Subject: Problem with draw2d and svg terminal: dots are always red crcles
From: Stefano Ferri
Date: Fri, 30 Aug 2013 09:26:12 +0200
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...