mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-02 17:50:39 +00:00
Merge pull request #2883 from weaveworks/fixes-save-as-svg
Fixes "Save as svg" functionality.
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