1- package space.taran .arkretouch.presentation.drawing
1+ package dev.arkbuilders .arkretouch.presentation.drawing
22
33import android.graphics.Matrix
44import androidx.compose.runtime.MutableState
@@ -14,18 +14,18 @@ import androidx.compose.ui.graphics.Path
1414import androidx.compose.ui.graphics.StrokeCap
1515import androidx.compose.ui.graphics.StrokeJoin
1616import androidx.compose.ui.unit.IntSize
17- import space.taran .arkretouch.data.ImageDefaults
18- import space.taran .arkretouch.data.Resolution
19- import space.taran .arkretouch.presentation.edit.ImageViewParams
20- import space.taran .arkretouch.presentation.edit.Operation
21- import space.taran .arkretouch.presentation.edit.blur.BlurOperation
22- import space.taran .arkretouch.presentation.edit.crop.CropOperation
23- import space.taran .arkretouch.presentation.edit.crop.CropWindow
24- import space.taran .arkretouch.presentation.edit.draw.DrawOperation
25- import space.taran .arkretouch.presentation.edit.fitBackground
26- import space.taran .arkretouch.presentation.edit.fitImage
27- import space.taran .arkretouch.presentation.edit.resize.ResizeOperation
28- import space.taran .arkretouch.presentation.edit.rotate.RotateOperation
17+ import dev.arkbuilders .arkretouch.data.ImageDefaults
18+ import dev.arkbuilders .arkretouch.data.Resolution
19+ import dev.arkbuilders .arkretouch.presentation.edit.ImageViewParams
20+ import dev.arkbuilders .arkretouch.presentation.edit.Operation
21+ import dev.arkbuilders .arkretouch.presentation.edit.blur.BlurOperation
22+ import dev.arkbuilders .arkretouch.presentation.edit.crop.CropOperation
23+ import dev.arkbuilders .arkretouch.presentation.edit.crop.CropWindow
24+ import dev.arkbuilders .arkretouch.presentation.edit.draw.DrawOperation
25+ import dev.arkbuilders .arkretouch.presentation.edit.fitBackground
26+ import dev.arkbuilders .arkretouch.presentation.edit.fitImage
27+ import dev.arkbuilders .arkretouch.presentation.edit.resize.ResizeOperation
28+ import dev.arkbuilders .arkretouch.presentation.edit.rotate.RotateOperation
2929import timber.log.Timber
3030import java.util.Stack
3131
@@ -429,7 +429,7 @@ class EditManager {
429429
430430 fun addDrawPath (path : Path ) {
431431 drawPaths.add(
432- space.taran .arkretouch.presentation.drawing.DrawPath (
432+ dev.arkbuilders .arkretouch.presentation.drawing.DrawPath (
433433 path,
434434 currentPaint.copy().apply {
435435 strokeWidth = drawPaint.value.strokeWidth
0 commit comments