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 10:34:49 +0200
2013/8/30 Stefano Ferri <ferriste at gmail.com>
>
> 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...
>
>
I've pasted the corrected line: the original one was <g style="fill:none;
color:red; [...]