Sha256: 9bae0ba2f21c1f2d940c2461ebda43a3bedb0a919700f9a78242df83acf02c1f

Contents?: true

Size: 203 Bytes

Versions: 2

Compression:

Stored size: 203 Bytes

Contents

require 'xrvg'

render = SVGRender[ :filename, "hellocrown.svg" ]
Circle[].samples( 8 ) do |point|
  render.add( Circle[:center, point, :radius, 0.2 ], Style[ :fill, Color.blue ] )
end
render.end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
xrvg-0.0.3 examples/hellocrown.rb
xrvg-0.0.2 examples/hellocrown.rb