## Context - Affected library: e.g. webknossos - Creating a BufferedSliceWriter for a mag view with mag > 1 and an offset != 0 does not seem to work correctly ## Expected Behavior - Correctly writing the data ## Current Behavior - Data is written with wrong offset ## Possible Fix: Change[ line 199](https://github.com/scalableminds/webknossos-libs/blob/c6480b2a849b37e88ba243a09831feaea350c075/webknossos/webknossos/dataset/_utils/buffered_slice_writer.py#L199) from `absolute_bounding_box=chunk_bbox.from_mag_to_mag1(self._view._mag)` to `absolute_bounding_box=chunk_bbox`