Hi,
I am new to batik-1.1.1. In one of my applications, I want to paint a GraphicsNode with different colors at different places in a JPanel. In my application, I cannot directly use JSVGComponent or JSVGCanvas, so I embed a SVG in my graphics context by painting a GraphicsNode directly on Graphics2D (Method: Graphics2D.paint(Graphics2D)).
I just want if there is a way to set fill color after GraphicsNode is built from SVG document.
Thanks,
Guanming |
- Re: Change fill color in a GraphicsNode Guanming Wu
- Re: Change fill color in a GraphicsNode Philippe Converset
- RE: Change fill color in a GraphicsNode Guanming Wu