~centralelyon2010/inkscape/imagelinks2

« back to all changes in this revision

Viewing changes to src/filters/merge.cpp

  • Committer: JazzyNico
  • Date: 2011-08-29 20:25:30 UTC
  • Revision ID: nicoduf@yahoo.fr-20110829202530-6deuoz11q90usldv
Code refactoring and merging with trunk (revision 10599).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#define __SP_FEMERGE_CPP__
2
 
 
3
1
/** \file
4
2
 * SVG <feMerge> implementation.
5
3
 *
23
21
 
24
22
#include "merge.h"
25
23
#include "mergenode.h"
 
24
#include "display/nr-filter.h"
26
25
#include "display/nr-filter-merge.h"
27
26
 
28
27
/* FeMerge base class */
150
149
    /* TODO: Don't just clone, but create a new repr node and write all
151
150
     * relevant values into it. And child nodes, too! */
152
151
    if (!repr) {
153
 
        repr = SP_OBJECT_REPR(object)->duplicate(doc);
 
152
        repr = object->getRepr()->duplicate(doc);
154
153
    }
155
154
 
156
155
 
197
196
  fill-column:99
198
197
  End:
199
198
*/
200
 
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
 
199
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :