Description[SVG] Move negative viewBox width/height reporting to SVGAnimatedViewBoxRect
Before this CL, SVGFitToViewBox::parseAttribute handled negative width, height
errors inline. To migrate parsing to property map (crbug.com/397902), we want
to delegate this to SVGAnimatedProperty::setBaseValueToString implementation.
This CL introduces SVGAnimatedViewBoxRect which is a SVGAnimatedRect implements
handling of negative width/height.
TEST=svg/custom/viewbox-syntax.svg
BUG=397902
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=183802
Patch Set 1 #Patch Set 2 : no need for manual rebaseline #
Total comments: 1
Patch Set 3 : || #
Messages
Total messages: 7 (2 generated)
|