Ticket #100 (closed defect: fixed)

Opened 7 years ago

Last modified 7 years ago

Image maps are shifted when png antialias is turned on.

Reported by: pkropf Assigned to: pkropf
Priority: normal Component: GraphvizPlugin
Severity: normal Keywords:
Cc: kilian.cavalotti@lip6.fr Trac Release:

Description

It looks as if the image map coordinates are off when the rsvg program is used to generate a png from a svg file and graphviz generates the image map.

Attachments

Change History

12/16/05 18:32:42 changed by anonymous

  • status changed from new to closed.
  • resolution set to fixed.

graphviz processors (dot, neato, ...) use 96dpi as a default output resolution. rsvg needs to know what dpi setting is used to rasterize the SVG image, and to create a PNG image with the same size graphviz would have created directly.

So we now use --dpi-x and --dpi-y rsvg arguments, and set them to 96 if no default_graph_dpi setting is seen in the trac.ini [graphviz] section.

Fixed in v0.5


Add/Change #100 (Image maps are shifted when png antialias is turned on.)




Change Properties
Action