Drawing Vector Images
Contents
[
Hide
]
Drawing a vector image is not supported at now. It needs to convert the drawn vector image to a raster before drawing.
Draw Vector Image
Using Aspose.Imaging for Java you can draw vector image on another vector image. With a few simple steps, you will be able to draw a vector image on another vector image.
- Create MemoryStream object
- Load a SVG image
- Rasterize SVG to PNG and write the result to a stream
- Load a PNG image from stream for further drawing
- Draw PNG image on existing SVG image
- Save the results