
org.hyperscala.svg.Path.scala Maven / Gradle / Ivy
The newest version!
package org.hyperscala.svg
import traits.Shape
import org.hyperscala.PropertyAttribute
/**
* @author Matt Hicks
*/
class Path extends Shape {
lazy val xmlLabel = "path"
lazy val d = PropertyAttribute[String]("d", null)
lazy val pathLength = PropertyAttribute[Int]("pathLength", 0)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy