mirror of
https://github.com/konvajs/konva.git
synced 2025-11-18 17:21:36 +08:00
decided to split Circle and Ellipse shapes because it was causing too many issues related to the mixed data type of radius, which could be a number or object with x and y properties
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
Test.prototype.tests = {
|
||||
'*DRAWING - draw rect': function(containerId) {
|
||||
'DRAWING - draw rect': function(containerId) {
|
||||
var stage = new Kinetic.Stage({
|
||||
container: containerId,
|
||||
width: 578,
|
||||
|
||||
Reference in New Issue
Block a user