mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-28 01:31:17 +00:00
Merge branch 'master' into background-colors
This commit is contained in:
@@ -102,7 +102,7 @@ class ZoomableCanvas extends React.Component {
|
||||
|
||||
return (
|
||||
<div className="zoomable-canvas">
|
||||
<svg className={className} onClick={this.props.onClick} onWheel={this.handleZoom}>
|
||||
<svg id="canvas" className={className} onClick={this.props.onClick} onWheel={this.handleZoom}>
|
||||
<Logo transform="translate(24,24) scale(0.25)" />
|
||||
<g className="zoom-content">
|
||||
{this.props.children(this.state)}
|
||||
|
||||
Reference in New Issue
Block a user