
org.hyperscala.svg.Defs.scala Maven / Gradle / Ivy
The newest version!
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