css 设置svg文字的对齐方式。右对齐

设置svg文字的对齐方式:

左中右

text-anchor:start;

text-anchor:middle;

text-anchor:end;

相关教程:

SVG 文本 | 菜鸟教程

你可能感兴趣的:(Css,css,前端)