nhn / tui.image-editor

🍞🎨 Full-featured photo image editor using canvas. It is really easy, and it comes with great filters.
http://ui.toast.com/tui-image-editor
MIT License
6.94k stars 1.28k forks source link

changeTextStyle 사용시 객체에 여러값이 있으면 누락이 됩니다. #5

Closed kim-jeongki closed 7 years ago

kim-jeongki commented 7 years ago
imageEditor.changeTextStyle({
    fontSize: 10,
    fill: '#f00',
    fontWeight: 'bold'
})

형태로 사용시 특정 하나의 property만 반영되고 나머지는 무시되는 것 같습니다.

seonim-ryu commented 7 years ago

기존 스펙에서 이미 지정되어 있는 스타일의 경우 해제를 하도록 처리되어 있으며, 이 부분은 스펙을 재 정의하여 다음 버전 배포 여부를 검토하고 있습니다.