mirror of
https://github.com/konvajs/konva.git
synced 2026-01-02 20:42:42 +08:00
hooked in the setAttrs method to the shadow setter and the pattern fill setter. added more unit tests
This commit is contained in:
@@ -25,3 +25,14 @@ p {
|
||||
width: 578px;
|
||||
height: 200px;
|
||||
}
|
||||
|
||||
#testCounter {
|
||||
position: fixed;
|
||||
right: 0px;
|
||||
top: 0px;
|
||||
background-color: black;
|
||||
padding: 10px;
|
||||
border-radius: 3px;
|
||||
color: #aaa;
|
||||
font-size: 2em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user