- Fix for #6072 - Two issues:
- SvgGradientStop offset values were not being confined to percentages (0.0-1.0 or %) so a ToPercentage() method has been added to SvgUnit which converts to a percentage unit. This method is called during the Offset property setter. - SvgLinearGradientServer was incorrectly calculating the end point of the gradient.
Please register or sign in to comment