Skip Menu |

This queue is for tickets about the Graph-Writer-GraphViz CPAN distribution.

Report information
The Basics
Id: 92853
Status: new
Priority: 0/
Queue: Graph-Writer-GraphViz

People
Owner: Nobody in particular
Requestors: ijackson [...] chiark.greenend.org.uk
Cc: gregoa [...] cpan.org
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: wider graphviz attribute support
Date: Sat, 8 Feb 2014 18:06:20 +0000
To: bug-Graph-Writer-GraphViz [...] rt.cpan.org
From: Ian Jackson <ijackson [...] chiark.greenend.org.uk>
(I have sent this mail to the author too, but I think it should be visible in RT.) I'm using Graph.pm and wanted to feed the results to dot. Graph::Writer::GraphViz seemed like the right thing. However, I found that I wanted to set some graphviz attributes support for which was lacking in ::Writer:GraphViz. I have made a series of three patches to improve this: 1/3 Honour edge attributes `style', `label', `color': pass 2/3 Document the edge and vertex attributes which are passed 3/3 Provide a "graphviz" attribute for setting other I'd appreciate it if you would let me know whether you approve of this approach. Best of all would be for you to include this in your next version. But I'd also like to know what you think of it so that the Debian maintainer can know whether it's a good idea to apply this patch ahead of it being in upstream. The full patches are in this Debian bug report: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=737781 Thanks, Ian.