Skip to content

Commit 2aaeb14

Browse files
committed
docs: add low-level drawing API documentation
- Add content/docs/advanced/low-level-drawing.mdx with comprehensive guide covering operators, gradients, patterns, transforms, and Form XObjects - Update api/pdf.mdx with new resource creation methods - Update api/pdf-page.mdx with drawOperators and register* methods - Update guides/drawing.mdx with pattern fills section - Update advanced/meta.json navigation - Add tmp to lint/format ignore patterns
1 parent bb1be41 commit 2aaeb14

File tree

7 files changed

+940
-5
lines changed

7 files changed

+940
-5
lines changed

.oxfmtrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
]
2222
},
2323
"experimentalSortPackageJson": true,
24-
"ignorePatterns": ["dist", "node_modules", "checkouts", ".docs"]
24+
"ignorePatterns": ["dist", "node_modules", "checkouts", "tmp", ".docs"]
2525
}

.oxlintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@
4242
}
4343
}
4444
],
45-
"ignorePatterns": ["dist", "node_modules", "checkouts", ".docs"]
45+
"ignorePatterns": ["dist", "node_modules", "checkouts", "tmp", ".docs"]
4646
}

0 commit comments

Comments
 (0)