Skip to content

关于获取svg中text和tspan的三种方式的比较 #93

Description

@ckinmind

第一种:getBBox

IE和Firefox无法获取tspan的宽度

第二种:getBoundingClientRect

都可以,但是不同浏览器下计算出来的宽度会有差异

第三种:getComputedTextLength

不在text中的tsapn没有宽度

参考资料:获取SVG文字的长度和高度

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