https://issues.apache.org/bugzilla/show_bug.cgi?id=45958
Summary: rasterized file not with same ratio of original SVG file
by default
Product: Batik
Version: 2.0
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: SVG Rasterizer
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
I have a SVG file :
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg" width="3" height="5.75"/>
When I render it with batik-rasterizer.jar I obtain the follow result:
with no option : a 3x6 png file, all right,
with -w 30 : a 30x60 png file,
with -w 300 : a 300x600 png file.
Output result respect the rounded ratio. Scaled render must respect original
SVG ratio, deosn't ?
It's same problem with 1.6, 1.7, and SVN.
Regards
Fred
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]