throrin19/svgutils

View on GitHub
libs/matrix/extends.js

Summary

Maintainability
A
1 hr
Test Coverage

Function fromElement has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports.fromElement = function(bbox, element){
    if(typeof element.transform != 'undefined'){
        var tstr = element.transform;

        var res = [];
Severity: Minor
Found in libs/matrix/extends.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status