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

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

package org.hyperscala.svg

import traits.{SVGContainer, Shape}

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy