html5 canvas element and svg

后端 未结 8 2246
暗喜
暗喜 2020-12-14 01:56

Why do we need the html5 canvas element, when the same can be achieved through embedded svg?

8条回答
  •  北海茫月
    2020-12-14 02:28

    Here is an explanation of how to parse a simple svg and draw it on a canvas..

    http://www.ikeralbeniz.net/2010/11/03/jugando-con-html5-canvas-y-svg-i/ http://www.ikeralbeniz.net/2010/11/04/jugando-con-html5-canvas-y-svg-ii/

    in further posts the svg parser will be completed with transparencies and gradients

提交回复
热议问题