lini 0.1.0

A small, human-readable language for plain-text diagrams that compiles to clean SVG
Documentation
1
2
3
4
5
6
7
8
9
10
11
// Visual modifiers on closed shapes: line, double, shadow, rotation.

{
  |scene| layout:row gap:24 padding:24
}

|rect| "dashed"  size:(80, 40) line:dashed
|rect| "dotted"  size:(80, 40) line:dotted
|rect| "double"  size:(80, 40) double:4
|rect| "shadow"  size:(80, 40) shadow:(2, 2, 4)
|rect| "rotate"  size:(80, 40) rotation:15