Add convertUnit utility function to SvgCanvas instance (#965)

This commit is contained in:
Delmo Heredia
2024-04-23 16:22:06 +02:00
committed by GitHub
parent 04ab3dd873
commit 2c3f20635b

View File

@@ -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