Canviz currently only handles whitespace between HSV color components (regex
\s+). The docs say
we need to match the regex [, ]+ but it also says "separated by whitespace or
commas". I think we
should match the regex [\s,]+.
http://graphviz.org/doc/info/attrs.html#k:color
Original issue reported on code.google.com by ryandesi...@gmail.com on 21 Sep 2008 at 6:47
Original issue reported on code.google.com by
ryandesi...@gmail.com
on 21 Sep 2008 at 6:47