mirror of
https://github.com/konvajs/konva.git
synced 2026-01-23 13:26:07 +08:00
Automatic validations for many attributes. close #436
This commit is contained in:
@@ -925,7 +925,7 @@ suite('Container', function() {
|
||||
stroke: 'black',
|
||||
strokeWidth: 1,
|
||||
fill: 'orange',
|
||||
fontSize: '18',
|
||||
fontSize: 18,
|
||||
fontFamily: 'Arial',
|
||||
text: "The quick brown fox jumped over the lazy dog's back",
|
||||
data: 'M 10,10 300,150 550,150'
|
||||
|
||||
Reference in New Issue
Block a user