summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGTSpanElement.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGTSpanElement.cpp')
-rw-r--r--WebCore/svg/SVGTSpanElement.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/WebCore/svg/SVGTSpanElement.cpp b/WebCore/svg/SVGTSpanElement.cpp
index d1deb70..b88600a 100644
--- a/WebCore/svg/SVGTSpanElement.cpp
+++ b/WebCore/svg/SVGTSpanElement.cpp
@@ -1,6 +1,6 @@
/*
* Copyright (C) 2004, 2005, 2007 Nikolas Zimmermann <zimmermann@kde.org>
- * Copyright (C) 2004, 2005, 2006 Rob Buis <buis@kde.org>
+ * Copyright (C) 2004, 2005, 2006, 2010 Rob Buis <buis@kde.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
@@ -45,7 +45,10 @@ bool SVGTSpanElement::childShouldCreateRenderer(Node* child) const
#if ENABLE(SVG_FONTS)
|| child->hasTagName(SVGNames::altGlyphTag)
#endif
- || child->hasTagName(SVGNames::tspanTag) || child->hasTagName(SVGNames::trefTag) || child->hasTagName(SVGNames::textPathTag))
+ || child->hasTagName(SVGNames::tspanTag)
+ || child->hasTagName(SVGNames::trefTag)
+ || child->hasTagName(SVGNames::aTag)
+ || child->hasTagName(SVGNames::textPathTag))
return true;
return false;