ConstructZeroTransform 43 Source/core/svg/SVGTransform.cpp if (mode == ConstructZeroTransform) ConstructZeroTransform 327 Source/core/svg/SVGTransformList.cpp RefPtr<SVGTransform> effectiveFrom = fromListSize ? fromList->at(0) : SVGTransform::create(toTransform->transformType(), SVGTransform::ConstructZeroTransform); ConstructZeroTransform 330 Source/core/svg/SVGTransformList.cpp RefPtr<SVGTransform> effectiveToAtEnd = !toAtEndOfDurationList->isEmpty() ? toAtEndOfDurationList->at(0) : SVGTransform::create(toTransform->transformType(), SVGTransform::ConstructZeroTransform);