Skip to content

Commit

Permalink
[#30] 🔥 remove useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
yceffort-naver authored and 2-one-week committed May 17, 2024
1 parent 437d136 commit cd6883f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react-pdf/src/pdfjs-dist/legacy/build/pdf.js
Original file line number Diff line number Diff line change
Expand Up @@ -15269,7 +15269,6 @@ var CanvasGraphics = function CanvasGraphicsClosure() {
var spacing = (glyph.isSpace ? wordSpacing : 0) + charSpacing;
// @yceffort: cmap으로 도 지원하지 못하는 미지원 글꼴에 대한 예외 처리
var character = glyph.isInFont ? glyph.fontChar : glyph.unicode;
var character = glyph.fontChar;
var accent = glyph.accent;
var scaledX, scaledY, scaledAccentX, scaledAccentY;
var width = glyph.width;
Expand Down

0 comments on commit cd6883f

Please sign in to comment.