Skip to content

radial-gradient percentage x coordinate is not transformed. #344

@J-env

Description

@J-env

version: 4.3.0

// ltr.css
background: radial-gradient(
      circle at 66% 40%,
      rgb(255, 165, 0) 0%,
      rgb(0, 0, 255) 100%
);

It should be like this?

// rtl.css
background: radial-gradient(
      circle at 34% 40%,
      rgb(255, 165, 0) 0%,
      rgb(0, 0, 255) 100%
);

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