diff --git a/library/coreGeneric/src/main/scala/japgolly/scalajs/react/vdom/SvgTags.scala b/library/coreGeneric/src/main/scala/japgolly/scalajs/react/vdom/SvgTags.scala index 0989bb7f7..f3d49ffc7 100644 --- a/library/coreGeneric/src/main/scala/japgolly/scalajs/react/vdom/SvgTags.scala +++ b/library/coreGeneric/src/main/scala/japgolly/scalajs/react/vdom/SvgTags.scala @@ -52,7 +52,7 @@ trait SvgTags { * Conceptually, any parts of the drawing that lie outside of the region * bounded by the currently active clipping path are not drawn. */ - final def clipPathTag = SvgTagOf[S.ClipPath]("clipPathTag") + final def clipPathTag = SvgTagOf[S.ClipPath]("clipPath") /** * The element allows describing the color profile used for the image. @@ -551,4 +551,4 @@ trait SvgTags { * fine-tweaked with an vkern Element. This process is known as Kerning. */ final def vkern = SvgTagOf[S.Element]("vkern") -} \ No newline at end of file +}