Computer Science, asked by ravijoon52, 8 months ago

what are SVG images and how to edit them?

Answers

Answered by simran5972
1

Answer:

SVG or Scalable Vector Graphics is a file-format which you cannot open with even the most popular photo editing tool for Windows – Photoshop.

please mark me as brainlst

Answered by srinivasbrady
1

i Hope this helps you

The first thing to understand is that an SVG file is just a text file, so the first answer would be: Edit them in a simple text editor.

Some simple files are easily understandable

<circle cx="10" cy="10" r="20" stroke="black" stroke-width="3" fill="red" />

But as the image gets more complex, you need a vector based program.

Hanno Behrens has posted a list of programs. I will just highlight Inkscape.

But additionally, an SVG file can contain PNG images. If that is the case you could need a raster-based program like Gimp to edit this content.

Similar questions