23
Nowadays, we talk about image quality and always linked to this type of statement every now and again, this mysterious acronym appears. It seems to be SVG something really amazing, they say that your image does not get distorted when magnified.
However, not all have had a first contact about its use, and use the same image shapes as always: PNG, JPG, GIF.
And sometimes the layman even uses an SVG without knowing that it is an SVG, for example, when part of a code comes with an image and it is in SVG format.
Then to the laity comes the question when thinking about building such SVG:
How to build a figure with this technology?
And then:
- What is necessary for its development?
- There is more than one form of implementation?
- She’s free or paid?
I would like a simple example of its construction.
Examples: http://codepen.io/search/pens?q=svg&type=type-pens
– MarceloBoni
@Marcelobonifazio Thanks man!! These examples seem very interesting!!!
– Pena Pintada
The SVG has been growing after the fall of the SWF (flash). It is natural not to be known. Another point is that you need more suitable support from browsers. An SVG can be written in Plain/text code. For more complex images it is unviable. In these cases we use image editing software that supports SVG. Interesting that SVG interacts with CSS and JS. The subject is very broad. I don’t have time to post as an answer.
– Daniel Omine
@Danielomine Thanks,For your comment could be an answer. There is no need for a broad answer ,feel free to answer the question, when you have some time!
– Pena Pintada