graphic art overlay modes, pref window resize, submenu fixes
[goodguy/history.git] / cinelerra-5.1 / plugins / svg / svg.h
index e0cd13172b81253e62cdaa17bcc9afbcf1172aa3..e3343a4fc0aea7686eae14d1de05b2605b4136ab 100644 (file)
@@ -41,10 +41,10 @@ public:
        SvgConfig();
        int equivalent(SvgConfig &that);
        void copy_from(SvgConfig &that);
-       void interpolate(SvgConfig &prev, SvgConfig &next, 
+       void interpolate(SvgConfig &prev, SvgConfig &next,
                long prev_frame, long next_frame, long current_frame);
 
-       float out_x, out_y;
+       float out_x, out_y, out_w, out_h, dpi;
        char svg_file[BCTEXTLEN];
        int64_t ms_time;
 };