Round-off error with SVG linear gradient in Chrome?
问题 I'm seeing some issues recently with Chrome to render SVG linear gradient. Have a look at this SVG below: <!DOCTYPE html> <html lang="en" xmlns="http://www.w3.org/1999/xhtml"> <body> <svg> <g> <linearGradient id="linearGradient" gradientUnits="userSpaceOnUse" x1="79px" x2="706px" y1="0" y2="0"> <stop class="" offset="54.54545454545455%" style="stop-color: red;"></stop> <stop class="" offset="63.63636363636364%" style="stop-color: red;"></stop> <stop class="" offset="63.63636363636364%" style=