Skip to content

repeating gradient slices not equal #22

@ghost

Description

My code looks like this:

$a: 4%;

background: repeating-conic-gradient(#000 0 .5*$a, transparent 0 $a);

Expected result: all slices, whether they're black or transparent should be equal (to 2% of 360deg, which is 7.2deg).

Actual result: they're different (test) and the issue is particularly obvious in the 0/ 360deg area.

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