X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Flyr_std%2Fzoom.cpp;h=ff73c4c139306f5a5fe5454a4e34c9efc6c4358b;hb=9459638ad6797b8139f1e9f0715c96076dbf0890;hp=0f0c85b668dbc016d39f2e21147251eda20a024d;hpb=cc54c38609ee9745ad678e5e9b9d7d2912be9c95;p=synfig.git diff --git a/synfig-core/trunk/src/modules/lyr_std/zoom.cpp b/synfig-core/trunk/src/modules/lyr_std/zoom.cpp index 0f0c85b..ff73c4c 100644 --- a/synfig-core/trunk/src/modules/lyr_std/zoom.cpp +++ b/synfig-core/trunk/src/modules/lyr_std/zoom.cpp @@ -1,6 +1,6 @@ /* === S Y N F I G ========================================================= */ /*! \file zoom.cpp -** \brief writeme +** \brief Implementation of the "Zoom" layer ** ** $Id$ ** @@ -48,8 +48,8 @@ SYNFIG_LAYER_INIT(Zoom); SYNFIG_LAYER_SET_NAME(Zoom,"zoom"); -SYNFIG_LAYER_SET_LOCAL_NAME(Zoom,_("Zoom")); -SYNFIG_LAYER_SET_CATEGORY(Zoom,_("Transform")); +SYNFIG_LAYER_SET_LOCAL_NAME(Zoom,N_("Zoom")); +SYNFIG_LAYER_SET_CATEGORY(Zoom,N_("Transform")); SYNFIG_LAYER_SET_VERSION(Zoom,"0.1"); SYNFIG_LAYER_SET_CVS_ID(Zoom,"$Id$"); @@ -158,6 +158,5 @@ Zoom::accelerated_render(Context context,Surface *surface,int quality, const Ren synfig::Rect Zoom::get_full_bounding_rect(synfig::Context context)const { - return context.get_full_bounding_rect(); + return (context.get_full_bounding_rect()-center)*exp(amount)+center; } -