Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jordisala1991 committed Apr 17, 2024
1 parent d5340c0 commit b7f5909
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions plugin-src/transformers/partials/transformVectorPaths.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,3 @@ export const transformVectorPaths = (
content: translateVectorPaths(vectorPaths, baseX + node.x, baseY + node.y)
};
};

// case 'STAR':
// case 'POLYGON':
// return transformPathNode(node, baseX, baseY, node.fillGeometry);
// case 'VECTOR':
// return transformPathNode(node, baseX, baseY, node.vectorPaths, node.vectorNetwork);
// case 'LINE':
// return transformPathNode(node, baseX, baseY, node.strokeGeometry);

0 comments on commit b7f5909

Please sign in to comment.