Skip to content

Commit

Permalink
Merge pull request #764 from ecomfe/fix/uncessary-code
Browse files Browse the repository at this point in the history
fix: remove unnecessary code.
  • Loading branch information
pissang authored May 24, 2021
2 parents c5a5461 + 02da46f commit afce44e
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 afce44e

Please sign in to comment.