diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2012-11-29 09:15:34 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2012-11-29 09:15:34 +0000 |
| commit | 773355863afe9b5ddb1afad277fe795b0d5d70b6 (patch) | |
| tree | 90e28a7ccb04b930d168ea39674f5365dc8aacaf /src/display/drawing-context.h | |
| parent | Fix for 1073128 : Command line PNG export fails if FeFlood filter primitive i... (diff) | |
| download | inkscape-773355863afe9b5ddb1afad277fe795b0d5d70b6.tar.gz inkscape-773355863afe9b5ddb1afad277fe795b0d5d70b6.zip | |
Fix for #955141: Converting clipped object to pattern produces rasterised pattern.
(bzr r11914)
Diffstat (limited to 'src/display/drawing-context.h')
| -rw-r--r-- | src/display/drawing-context.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/display/drawing-context.h b/src/display/drawing-context.h index fb6662202..b8c4667c2 100644 --- a/src/display/drawing-context.h +++ b/src/display/drawing-context.h @@ -101,6 +101,8 @@ public: cairo_t *raw() { return _ct; } cairo_surface_t *rawTarget() { return cairo_get_group_target(_ct); } + DrawingSurface *surface() { return _surface; } // Needed to find scale in drawing-item.cpp + private: DrawingContext(cairo_t *ct, DrawingSurface *surface, bool destroy); |
