We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8026d8 commit 6924fd5Copy full SHA for 6924fd5
3 files changed
packages/pdfkit/src/mixins/text.js
@@ -1,3 +1,5 @@
1
+// TODO: Unify completely
2
+
3
import LineWrapper from '../line_wrapper';
4
import PDFObject from '../object';
5
import { cosine, sine } from '../utils';
packages/pdfkit/src/mixins/vector.js
import SVGPath from '../path';
packages/pdfkit/src/utils/range.js
+// TODO: Remove
const range = (left, right, inclusive) => {
let range = [];
let ascending = left < right;
0 commit comments