Skip Menu |

This queue is for tickets about the GraphViz CPAN distribution.

Report information
The Basics
Id: 2147
Status: resolved
Priority: 0/
Queue: GraphViz

People
Owner: Nobody in particular
Requestors: dan_boo [...] bellsouth.net
Cc:
AdminCc:

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



Subject: adding client side image map support (and documentation correction)
This page correctly adds support for client-side image maps, and modifies the documentation surrounding image maps to clarify differences between the two server-side image map formats. Thanks for GraphViz.pm! Cheers, - Dan Boorstein
--- /usr/lib/perl5/site_perl/5.8.0/GraphViz.pm.orig 2003-02-23 01:56:09.000000000 -0500 +++ /usr/lib/perl5/site_perl/5.8.0/GraphViz.pm 2003-02-23 01:58:06.000000000 -0500 @@ -722,16 +722,23 @@ print $g->as_wbmp; -=item as_ismap +=item as_cmap Returns a string which contains a layed-out HTML client-side image map format file. + print $g->as_cmap; + +=item as_ismap + +Returns a string which contains a layed-out HTML old style server-side image map +format file. + print $g->as_ismap; =item as_imap -Returns a string which contains a layed-out HTML server-side image map +Returns a string which contains a layed-out HTML new style server-side image map format file. print $g->as_imap; @@ -794,7 +801,7 @@ $name = "as_dot"; } - if ($name =~ /^as_(ps|hpgl|pcl|mif|pic|gd|gd2|gif|jpeg|png|wbmp|ismap|imap|vrml|vtx|mp|fig|svg|dot|canon|plain)$/) { + if ($name =~ /^as_(ps|hpgl|pcl|mif|pic|gd|gd2|gif|jpeg|png|wbmp|cmap|ismap|imap|vrml|vtx|mp|fig|svg|dot|canon|plain)$/) { my $data = $self->_as_generic('-T' . $1, $self->_as_debug, $output); return $data; }
Date: Sun, 23 Feb 2003 10:17:04 +0000
From: Leon Brocard <acme [...] astray.com>
To: Guest via RT <bug-GraphViz [...] rt.cpan.org>
Subject: Re: [cpan #2147] adding client side image map support (and documentation correction)
RT-Send-Cc:
Guest via RT sent the following bits through the ether: Show quoted text
> This page correctly adds support for client-side image maps, and > modifies the documentation surrounding image maps to clarify > differences between the two server-side image map formats.
Thanks for the patch. I've released GraphViz 1.8, which should be on your local CPAN mirror in a couple of hours. Leon -- Leon Brocard.............................http://www.astray.com/ scribot.................................http://www.scribot.com/ ... Real programming involves maths rather than href tags