diff options
| author | Martin Owens <doctormo@gmail.com> | 2013-09-19 12:35:32 +0000 |
|---|---|---|
| committer | Martin Owens <doctormo@gmail.com> | 2013-09-19 12:35:32 +0000 |
| commit | 23b4c7fcb81ee195acb9bfd470723728f89bfc4a (patch) | |
| tree | 820a09b20afff98dddf38be7c13e8f5b40cc655f /src/libnrtype | |
| parent | Fixing colors in libdepixelize integration output. (diff) | |
| download | inkscape-23b4c7fcb81ee195acb9bfd470723728f89bfc4a.tar.gz inkscape-23b4c7fcb81ee195acb9bfd470723728f89bfc4a.zip | |
Revert some agressive changes and allow a seperate filter bbox for FER, should be refactored at some point.
(bzr r12536)
Diffstat (limited to 'src/libnrtype')
| -rw-r--r-- | src/libnrtype/Layout-TNG-Output.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libnrtype/Layout-TNG-Output.cpp b/src/libnrtype/Layout-TNG-Output.cpp index 9967ba149..f7f910c2f 100644 --- a/src/libnrtype/Layout-TNG-Output.cpp +++ b/src/libnrtype/Layout-TNG-Output.cpp @@ -181,6 +181,7 @@ void Layout::show(DrawingGroup *in_arena, Geom::OptRect const &paintbox) const glyph_index++; } nr_text->setStyle(text_source->style); + nr_text->setItemBounds(paintbox); in_arena->prependChild(nr_text); } } |
