Skip to content

Commit a2ab78c

Browse files
committed
Debugging svg border
1 parent f9d72a5 commit a2ab78c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/App.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ class App extends Component {
7979
<h2>This is a dancing Pythagoras tree</h2>
8080
</div>
8181
<p className="App-intro">
82-
<svg width={this.svg.width} height={this.svg.height} ref="svg">
82+
<svg width={this.svg.width} height={this.svg.height} ref="svg"
83+
style={{border: "1px solid lightgray"}}>
8384

8485
<Pythagoras w={this.state.baseW}
8586
h={this.state.baseW}

0 commit comments

Comments
 (0)