diff -r baacd33d915b -r 81aabfdef1e5 svgtopt/SVG/SVGImpl/src/SVGElementImpl.cpp --- a/svgtopt/SVG/SVGImpl/src/SVGElementImpl.cpp Fri Mar 12 15:47:00 2010 +0200 +++ b/svgtopt/SVG/SVGImpl/src/SVGElementImpl.cpp Mon Mar 15 12:43:30 2010 +0200 @@ -2312,7 +2312,8 @@ { //tParentValue = (CIntCssValueImpl *)(lParentElement->iSvgStyleProperties->operator[](aNameId)); //(*iSvgStyleProperties)[aNameId]= tParentValue; - tValue->SetValueL(tParentValue->Value()); + if(tParentValue) + tValue->SetValueL(tParentValue->Value()); } else {