doodle.svg
package doodle.svg
Type members
Classlikes
trait Base
Base trait for SVG implementations, defining common types
Base trait for SVG implementations, defining common types
Used for ML-style modules to ensure the JVM and JS implementations make consistent use of types, and the compiler can prove this.
- Source:
- Base.scala
object Picture extends BaseConstructor with PathConstructor with ShapeConstructor with TextConstructor
- Source:
- package.scala