Convert SVGPointList to SVGAnimatorFactory concept.
Created attachment 98227 [details] Patch
Comment on attachment 98227 [details] Patch Attachment 98227 [details] did not pass chromium-ews (chromium-xvfb): Output: http://queues.webkit.org/results/8924674
Comment on attachment 98227 [details] Patch Attachment 98227 [details] did not pass qt-ews (qt): Output: http://queues.webkit.org/results/8921756
Created attachment 98236 [details] Patch
Comment on attachment 98236 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=98236&action=review LGTM > Source/WebCore/WebCore.xcodeproj/project.pbxproj:999 > + 43B9336A13B261B1004584BF /* SVGAnimatedPointList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 43B9336813B261B1004584BF /* SVGAnimatedPointList.cpp */; }; You may want to sort this. > Source/WebCore/svg/SVGAnimatedPointList.cpp:86 > + animatedPointList = ((animationMode == FromToAnimation && percentage > 0.5f) || animationMode == ToAnimation || percentage == 1) 0.5f -> 0.5
Committed r89536: <http://trac.webkit.org/changeset/89536>