Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
Create and save a simple SVG
require 'victor'
svg = Victor::SVG.new width: 100, height: 100
svg.rect x: 10, y: 10, width: 80, height: 80, fill: '#ff0'
svg.save 'example.svg'
Debug
Known issues
No known issues recorded.
Audit
Dependencies
No dependency data recorded yet.