最贊回答 / 永不抹滅
? ??<svg width="1000"height="1000">??????? <path id="path1" d="M100 200Q200 100 300 200T500 200" stroke="rgb(0,255,0)" fill="none"></path>??????? <text style="font-size:24px;">??????????? <textPath xlink:href="#path1">???????...
2015-02-06
最新回答 / hidoos
設(shè)計(jì)師使用illustrator可以把做好的矢量圖形到處SVG,在HTML里面,我們可以就像使用圖片img標(biāo)簽一樣的使用svg,這樣當(dāng)然是可以的:<...code...>不過(guò),如果想使用svg做一些動(dòng)畫(huà),需要用到j(luò)s事件,...
2015-01-30
最贊回答 / frostbelt
pattern 的屬性?patternUnits:? ? objectBoundingBox : (默認(rèn))為容器百分比? ? userSpaceOnUse : width 和 height 以世界坐標(biāo)系為準(zhǔn),為寬度、高度patternContentUnits:? ? userSpaceOnUse : (默認(rèn))為以世界坐標(biāo)系為準(zhǔn)? ? objectBoundingBox : pattern 的子元素(這里指 circle 和 polygon,尺寸屬性為 rect 的百分比)一般情況下 patternCont...
2014-12-23