Skip to content

Instantly share code, notes, and snippets.

@roktas
Created July 19, 2025 08:00
Show Gist options
  • Save roktas/19aa4728d6870bf0545a3bc93118dccc to your computer and use it in GitHub Desktop.
Save roktas/19aa4728d6870bf0545a3bc93118dccc to your computer and use it in GitHub Desktop.
#!/usr/bin/env -S ruby -S sevgi
SVG :inkscape, Sevgi::Graphics::Canvas.new(width: 150, height: 30) do
rect x: 0, y: 0, width: 150, height: 30, stroke: "none", fill: "maroon"
text "TEXT", x: "50%", y: "50%", "dominant-baseline": "middle", "text-anchor": "middle", fill: "white"
end.Out
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment