Sevgi Graphics

Core SVG DSL, document profiles, and rendering behavior.

Install

gem install sevgi-graphics

Require

require "sevgi/graphics"

Example

doc = Sevgi::Graphics.SVG(:minimal) { rect(width: 3, height: 5) }
doc.call

Ruby compatibility

Requires Ruby 3.4.0 or newer. CI verifies Ruby 3.4 and the current development Ruby from .ruby-version.

Native prerequisites

None beyond Ruby and this gem's Ruby dependencies.