还是希望老师能把这部分源代码释放出来

来源:5-4 SVG-路径文本

洪炉百炼生

2014-11-17 09:07

毕竟对着视频敲,太慢了

写回答 关注

1回答

  • 永不抹灭
    2016-04-20 17:25:44

        <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>


走进SVG

SVG是HTML5 中矢量图的标记语言,学习后掌握更多的干货

52639 学习 · 213 问题

查看课程

相似问题