
org.hyperscala.svg.Polygon.scala Maven / Gradle / Ivy
The newest version!
package org.hyperscala.svg
import attributes.Point
import traits.Shape
import org.hyperscala.PropertyAttribute
/**
* @author Matt Hicks
*/
class Polygon extends Shape {
lazy val xmlLabel = "polygon"
lazy val points = PropertyAttribute[List[Point]]("points", Nil)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy