html+svg工具+在线,HTML SVG

HTML SVG Graphics

SVG defines vector-based graphics in XML format.

What is SVG?

SVG stands for Scalable Vector Graphics

SVG is used to define graphics for the Web

SVG is a W3C recommendation

The HTML Element

The HTML element is a container for SVG graphics.

SVG has several methods for drawing paths, boxes, circles, text, and graphic images.

Browser Support

The numbers in the table specify the first browser version that fully supports the

element.

Element

4.0

9.0

3.0

3.2

10.1

SVG圈

Example

width="100" height="100">

stroke-width="4" fill="yellow" />

来试试吧 »

SVG矩形

Example

/>

来试试吧 »

SVG Rounded Rectangle

Sorry, your browser does not support inline SVG.

Example

width="150" height="150"

style="fill:red;stroke:black;stroke-width:5;opacity:0.5" />

来试试吧 »

SVG Star

Sorry, your browser does not support inline SVG.

Example

style="fill:lime;stroke:purple;stroke-width:5;fill-rule:evenodd;" />

来试试吧 »

SVG Logo

SVG

Sorry, your browser does not support inline SVG.

Example

y1="0%" x2="100%" y2="0%">

/>

fill="url(#grad1)" />

font-family="Verdana" x="50" y="86">SVG

Sorry, your browser does not

support inline SVG.

来试试吧 »

Differences Between SVG and Canvas

SVG is a language for describing 2D graphics in XML.

Canvas draws 2D graphics, on the fly (with a JavaScript).

SVG is XML based, which means that every element is available within the SVG

DOM. You can attach JavaScript event handlers for an element.

In SVG, each drawn shape is remembered as an object. If attributes of an SVG

object are changed, the browser can automatically re-render the shape.

Canvas is rendered pixel by pixel. In canvas, once the graphic is drawn, it is forgotten by the browser. If its

position should be changed, the entire scene needs to be redrawn, including any

objects that might have been covered by the graphic.

Comparison of Canvas and SVG

The table below shows some important differences between Canvas and SVG:

Canvas

SVG

Resolution dependent

No support for event handlers

Poor text rendering capabilities

You can save the resulting image as .png or .jpg

Well suited for graphic-intensive games

Resolution independent

Support for event handlers

Best suited for applications with large rendering areas (谷歌地图)

Slow rendering if complex (anything that uses the DOM a lot will be slow)

Not suited for game applications

SVG教程

To learn more about SVG, please read our SVG教程.

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

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

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值