Skip to content

Commit

Permalink
fix: remove unnecessary code.
Browse files Browse the repository at this point in the history
  • Loading branch information
100pah committed May 22, 2021
1 parent c5a5461 commit 02da46f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/tool/parseSVG.ts
Original file line number Diff line number Diff line change
Expand Up @@ -725,9 +725,6 @@ function parseAttributes(
if (inheritedStyle.display === 'none') {
disp.ignore = true;
}

disp.z = -10000;
disp.z2 = -1000;
}

function applyTextAlignment(
Expand Down

0 comments on commit 02da46f

Please sign in to comment.