Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crosshatch with repeating-linear-gradient does not match native HTML output #646

Open
erxclau opened this issue Nov 11, 2024 · 0 comments
Open

Comments

@erxclau
Copy link

erxclau commented Nov 11, 2024

Bug report

Description / Observed Behavior

This element produces an incorrect linear gradient:

<div
  style={{
    background: `repeating-linear-gradient(45deg, #606dbc, #606dbc 10px, #465298 10px, #465298 20px)`,
    width: 200,
    height: 200,
  }}
/>
Screenshot 2024-11-11 at 5 33 36 PM

Expected Behavior

Screenshot 2024-11-11 at 5 33 46 PM

Reproduction

Playground reproduction

Additional Context

v0.11.3

@erxclau erxclau changed the title Crosshatching using repeating-linear-gradient in satori does not match native HTML output Crosshatching using repeating-linear-gradient does not match native HTML output Nov 11, 2024
@erxclau erxclau changed the title Crosshatching using repeating-linear-gradient does not match native HTML output Crosshatch with repeating-linear-gradient does not match native HTML output Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant