Element

semagrams.util.Path$.Element
enum Element

A nicely typed and complex number-using wrapper around path elements in SVG. You can think of these as like "turtle" commands; they specify where to go next, not where to start from.

Attributes

Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Type members

Enum entries

case case ClosePath extends Element
final case class Cubic(cs: Complex, ce: Complex, p: Complex)
final case class LineTo(p: Complex)
final case class MoveTo(p: Complex)