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

org.hyperscala.svg.attributes.XMLSpace.scala Maven / Gradle / Ivy

package org.hyperscala.svg.attributes


/**
 * @author Matt Hicks 
 */
sealed class XMLSpace extends AttributeEntry[XMLSpace](parent = XMLSpace)

object XMLSpace extends AttributeObject[XMLSpace] {
  val Default = new XMLSpace
  val Preserve = new XMLSpace
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy