mirror of
https://github.com/konvajs/konva.git
synced 2025-11-08 02:24:44 +08:00
text shadows now work correctly again
This commit is contained in:
@@ -2787,7 +2787,7 @@ Test.prototype.tests = {
|
||||
padding: 20,
|
||||
align: 'center',
|
||||
shadow: {
|
||||
color: 'black',
|
||||
color: 'red',
|
||||
blur: 1,
|
||||
offset: [10, 10],
|
||||
opacity: 0.5
|
||||
@@ -2796,7 +2796,7 @@ Test.prototype.tests = {
|
||||
draggable: true,
|
||||
detectionType: 'path'
|
||||
});
|
||||
|
||||
|
||||
layer.add(text);
|
||||
stage.add(layer);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user