Add convertUnit utility function to SvgCanvas instance (#965)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user