Add forgotten clipPath wrapper in getMarkupWrap

This commit is contained in:
Ben Alpert 2015-04-27 15:39:39 -07:00
parent e3cf48cd7f
commit 3b10a7b038
1 changed files with 1 additions and 0 deletions

View File

@ -72,6 +72,7 @@ var markupWrap = {
'th': trWrap,
'circle': svgWrap,
'clipPath': svgWrap,
'defs': svgWrap,
'ellipse': svgWrap,
'g': svgWrap,