Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

negative circle radius value #137

@izyl

Description

@izyl

When using circle + square you can get a negative value for the circle radius

simple correction at line 194 :
r: Math.abs(Math.max(radius.x, radius.y) * ft.opts.distance)
instead of
r: Math.max(radius.x, radius.y) * ft.opts.distance

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions