課程
/前端開發(fā)
/Html5
/走進(jìn)SVG
畢竟對(duì)著視頻敲,太慢了
2014-11-17
源自:走進(jìn)SVG 5-4
正在回答
? ??<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">
??????????????? hahahahahahahahhahaha
??????????? </textPath>
??????? </text>
</svg>
舉報(bào)
SVG是HTML5 中矢量圖的標(biāo)記語(yǔ)言,學(xué)習(xí)后掌握更多的干貨
1 回答求老師上課demo的源代碼
2 回答源代碼問題
4 回答這節(jié)課是我聽過最迷糊的 老師語(yǔ)速快 手速快 還沒有源代碼下載 想想也是醉了
2 回答都不解釋 直接跳過 能不能重錄解釋啊 老師
3 回答這課程有源代碼的下載么?
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號(hào)-11 京公網(wǎng)安備11010802030151號(hào)
購(gòu)課補(bǔ)貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動(dòng)學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號(hào)
2016-04-20
? ??<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">
??????????????? hahahahahahahahhahaha
??????????? </textPath>
??????? </text>
</svg>