class SVG
- SVG
- Reference
- Object
Defined in:
containers.crplot2d.cr
shapes.cr
svg-lib.cr
text.cr
transform.cr
Constructors
Class Method Summary
Instance Method Summary
- #circle(*, cx, cy, r, title = "", **args)
- #defs(&)
- #g(**args, &)
- #height : Float64
- #height=(height : Float64)
- #line(*, x1, y1, x2, y2, title = "", **args)
- #marker(*, id, viewBox, refX, refY, title = "", **args, &)
- #path(*, title = "", **args, &)
- #plot
- #polygon(*, points, title = "", **args)
- #print(*args)
- #print_args(**args)
- #print_title(title)
- #puts(*args)
- #rect(*, x, y, width, height, title = "", **args)
- #text(*, x, y, text, title = "", **args)
- #width : Float64
- #width=(width : Float64)