--- a/svgtopt/SVG/SVGImpl/src/SVGSetElementImpl.cpp Tue Aug 31 16:06:58 2010 +0300
+++ b/svgtopt/SVG/SVGImpl/src/SVGSetElementImpl.cpp Wed Sep 01 12:20:46 2010 +0100
@@ -151,9 +151,16 @@
case KSvgTypeTransform:
break;
case KSvgTypeColor:
+ iEndInt = iToInt;
+ iTargetElement->SetAttributeIntL( iAttrId, iToInt );
+ break;
case KSvgTypeTextAnchor:
case KSvgTypeInteger:
+ iEndInt = iToInt;
+ iTargetElement->SetAttributeIntL( iAttrId, iToInt );
case KSvgTypeVisibility:
+ iEndInt = iToInt;
+ iTargetElement->SetAttributeIntL( iAttrId, iToInt );
case KSvgTypeDisplay:
iEndInt = iToInt;
iTargetElement->SetAttributeIntL( iAttrId, iToInt );