summaryrefslogtreecommitdiffstats
path: root/src/sp-object.cpp
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2014-12-23 09:25:08 +0000
committertavmjong-free <tavmjong@free.fr>2014-12-23 09:25:08 +0000
commitf01a18216e26fd87a53188018e03527c7fdf8a57 (patch)
treee5fc50bfa2b278d007659dd0aa4c6587414731dd /src/sp-object.cpp
parentBug #1380413: make sure that the rect toolbar knows when and when not to update (diff)
downloadinkscape-f01a18216e26fd87a53188018e03527c7fdf8a57.tar.gz
inkscape-f01a18216e26fd87a53188018e03527c7fdf8a57.zip
Use gray for 'context-fill' and 'context-stroke' in marker selector.
Fix rendering bug when elements with 'context-fill' and 'context-stroke' are inside groups. (bzr r13822)
Diffstat (limited to 'src/sp-object.cpp')
-rw-r--r--src/sp-object.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sp-object.cpp b/src/sp-object.cpp
index 3b09d80e8..776b020d2 100644
--- a/src/sp-object.cpp
+++ b/src/sp-object.cpp
@@ -131,6 +131,7 @@ SPObject::SPObject()
// polygon, text, tspan, tref, textPath, altGlyph, glyphRef, marker, linearGradient, radialGradient,
// stop, pattern, clipPath, mask, filter, feImage, a, font, glyph, missing-glyph, foreignObject
this->style = sp_style_new_from_object(this);
+ this->context_style = NULL;
}
SPObject::~SPObject() {