Gradient area bug on ipad
See original GitHub issueHi!
On the ipad the gradient setting for areas does not show correctly: (expected result - on chrome)
The configuration I’m using for options.fill atm is:
{
type: 'gradient',
gradient: {
colorStops: [
[{
opacity: 0.3
}],
[{
opacity: 0.5
}]
]
}
}
I tried to play around with the parameters (changing colours etc)but the result was always the same.
As mentioned in #417 if you need help testing on an ipad let me know.
Issue Analytics
- State:
- Created 5 years ago
- Comments:8
Top Results From Across the Web
gradient problems ...funny texture in screen - Apple Discussions
I just received my new macbook the other day. The screen seems to have a texture pattern in the display.
Read more >Gradient fill unusable for small areas - Photo 2 Bugs found on iPad ...
When using the gradient fill on a rectangle of e.g. 100x10px it becomes unusable when trying to drag the nodes parallel to the...
Read more >Unable to choose gradient tool when coloring text
How can we improve Adobe Illustrator (iPad)? Vote or report a bug. ... Gradient option appears when opening color window, ...
Read more >Fix Illustrator crash issues - Adobe Support
Illustrator · iPad Features. Features ... Paint tools. Gradient ... Manage text area · Fonts and typography.
Read more >iPad Safari scrolling causes HTML elements to disappear and ...
I'm running into a problem wherein large scroll areas cause the elements that are offscreen to appear after a delay when I scroll...
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
I had the same bug in desktop Safari: https://github.com/apexcharts/vue-apexcharts/issues/127. The routing we used was interfering with the CSS url property, which the svg uses to reference different svg elements. One fix was to manually update the fill in all path tags, but I’m hoping the apex team can suggest a solution or fix.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.