DescriptionMove SVG path blend state to its own object
Create a new inner state object SVGPathBlender::BlendState and move
SVGPathBlender::blendSegments and helpers to it. The per-segment blend*
methods are folded away into blendSegments(). This allows to better
exploit commonalities between the different segment types.
The update of the current point(s) is moved into a helper function.
BUG=467592
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=193262
Patch Set 1 #Patch Set 2 : Simplify updateCurrentPoint some more. #
Total comments: 6
Patch Set 3 : Re-order declarations. #
Messages
Total messages: 11 (3 generated)
|