Graphics DSL Compiler
DSL Input
Load Example...
Minimal
Basic Shapes
Groups
Nested Groups
Scene (House)
All Attributes
Mixins
Mixin Overrides
Mixin Scene
Compile
canvas 400 300 rect x=50 y=50 width=100 height=100 fill=blue stroke=navy stroke-width=2 group { circle cx=250 cy=150 r=50 fill=red text x=220 y=155 value="Hello!" fill=white } line x1=50 y1=250 x2=350 y2=250 stroke=green stroke-width=3
Press
Ctrl
+
Enter
to compile
SVG Output
Download SVG
Download HTML