We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d0429d3 + e61e41e commit 6ffe697Copy full SHA for 6ffe697
src/core/Geometry2DRepresentation.js
@@ -34,7 +34,8 @@ export default class Geometry2DRepresentation extends Component {
34
});
35
this.lookupTable = vtkColorTransferFunction.newInstance();
36
this.transformCoordinate = vtkCoordinate.newInstance({
37
- coordinateSystem: Coordinate.DISPLAY,
+ coordinateSystem:
38
+ this.props.transformCoordinate?.coordinateSystem ?? Coordinate.DISPLAY,
39
40
this.mapper = vtkMapper2D.newInstance({
41
lookupTable: this.lookupTable,
0 commit comments