Skip to content

Commit

Permalink
Add convertUnit utility function to SvgCanvas instance (#965)
Browse files Browse the repository at this point in the history
  • Loading branch information
delmohf committed Apr 23, 2024
1 parent 04ab3dd commit 2c3f206
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/svgcanvas/svgcanvas.js
Expand Up @@ -1291,6 +1291,7 @@ class SvgCanvas {
this.hasMatrixTransform = hasMatrixTransform
this.transformListToTransform = transformListToTransform
this.convertToNum = convertToNum
this.convertUnit = convertUnit
this.findDefs = findDefs
this.getUrlFromAttr = getUrlFromAttr
this.getHref = getHref
Expand Down

0 comments on commit 2c3f206

Please sign in to comment.