You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-dev@xmlgraphics.apache.org by bu...@apache.org on 2008/10/06 21:58:47 UTC

DO NOT REPLY [Bug 45958] New: rasterized file not with same ratio of original SVG file by default

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: batik-dev@xmlgraphics.apache.org
        ReportedBy: f.rodrigo@free.fr


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: batik-dev-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: batik-dev-help@xmlgraphics.apache.org


DO NOT REPLY [Bug 45958] rasterized file not with same ratio of original SVG file by default

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=45958


Thomas Deweese <de...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #1 from Thomas Deweese <de...@apache.org>  2008-10-06 17:55:47 PST ---
Fixed in SVN (rev 702317).  
We now use float for document dimensions.


-- 
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: batik-dev-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: batik-dev-help@xmlgraphics.apache.org