"Source/External/vscode:/vscode.git/clone" did not exist on "535abaf897eda5b73cc64e607f2ffabf4bb10d10"
- 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