You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Habit component retrieves a color palette from the getColorPalette function, which returns an object of colors that utilize the color-mix function. However, when attempting to use the share functionality that relies on the html2canvas library to create an image from the Habit component, it fails due to the library not supporting the color-mix CSS function.
Steps to Reproduce
Click on any habit from the list.
In the menu, click the "Share Habit" button.
Observe the error that appears in the console.
Expected Behavior
html2canvas should create an image that can be shared using the Web Share API.
Additional Information
Application version: 0.15.1
html2canvas version: 1.4.1
The text was updated successfully, but these errors were encountered:
Problem Description
The Habit component retrieves a color palette from the
getColorPalette
function, which returns an object of colors that utilize thecolor-mix
function. However, when attempting to use the share functionality that relies on the html2canvas library to create an image from the Habit component, it fails due to the library not supporting thecolor-mix
CSS function.Steps to Reproduce
Expected Behavior
html2canvas should create an image that can be shared using the Web Share API.
Additional Information
The text was updated successfully, but these errors were encountered: