Skip to content

Commit

Permalink
feat: add closePath and transform in renderCanvas available methods t…
Browse files Browse the repository at this point in the history
…o use svg-to-pdfkit
  • Loading branch information
RNm-dove committed Feb 18, 2025
1 parent 038cee8 commit b7094f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/render/src/primitives/renderCanvas.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ const availableMethods = [
'quadraticCurveTo',
'linearGradient',
'radialGradient',
'closePath',
'transform',
];

const painter = (ctx) => {
Expand Down

0 comments on commit b7094f8

Please sign in to comment.