Skip to content

CSS clip-path rect() shape function implemented incorrectly #3060

@hamorphis

Description

@hamorphis

We were reading the four values as rect(top, left, bottom, right), but according to w3c they should be rect(top, right, bottom, left).

http://www.w3schools.com/cssreF/pr_pos_clip.asp

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions