-
Notifications
You must be signed in to change notification settings - Fork 263
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
refactor: gradient & support more degree unit #562
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Jackie1210
changed the title
refactor: gradient && support more degreee unit
refactor: gradient & support more degreee unit
Oct 15, 2023
Jackie1210
changed the title
refactor: gradient & support more degreee unit
refactor: gradient & support more degree unit
Oct 15, 2023
Hi,@shuding!Do you have time to have a check on this PR? I have finished the |
@shuding hi there, I would love to have this feature. Can you please review this? Thanks! |
vercel#557) ### Description Should render spaces other than U+0020 when `white-space: normal`. Before: ![image](https://github.com/vercel/satori/assets/22126563/132f9345-88ff-4ee7-8dcf-5a290a8f2ed6) After: ![image](https://github.com/vercel/satori/assets/22126563/78d61815-7695-4b48-900b-b481d8891047)
small fix to display correct table border. Before the fix (see bottom of "Mask" cell): ![screen-2](https://github.com/vercel/satori/assets/1787206/cb8cb86a-02b0-4015-b3c8-6ea3c78b33fe) After the fix: ![screen-1](https://github.com/vercel/satori/assets/1787206/03b1a7b4-0e77-4e5b-8d71-c834f179fa0a)
Jackie1210
force-pushed
the
feat/repeating-linear-gradient
branch
from
June 22, 2024 03:34
b3ab6ed
to
c5a60ed
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I am working on implementing
repeating-linear-gradient
, but I think we should refactor logic here at first for future.turn
,rad
,grad
inlinear-gradient
Fix #581 (comment)
Fix #581 (comment)