Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the SVG-TT-Graph CPAN distribution.

Report information
The Basics
Id: 41973
Status: resolved
Priority: 0/
Queue: SVG-TT-Graph

People
Owner: Nobody in particular
Requestors: florent.angly [...] gmail.com
Cc:
AdminCc:

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



Subject: Piecharts do not display properly in some webbrowsers
I believe that the SVG markup used to produce the wedges in the piecharts is incorrect. Although it displays fine in SVG editors like Inkscape 0.46, it cannot be displayed properly in the webbrowsers I tried (Firefox 3.0.5, Epiphany 2.24.1). This post helped me "fix" the problem: http://forums.mozillazine.org/viewtopic.php?f=9&t=407255 Paths that looks like: <path class="dataPoint1" d="M388.333333333333 215 A170 170, 0, 0, 1, 375.709826666933 279.2856076118 L218.333333333333 215, Z" transform="translate(0,15)" /> had to be changed to: <path class="dataPoint1" d="M388.333333333333 215 A170 170, 0, 0, 1, 375.709826666933 279.2856076118 L218.333333333333 215 Z" transform="translate(0,15)" /> Note that there is no comma anymore before the "Z" in the "d" attribute.
I filled the bug too fast. This bug was fixed in version 0.9