[cairo-commit] svg2png ChangeLog,1.2,1.3

Carl Worth commit at pdx.freedesktop.org
Fri Jun 4 09:10:32 PDT 2004


Committed by: cworth

Update of /cvs/cairo/svg2png
In directory pdx:/tmp/cvs-serv657

Modified Files:
	ChangeLog 
Log Message:

        * src/svg2png.c (main): Close open files before exiting.
        (render_to_png): Handle the --width and --height options in a more
        intelligent way. They will now automatically trigger scaling as
        necessary (but never distorting the original aspect ratio). If
        both are provided, and with an inconsisent aspect ratio, the
        rendering will be centered in the extra space. It's now possible
        to simply provide one of these options and the other one will be
        computed based on the aspect ratio.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/svg2png/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** a/ChangeLog	4 May 2004 02:02:30 -0000	1.2
--- b/ChangeLog	4 Jun 2004 16:10:30 -0000	1.3
***************
*** 1,2 ****
--- 1,13 ----
+ 2004-06-04  Carl Worth  <cworth at isi.edu>
+ 
+ 	* src/svg2png.c (main): Close open files before exiting.
+ 	(render_to_png): Handle the --width and --height options in a more
+ 	intelligent way. They will now automatically trigger scaling as
+ 	necessary (but never distorting the original aspect ratio). If
+ 	both are provided, and with an inconsisent aspect ratio, the
+ 	rendering will be centered in the extra space. It's now possible
+ 	to simply provide one of these options and the other one will be
+ 	computed based on the aspect ratio.
+ 
  2004-05-03  Carl Worth  <cworth at isi.edu>
  





More information about the cairo-commit mailing list