spreadMethod for radial gradients not displaying correctly in Safari
See original GitHub issue<meta charset="utf-8">
<style>
@font-face {
font-family: samples;
src: url(samples-untouchedsvg.ttf);
}
* {
font-family: samples;
font-size: 64px;
}
</style>
linear_reflect linear_repeat radial_reflect radial_repeat
displays as
in Safari.
Compare FF:
WebKit has a bug for spreadMethod for radial not being supported - it seems to be partially supported in their OT-SVG implementation, but the inner parts of the circle not being drawn correctly.
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
svg transparent radial gradient in safari not working
In your gradient's definition, alter the opacity for the stop points. So,instead of shifting the color from a given value to transparency, ...
Read more >Gradients Not Showing Properly in Safari - Forum | Webflow
I have white gradients inside my blog post thumbnails so that the excerpt of the post fades out of view, letting you know...
Read more >spreadMethod - SVG: Scalable Vector Graphics | MDN
The spreadMethod attribute determines how a shape is filled beyond the defined edges of a gradient. You can use this attribute with the...
Read more >Faking Repeating Gradients — Using SVG with CSS3 and ...
For radial gradients, the only solution is to repeat the <stop> elements in your gradient as many times as are necessary to fill...
Read more >SVG Gradient Browser Issues – Hello, I'm Joni
I have been working with SVG gradients a lot lately. I wrote about getting started with SVG gradients over at SitePoint, and also...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
We’re looking at this in rdar://98941222
https://github.com/googlefonts/color-fonts/blob/main/fonts/samples-untouchedsvg.ttf in particular for this example.