
org.hyperscala.svg.Stop.scala Maven / Gradle / Ivy
The newest version!
package org.hyperscala.svg
import traits.Presentation
import org.hyperscala.PropertyAttribute
import org.hyperscala.css.attributes.Length
/**
* @author Matt Hicks
*/
class Stop extends SVGTag with Presentation {
lazy val xmlLabel = "stop"
lazy val offset = PropertyAttribute[Length]("offset", null)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy