html svg text,HTML SVG

HTML SVG

The HTML SVG is an acronym which stands for Scalable Vector Graphics.

HTML SVG is a modularized language which is used to describe graphics in XML. It describe two-dimensional

vector and mixed vector/raster graphics in XML. It is a W3C recommendation. SVG images and their

behaviors are defined in XML text files. So as XML files, you can create and edit an SVG image with text

editor, but generally drawing programs like inkspace are preferred to create it.

SVG is mostly used for vector type diagrams like pie charts, 2-Dimensional graphs in an X,Y coordinate system etc.

The element specifies the root of a SVG fragment. You can animate every element and every attribute in SVG files.

HTML SVG Circle Example

Let's see the example to draw circle by svg tag.

Here, we are using cx, cy and r attributes of circle tag. These attributes can't be used with svg rect tag.

Output:

HTML SVG Rectangle Example

Let's see the example to draw rectangle by svg tag.

Here, we are using width and height attributes of rect tag.

Output:

HTML SVG polygon Example

Let's see the example to draw polygon by svg tag.

style="fill:red;stroke:yellow;stroke-width:5;fill-rule:nonzero;" />

Here, we are using points attribute of polygon tag.

Output:

Why SVG is preferred over other image formats?

SVG images can be saved as the smallest size possible. Unlike bitmap image formats like JPG or PNG, it does not contain a fixed set of dots. So it is also easy to print with high quality at any resolution.

SVG images can be zoomed to a certain level without degradation of the picture quality.

SVG images and their behaviors are defined in XML text files, so they can be created and edited with any text editor.

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值