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

org.hyperscala.svg.Path.scala Maven / Gradle / Ivy

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