leaferjs / leafer-ui

一款好用的 Canvas 渲染引擎,革新的体验。高效绘图 、UI 交互(小游戏、互动应用、组态)、图形编辑,前端开发必备~
https://www.leaferjs.com
MIT License
2.38k stars 82 forks source link

ImagePaint 中有没有类似 background-position 的属性 #131

Closed 3400442579 closed 5 months ago

3400442579 commented 5 months ago

如题

leaferjs commented 5 months ago

用图片的clip模式, 通过x, y定位

3400442579 commented 5 months ago

这个不太好现实居中平铺,平铺的第一张在中间,Leafer 宽高 是会变化的

leaferjs commented 5 months ago

那估计得后面添加支持才行

leaferjs commented 5 months ago

图片填充已增加了 around 参数,可以实现这个效果: https://leaferjs.com/ui/guide/property/paint/image.html#around-idirection