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

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