Add forgotten clipPath wrapper in getMarkupWrap

(cherry picked from commit 3b10a7b038)
This commit is contained in:
Ben Alpert
2015-04-27 15:39:39 -07:00
committed by Paul O’Shannessy
parent 80ea01d364
commit e9126cf90b
+1
View File
@@ -72,6 +72,7 @@ var markupWrap = {
'th': trWrap,
'circle': svgWrap,
'clipPath': svgWrap,
'defs': svgWrap,
'ellipse': svgWrap,
'g': svgWrap,