Rupanshu Soi
Results
1
comments of
Rupanshu Soi
Yes, I did indeed use an `Escape` graph (and saw the same problem). I noticed that changing [this line](https://github.com/awalterschulze/gographviz/blob/61ac52a9250b6e88baaaf72e0f4f424418b823a0/attrs.go#L52) to ``` attrs.add(key, esc(value)) ``` fixes the problem. However, we would...