ContEx
ContEx v0.5.0
  • Pages
  • Modules

    View Source Contex.SVG (ContEx v0.5.0)

    Convenience functions for generating SVG output

    Link to this section Summary

    Functions

    circle(x, y, radius, opts \\ [])
    line(points, smoothed, opts \\ [])
    opts_to_attrs(opts)
    rect(x_extents, y_extents, inner_content, opts \\ [])
    text(content, opts \\ [])
    text(x, y, content, opts \\ [])
    title(content, opts \\ [])

    Link to this section Functions

    Link to this function

    circle(x, y, radius, opts \\ [])

    View Source
    Link to this function

    line(points, smoothed, opts \\ [])

    View Source
    Link to this function

    opts_to_attrs(opts)

    View Source
    Link to this function

    rect(x_extents, y_extents, inner_content, opts \\ [])

    View Source
    Link to this function

    text(content, opts \\ [])

    View Source
    Link to this function

    text(x, y, content, opts \\ [])

    View Source
    Link to this function

    title(content, opts \\ [])

    View Source

    On Hex.pm: Package Preview (current file)

    Built using ExDoc (v0.28.4) for the Elixir programming language