search for: svgbuilder

Displaying 1 result from an estimated 1 matches for "svgbuilder".

Did you mean: dagbuilder
2007 Jul 11
4
Extending Markaby for SVG
...50) polyline(:points=>"50, 250 75, 350 100, 250 125, 350 150, 250 175, 350") polygon(:points=>"250, 250, 297, 284, 279, 340, 220, 340, 202, 284") ellipse({:cx=>400, :cy=>300, :rx=>72, :ry=>50}) end end I''ve hacked a custom subclass of Builder (SVGBuilder) that can handle this, but that''s probably the wrong approach -- since most users will want to embed SVG inside HTML. Any Markaby experts here who can help me figure out the best way to integrate SVG support into Markaby? Thanks, -- Dr. Ernie http://ihack.us/ -------------- next p...