}
if (LocaleCompare(keyword,"stroke-dashoffset") == 0)
{
- (void) FormatLocaleFile(svg_info->file,"stroke-dashoffset %s\n",
- value);
+ (void) FormatLocaleFile(svg_info->file,"stroke-dashoffset %g\n",
+ GetUserSpaceCoordinateValue(svg_info,1,value));
break;
}
if (LocaleCompare(keyword,"stroke-linecap") == 0)
if (LocaleCompare(keyword,"stroke-dashoffset") == 0)
{
(void) FormatLocaleFile(svg_info->file,
- "stroke-dashoffset %s\n",value);
+ "stroke-dashoffset %g\n",
+ GetUserSpaceCoordinateValue(svg_info,1,value));
break;
}
if (LocaleCompare(keyword,"stroke-linecap") == 0)