import groovy.swing.j2d.svg.*
gr = new SVGRenderer()
gr.renderToFile("sample973a.svg", 200, 200){
quadCurve( x1:200, y1:0, ctrlx:0, ctrly: 100,
x2:200, y2:200,
borderColor: color("#103080"),
borderWidth: 2
)
}
出力SVG(sample973a.svg)をPNGにレンダリングした画像
動作環境
Groovy1.6.0, JDK1.6 Update12
関連項目
groovyで二次曲線を描画する (GraphicsRendererでの同様の処理)
No comments:
Post a Comment