pencil-js/pencil.js

View on GitHub
src/modules/resizable/resizable.js

Summary

Maintainability
A
1 hr
Test Coverage
B
80%

Function resizable has 45 lines of code (exceeds 25 allowed). Consider refactoring.
Open

Rectangle.prototype.resizable = function resizable (options) {
    if (this.options.rotation % 1 !== 0) {
        throw new EvalError("Resizable don't support rotation.");
    }

Severity: Minor
Found in src/modules/resizable/resizable.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status