Skip to content

php 8.1 #5

@cfconsultancy

Description

@cfconsultancy

In php 8.1 change

line 387
$x = (($x - (1 / 3) + 1.0) % 2.0 * 0.5 - 0.5) * 16;

to
$x = ((int)($x - (1 / 3) + 1.0) % 2.0 * 0.5 - 0.5) * 16;

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