#include "third_party/blink/renderer/core/svg/svg_graphics_element.h"
#include "third_party/blink/renderer/core/css/style_change_reason.h"
#include "third_party/blink/renderer/core/svg/svg_animated_transform_list.h"
#include "third_party/blink/renderer/core/svg/svg_element_rare_data.h"
#include "third_party/blink/renderer/core/svg_names.h"
#include "third_party/blink/renderer/platform/heap/garbage_collected.h"
#include "third_party/blink/renderer/platform/transforms/affine_transform.h"
namespace blink {
SVGTransformableElement::SVGTransformableElement(
const QualifiedName& tag_name,
Document& document,
ConstructionType construction_type)
: … { … }
SVGTransformableElement::~SVGTransformableElement() = default;
void SVGTransformableElement::Trace(Visitor* visitor) const { … }
void SVGTransformableElement::CollectStyleForPresentationAttribute(
const QualifiedName& name,
const AtomicString& value,
MutableCSSPropertyValueSet* style) { … }
void SVGTransformableElement::CollectExtraStyleForPresentationAttribute(
MutableCSSPropertyValueSet* style) { … }
AffineTransform SVGTransformableElement::LocalCoordinateSpaceTransform(
CTMScope) const { … }
AffineTransform* SVGTransformableElement::AnimateMotionTransform() { … }
void SVGTransformableElement::SvgAttributeChanged(
const SvgAttributeChangedParams& params) { … }
SVGAnimatedPropertyBase* SVGTransformableElement::PropertyFromAttribute(
const QualifiedName& attribute_name) const { … }
void SVGTransformableElement::SynchronizeAllSVGAttributes() const { … }
}