File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -287,7 +287,7 @@ class Test extends React.Component {
287
287
< div className = "example-jsx" >
288
288
< div className = "side" >
289
289
< svg data-tip = "=( •̀д•́)" data-for = "svgTooltip" width = "50" height = "50" >
290
- < circle cx = "25" cy = "25" r = "22" fill = "#fff" stroke = "#000" stroke-width = "4" />
290
+ < circle cx = "25" cy = "25" r = "22" fill = "#fff" stroke = "#000" strokeWidth = "4" />
291
291
</ svg >
292
292
< ReactTooltip id = 'svgTooltip' />
293
293
</ div >
@@ -296,7 +296,7 @@ class Test extends React.Component {
296
296
< pre className = 'example-pre' >
297
297
< div >
298
298
< p > { "<svg data-tip='=( •̀д•́)' data-for='svgTooltip' width='50' height='50'>\n" +
299
- " <circle cx='25' cy='25' r='22' fill='#fff' stroke='#000' stroke-width ='8'/>\n" +
299
+ " <circle cx='25' cy='25' r='22' fill='#fff' stroke='#000' strokeWidth ='8'/>\n" +
300
300
"</svg>\n" +
301
301
"<ReactTooltip id='svgTooltip' />" } </ p >
302
302
</ div >
You can’t perform that action at this time.
0 commit comments