summaryrefslogtreecommitdiffstats
path: root/src/display/drawing-item.cpp
diff options
context:
space:
mode:
authorJabiertxof <jabier.arraiza@marker.es>2018-11-07 18:50:58 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2018-12-01 16:15:28 +0000
commit6483ea5c1a27864af917598be8bef70d6e8cf082 (patch)
tree52ea1a84c6704cdf37d854285c4f797450a8653c /src/display/drawing-item.cpp
parentdesktopwidget: C++ify zoom_status (diff)
downloadinkscape-6483ea5c1a27864af917598be8bef70d6e8cf082.tar.gz
inkscape-6483ea5c1a27864af917598be8bef70d6e8cf082.zip
Initial commit of split canvas
Diffstat (limited to 'src/display/drawing-item.cpp')
-rw-r--r--src/display/drawing-item.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/display/drawing-item.cpp b/src/display/drawing-item.cpp
index c8499e200..c9697043b 100644
--- a/src/display/drawing-item.cpp
+++ b/src/display/drawing-item.cpp
@@ -710,7 +710,7 @@ DrawingItem::render(DrawingContext &dc, Geom::IntRect const &area, unsigned flag
{
bool outline = _drawing.outline();
bool render_filters = _drawing.renderFilters();
-
+ std::cout << outline << "outline"<< std::endl;
// stop_at is handled in DrawingGroup, but this check is required to handle the case
// where a filtered item with background-accessing filter has enable-background: new
if (this == stop_at) return RENDER_STOP;