All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.hyperscala.svg.Defs.scala Maven / Gradle / Ivy

package org.hyperscala.svg

import traits.{Shape, SVGContainer}

/**
 * @author Matt Hicks 
 */
class Defs extends SVGContainer[SVGTag] with Shape {
  lazy val xmlLabel = "defs"
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy