#include "third_party/blink/renderer/core/svg/svg_line_element.h"
#include "third_party/blink/renderer/core/dom/node_computed_style.h"
#include "third_party/blink/renderer/core/svg/svg_animated_length.h"
#include "third_party/blink/renderer/core/svg/svg_length.h"
#include "third_party/blink/renderer/core/svg/svg_length_context.h"
#include "third_party/blink/renderer/platform/graphics/path.h"
#include "third_party/blink/renderer/platform/heap/garbage_collected.h"
namespace blink {
SVGLineElement::SVGLineElement(Document& document)
: … { … }
void SVGLineElement::Trace(Visitor* visitor) const { … }
Path SVGLineElement::AsPath() const { … }
void SVGLineElement::SvgAttributeChanged(
const SvgAttributeChangedParams& params) { … }
bool SVGLineElement::SelfHasRelativeLengths() const { … }
SVGAnimatedPropertyBase* SVGLineElement::PropertyFromAttribute(
const QualifiedName& attribute_name) const { … }
void SVGLineElement::SynchronizeAllSVGAttributes() const { … }
}