DescriptionScale x/y coordinate of svg path separately for hit-test
We currently scale x/y coordinate of svg path using the same
scale factor for hit-test. It has the problem that when x/y
values have different magnitudes, e.g. when x has huge value
and y has small value, scaling down x and y using the same
scale factor will clamp the y values and make it lose the
resolution for hit-test. Scaling x/y separately can fix the
problem.
BUG=379320
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=201192
Patch Set 1 #
Total comments: 7
Patch Set 2 : address comments #
Messages
Total messages: 14 (3 generated)
|