import groovy.swing.j2d.svg.*
gr = new SVGRenderer()
gr.renderToFile("sample967a.svg", 200, 200){
dolphinShape( x:0, y:20, width:200, height:160,
fill: color("#bbddff"),
borderColor: color("#103080"),
borderWidth: 2
)
}
出力SVG(sample967a.svg)をPNGにレンダリングした画像
動作環境
Groovy1.6.0, JDK1.6 Update12
関連項目
groovyでイルカの形を描画する (GraphicsRendererでの同様の処理)
No comments:
Post a Comment