svgtopt/SVG/SVGImpl/src/SVGElementImpl.cpp
branchRCL_3
changeset 11 81aabfdef1e5
parent 10 baacd33d915b
child 38 db5c883ad1c5
equal deleted inserted replaced
10:baacd33d915b 11:81aabfdef1e5
  2310                 }
  2310                 }
  2311             if( lParentElement && aValue == KInherit )    
  2311             if( lParentElement && aValue == KInherit )    
  2312             {
  2312             {
  2313             //tParentValue  = (CIntCssValueImpl *)(lParentElement->iSvgStyleProperties->operator[](aNameId));
  2313             //tParentValue  = (CIntCssValueImpl *)(lParentElement->iSvgStyleProperties->operator[](aNameId));
  2314             //(*iSvgStyleProperties)[aNameId]= tParentValue;
  2314             //(*iSvgStyleProperties)[aNameId]= tParentValue;
  2315 			 tValue->SetValueL(tParentValue->Value());
  2315 						if(tParentValue)
       
  2316 						 		 tValue->SetValueL(tParentValue->Value());
  2316             }
  2317             }
  2317             else
  2318             else
  2318             {
  2319             {
  2319             tValue->SetValueL( aValue );	
  2320             tValue->SetValueL( aValue );	
  2320             }
  2321             }