package svg
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- svg
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type Algebra[F[_]] = algebra.Algebra[F] with Basic[F]
- type Canvas = svg.effect.Canvas
- type Drawing[A] = IndexedStateT[Eval, List[ContextTransform], List[ContextTransform], (BoundingBox, algebra.generic.Renderable[Reification, A])]
- type Frame = svg.effect.Frame
- type Picture[A] = algebra.Picture[Algebra, Drawing, A]
- type Renderable[A] = IndexedStateT[Eval, Transform, Transform, Reification[A]]