helloyou2012 / canviz

Automatically exported from code.google.com/p/canviz
0 stars 0 forks source link

Support any amount of commas and/or whitespace between HSV color components #9

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Fixed in r94.

Original comment by ryandesi...@gmail.com on 3 Oct 2008 at 5:18