summaryrefslogtreecommitdiffstats
path: root/src/libnrtype
diff options
context:
space:
mode:
authorMartin Owens <doctormo@gmail.com>2013-09-19 12:35:32 +0000
committerMartin Owens <doctormo@gmail.com>2013-09-19 12:35:32 +0000
commit23b4c7fcb81ee195acb9bfd470723728f89bfc4a (patch)
tree820a09b20afff98dddf38be7c13e8f5b40cc655f /src/libnrtype
parentFixing colors in libdepixelize integration output. (diff)
downloadinkscape-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.cpp1
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);
}
}