Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vercel/satori
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.11.3
Choose a base ref
...
head repository: vercel/satori
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.12.0
Choose a head ref
  • 1 commit
  • 9 files changed
  • 1 contributor

Commits on Nov 19, 2024

  1. feat: add ability to add text stroke (#645)

    ![af8e1b7b-0c8a-4722-833c-df1b38b0df26](https://github.com/user-attachments/assets/af7d0862-a31e-43f9-9415-acab1ea98dd5)
    
    This PR is adding ability to stroke to texts.
    
    fixes: #578 
    
    Added 2 properties (`WebkitTextStrokeWidth`, `WebkitTextStrokeColor`)
    and 1 shorthands (`WebkitTextStroke`). When stroke is enabled,
    `paint-order: stroke;` and `stroke-linejoin: round;` are automatically
    set to prevent the stroke from obscuring the text.
    
    I don't have a deep understanding of all the code so further
    improvements may be needed.
    AioiLight authored Nov 19, 2024
    Configuration menu
    Copy the full SHA
    1481902 View commit details
    Browse the repository at this point in the history
Loading