Crate svgbob [] [src]

generate an SVG from the ascii text using the default settings

let input = r#"
.-------------------------------------.
| Hello here and there and everywhere |
'-------------------------------------'
"#;
println!("svg: {}",svgbob::to_svg(input));

Hello here and there and everywhere

Structs

Grid
Loc
Point
Settings

optimization options:

Enums

ArcFlag
Element
Feature
Stroke

Functions

arc
arc_major
arrow_arc
arrow_line
arrow_sweep_arc
blank_text
line
open_circle
solid_circle
text
to_svg

generate an SVG from the ascii text input