Skip to content

fix javafx Path clip orientation #4

@bourgesl

Description

@bourgesl

Just set correct orientation in ClipDemo : gc.arc(10, 10, 10, 10, 0, 360);
gc.arc(10, 10, 5, 5, 0, 360);
Should be :
gc.arc(10, 10, 10, 10, 0, 360);
gc.arc(10, 10, 5, 5, 0, - 360);

Use -360° to make a circle with inverse orientation !

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