mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-21 06:15:15 +00:00
remove unnecessary comments
This commit is contained in:
@@ -199,7 +199,7 @@ class SvgExample extends Component {
|
||||
<Animated.Modal
|
||||
visible={this.state.modal}
|
||||
style={[styles.modal, {
|
||||
//transform: [{scale: this.state.scale}]
|
||||
transform: [{scale: this.state.scale}]
|
||||
}]}
|
||||
>
|
||||
<ScrollView
|
||||
|
||||
@@ -283,7 +283,6 @@ public abstract class RNSVGVirtualNode extends LayoutShadowNode {
|
||||
}
|
||||
|
||||
protected void setupDimensions(Canvas canvas) {
|
||||
// TODO: not sure this is a right way to get canvas boundingBox
|
||||
Rect mCanvasClipBounds = canvas.getClipBounds();
|
||||
mCanvasX = mCanvasClipBounds.left;
|
||||
mCanvasY = mCanvasClipBounds.top;
|
||||
|
||||
Reference in New Issue
Block a user