Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

svg textPath中文字居中 #101

Open
ckinmind opened this issue May 5, 2019 · 0 comments
Open

svg textPath中文字居中 #101

ckinmind opened this issue May 5, 2019 · 0 comments

Comments

@ckinmind
Copy link
Owner

ckinmind commented May 5, 2019

参考资料: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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant