underline drawing bug fixes

This commit is contained in:
Anton Lavrenov
2016-12-07 17:13:34 -05:00
parent 37d6eb6541
commit 265e365b12
6 changed files with 15 additions and 6 deletions

View File

@@ -280,7 +280,8 @@ suite('TextPath', function() {
letterSpacing: 5,
text: 'All the worlds a stage.',
textDecoration: 'underline',
data: c
data: c,
draggable: true
});
layer.add(textpath);