![JAR search and dependency download from the Maven repository](/logo.png)
org.hyperscala.svg.traits.ConditionalProcessing.scala Maven / Gradle / Ivy
package org.hyperscala.svg.traits
import org.hyperscala.svg.SVGTag
import org.hyperscala.PropertyAttribute
/**
* @author Matt Hicks
*/
trait ConditionalProcessing {
this: SVGTag =>
lazy val requiredFeatures = PropertyAttribute[List[String]]("requiredFeatures", Nil)
lazy val requiredExtensions = PropertyAttribute[List[String]]("requiredExtensions", Nil)
lazy val systemLanguage = PropertyAttribute[List[String]]("systemLanguage", Nil)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy