ReCreateJS/txtjs

View on GitHub
src/Graphics.ts

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

Function init has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  static init(target, svgpath: string) {
    const ca = parsePathData(svgpath);
    const G = createjs.Graphics;

    for (let n = 0; n < ca.length; n++) {
Severity: Minor
Found in src/Graphics.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status