Skip to content

Commit

Permalink
ART <G> to SVG <Group>
Browse files Browse the repository at this point in the history
  • Loading branch information
RedPandaTronics authored and RedPandaTronics committed May 26, 2017
1 parent 4a306ad commit 3196f11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arty-charty/animated-circles-marker.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,11 @@ class AmimatedCirclesMarker extends Component {

_makeMarker(cx, cy) {
return (
<Group>
<G>
<Path d={makeCircle(cx, cy, this.state.r3 * MARKER_RADIUS)} fill={lightenColor(this.props.baseColor, .3) || 'rgba(0,255,0,.75)'}/>
<Path style={styles.circle2} d={makeCircle(cx, cy, this.state.r2 * MARKER_RADIUS_2)} fill={lightenColor(this.props.baseColor, .1) || 'rgba(0,0,255,.75)'}/>
<Path style={styles.circle3} d={makeCircle(cx, cy, this.state.r1 * MARKER_RADIUS_3)} fill={this.props.baseColor || 'rgba(255,0,0,.75)'}/>
</Group>
</G>
);
}

Expand Down

0 comments on commit 3196f11

Please sign in to comment.