Drawing Vector Images

Draw Vector Image

Using Aspose.Imaging for Python via .NET 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.

  • Load a SVG image
  • Rasterize SVG to PNG and write the result to a file
  • Load a PNG image from file for further drawing
  • Draw PNG image on existing SVG image
  • Save the results