#include "third_party/blink/renderer/core/svg/svg_text_positioning_element.h"
#include "third_party/blink/renderer/core/layout/svg/layout_svg_text.h"
#include "third_party/blink/renderer/core/svg/svg_animated_length_list.h"
#include "third_party/blink/renderer/core/svg/svg_animated_number_list.h"
#include "third_party/blink/renderer/core/svg/svg_length_list.h"
#include "third_party/blink/renderer/core/svg/svg_number_list.h"
#include "third_party/blink/renderer/core/svg_names.h"
#include "third_party/blink/renderer/platform/heap/garbage_collected.h"
namespace blink {
SVGTextPositioningElement::SVGTextPositioningElement(
const QualifiedName& tag_name,
Document& document)
: … { … }
void SVGTextPositioningElement::Trace(Visitor* visitor) const { … }
void SVGTextPositioningElement::SvgAttributeChanged(
const SvgAttributeChangedParams& params) { … }
SVGAnimatedPropertyBase* SVGTextPositioningElement::PropertyFromAttribute(
const QualifiedName& attribute_name) const { … }
void SVGTextPositioningElement::SynchronizeAllSVGAttributes() const { … }
}