javascript换行符svg-我想用用于循环图的javascript代码换行“ h3”

时间:2018-08-17 11:52:58

标签: javascript html css

在这里,我想在svg图像的文本路径上换行:

代码:

textPath = 'M' + textPathStartX + ',' + textPathStartY + // move to starting point
    'A' + textPathR + ',' + textPathR + ' ' + // draw arc with radius x, radius y
    '0' + ' ' + // x-axis rotation
    '0,' + sweep + ' ' + // large-arc flag, sweep flag
    textPathEndX + ',' + textPathEndY;

0 个答案:

没有答案