|
| From: | John Franklin |
| Subject: | [Gnash-dev] render_handler_agg.cpp (HEAD) |
| Date: | Fri, 01 Dec 2006 16:37:55 -0800 |
Hello,
In the render_handler_agg constructor I had to use:
xscale(1.0 / 20.0),
yscale(1.0 / 20.0),
instead of:
xscale(1.0),
yscale(1.0 ),
to get the renderer to work.
John Franklin
| [Prev in Thread] | Current Thread | [Next in Thread] |