[cairo-commit] svg2png ChangeLog,1.2,1.3
Carl Worth
commit at pdx.freedesktop.org
Fri Jun 4 09:10:32 PDT 2004
- Previous message: [cairo-commit] cairo-demo/cairo_snippets ChangeLog, 1.15,
1.16 operator_add.cairo, 1.2, 1.3 operator_atop.cairo, 1.2,
1.3 operator_atop_reverse.cairo, 1.2, 1.3 operator_in.cairo,
1.2, 1.3 operator_in_reverse.cairo, 1.2,
1.3 operator_out.cairo, 1.2, 1.3 operator_out_reverse.cairo,
1.2, 1.3 operator_over.cairo, 1.2,
1.3 operator_over_reverse.cairo, 1.2,
1.3 operator_saturate.cairo, 1.2, 1.3 operator_xor.cairo, 1.2, 1.3
- Next message: [cairo-commit] svg2png/src svg2png.c,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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>
- Previous message: [cairo-commit] cairo-demo/cairo_snippets ChangeLog, 1.15,
1.16 operator_add.cairo, 1.2, 1.3 operator_atop.cairo, 1.2,
1.3 operator_atop_reverse.cairo, 1.2, 1.3 operator_in.cairo,
1.2, 1.3 operator_in_reverse.cairo, 1.2,
1.3 operator_out.cairo, 1.2, 1.3 operator_out_reverse.cairo,
1.2, 1.3 operator_over.cairo, 1.2,
1.3 operator_over_reverse.cairo, 1.2,
1.3 operator_saturate.cairo, 1.2, 1.3 operator_xor.cairo, 1.2, 1.3
- Next message: [cairo-commit] svg2png/src svg2png.c,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list