mirror of
https://github.com/konvajs/konva.git
synced 2025-10-20 19:01:04 +08:00
underline drawing bug fixes
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user