Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
kim-jeongki opened this issue Oct 26, 2016 · 1 comment

Comments

@kim-jeongki
Copy link

imageEditor.changeTextStyle({
    fontSize: 10,
    fill: '#f00',
    fontWeight: 'bold'
})

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

@kim-jeongki kim-jeongki changed the title changeTextStyle 사용시 객체에 여러값이 있으면 누락되는 것 같습니다. changeTextStyle 사용시 객체에 여러값이 있으면 누락이 됩니다. Oct 26, 2016
@seonim-ryu
Copy link
Member

seonim-ryu commented Oct 28, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants