Skip to content

svg textPath中文字居中 #101

Description

@ckinmind

参考资料:How to Center Text inside an SVG Path

<text style="font-size: 24px;">
    <textPath xlink:href="#p1" startOffset="50%" text-anchor="middle">1test text</textPath>
</text>

关键是 startOffset="50%" text-anchor="middle"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions