File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 20
20
],
21
21
"dependencies" : {
22
22
"has" : " ^1.0.1" ,
23
- "hast-to-hyperscript" : " ^2 .0.3 " ,
23
+ "hast-to-hyperscript" : " ^3 .0.0 " ,
24
24
"mapz" : " ^1.0.0" ,
25
25
"web-namespaces" : " ^1.0.0" ,
26
26
"xtend" : " ^4.0.1" ,
Original file line number Diff line number Diff line change @@ -59,8 +59,8 @@ test('element', function (t) {
59
59
type : 'element' ,
60
60
tagName : 'svg' ,
61
61
properties : {
62
- width : 230 ,
63
- height : 120 ,
62
+ width : ' 230' ,
63
+ height : ' 120' ,
64
64
xmlns : 'http://www.w3.org/2000/svg' ,
65
65
'xmlns:xlink' : 'http://www.w3.org/1999/xlink'
66
66
} ,
@@ -69,9 +69,9 @@ test('element', function (t) {
69
69
type : 'element' ,
70
70
tagName : 'circle' ,
71
71
properties : {
72
- cx : 60 ,
73
- cy : 60 ,
74
- r : 50 ,
72
+ cx : '60' ,
73
+ cy : '60' ,
74
+ r : '50' ,
75
75
fill : 'red'
76
76
} ,
77
77
children : [ ]
@@ -80,9 +80,9 @@ test('element', function (t) {
80
80
type : 'element' ,
81
81
tagName : 'circle' ,
82
82
properties : {
83
- cx : 170 ,
84
- cy : 60 ,
85
- r : 50 ,
83
+ cx : ' 170' ,
84
+ cy : '60' ,
85
+ r : '50' ,
86
86
fill : 'green'
87
87
} ,
88
88
children : [ ]
You can’t perform that action at this time.
0 commit comments