mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-05 16:04:38 +00:00
remove unnecessary comments
This commit is contained in:
@@ -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