Home | History | Annotate | Download | only in svg

Lines Matching refs:attr

485 void SVGTextContentElement::parseMappedAttribute(MappedAttribute* attr)
487 if (attr->name() == SVGNames::lengthAdjustAttr) {
488 attr->value() == "spacing")
490 else if (attr->value() == "spacingAndGlyphs")
492 } else if (attr->name() == SVGNames::textLengthAttr) {
493 setTextLengthBaseValue(SVGLength(LengthModeOther, attr->value()));
497 if (SVGTests::parseMappedAttribute(attr))
499 if (SVGLangSpace::parseMappedAttribute(attr)) {
500 if (attr->name().matches(XMLNames::spaceAttr)) {
503 if (attr->value() == preserveString)
504 addCSSProperty(attr, CSSPropertyWhiteSpace, CSSValuePre);
506 addCSSProperty(attr, CSSPropertyWhiteSpace, CSSValueNowrap);
510 if (SVGExternalResourcesRequired::parseMappedAttribute(attr))
513 SVGStyledElement::parseMappedAttribute(attr);