SVG Scalable Vector Graphics
SVG is a description of some of the paths that are drawn to the drawing, making the exact, necessary resolution-independent descriptions. That is, the description of the vector graph
In this Amway SVG drawing URL, you can directly manually draw, and then generate the relevant SVG description, can implement the picture
The way in which you see what you receive
There are two ways in which illustrator can directly generate SVG-related code in Adobe Series software, as well as related online conversion sites that can convert images and SVG to each other, https://www.aconvert.com/cn/format/svg/ and https://convertio.co/zh/svg-converter/
and an online SVG drawing site http://www.zuohaotu.com/svg/
SVG can support arbitrary curves, text, animation effects, but also integrated JS script implementation.
There is also a drawing program https://inkscape.org/en/can draw vector graphs
Embed SVG in HTML
<!DOCTYPE html>
RectangularCreate a rectangle below
<!DOCTYPE html>
Use the RECT label to create a rectangle.
Width is wide and height is high
Style is styled, fill indicates blue color, width is 1, border is black
Rounded Rectangle<!DOCTYPE html>
Opaque rectangles<!DOCTYPE html>
CircularThe circle element can create a circle
<!DOCTYPE html>
realizes a circular
EllipticIt's ellipse.
<!DOCTYPE html>
LinearDraw with Line
<!DOCTYPE html>
Blog Www.iming.info
SVG Scalable Vector Graphics