~moduli16/inkscape/recolor

« back to all changes in this revision

Viewing changes to src/sp-symbol.cpp

  • Committer: tavmjong-free
  • Date: 2012-10-11 17:54:14 UTC
  • Revision ID: tavmjong@free.fr-20121011175414-j1i7huls4h70n91n
Add symbols dialog. See: http://wiki.inkscape.org/wiki/index.php/SymbolsDialog

Show diffs side-by-side

added added

removed removed

Lines of Context:
405
405
            Geom::Affine const a( symbol->c2p * transform );
406
406
            bbox = ((SPItemClass *) (parent_class))->bbox(item, a, type);
407
407
        }
 
408
    } else {
 
409
        // Need bounding box for Symbols dialog
 
410
 
 
411
        Geom::Affine const a;
 
412
        bbox = ((SPItemClass *) (parent_class))->bbox(item, a, type);
408
413
    }
409
414
    return bbox;
410
415
}