Skip to content

Commit

Permalink
Removing another leftover comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ollimeier committed Nov 15, 2024
1 parent 331565c commit 594d575
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/fontra/views/editor/edit-tools-pointer.js
Original file line number Diff line number Diff line change
Expand Up @@ -574,8 +574,6 @@ export class PointerTool extends BaseTool {
return component;
};

// TODO: the interactive transformation seems to add a translation ofer and ofer, so it's exponentially growing.
// I don't know how to fix it.
const backgroundImageTransformFunction = (backgroundImage) => {
backgroundImage = copyBackgroundImage(backgroundImage);
backgroundImage.transformation = prependTransformToDecomposed(
Expand Down

0 comments on commit 594d575

Please sign in to comment.