leaferjs / leafer-ui

一款好用的 Canvas 引擎,革新的开发体验,用于高效绘图 、UI 交互、图形编辑。A user-friendly Canvas engine with a revolutionary development experience, for efficient drawing, UI interactions, and graphic editing.
https://www.leaferjs.com
MIT License
2.59k stars 92 forks source link

text 的 textdecoration 文档描述不一至 #166

Closed 3400442579 closed 4 months ago

3400442579 commented 4 months ago

https://www.leaferjs.com/ui/reference/property/Text.html#textdecoration-itextdecoration

type ITextDecoration = 'none' | 'strikethrough' | 'underline' // 这个没有效果

https://www.leaferjs.com/ui/reference/display/Text.html#textdecoration-itextdecoration

type ITextDecoration = | 'under' // 下划线 | 'delete' // 删除线 | 'none'

leaferjs commented 4 months ago

第一个咋被你搜索出来了(这个是早期的,我删除一下),以第二个为准哈~

3400442579 commented 4 months ago

在搜索框那 输入 就会出来 两个连接,今天试了一下,只有一个了 ,但连接还是可以访问