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
Bug
I am using imgkit to convert HTML to an image, and my HTML contains dynamic elements where the color is set using JavaScript based on certain values. However, when I convert the HTML to an image, the color changes applied through JavaScript are not being reflected in the output image.
The issue seems to be that imgkit is not processing JavaScript before rendering the HTML to an image. This is causing any dynamic styling or content adjustments made via JavaScript to be omitted from the final image.
A clear and concise description of what the bug is.
To Reproduce
Use imgkit to convert HTML that contains JavaScript, where the color or other style attributes are modified dynamically based on a value.
Attempt to convert the HTML to an image using imgkit.
Expected behavior
The image should reflect the dynamic color or style changes applied by JavaScript in the HTML.
** Actual Behavior**
The image does not render the dynamic color changes set by JavaScript, and only the static HTML styles are applied.
OS: Window 12
IMGkit Version 1.2.3
python version 12.2
The text was updated successfully, but these errors were encountered:
Bug
I am using imgkit to convert HTML to an image, and my HTML contains dynamic elements where the color is set using JavaScript based on certain values. However, when I convert the HTML to an image, the color changes applied through JavaScript are not being reflected in the output image.
The issue seems to be that imgkit is not processing JavaScript before rendering the HTML to an image. This is causing any dynamic styling or content adjustments made via JavaScript to be omitted from the final image.
A clear and concise description of what the bug is.
To Reproduce
Expected behavior
The image should reflect the dynamic color or style changes applied by JavaScript in the HTML.
** Actual Behavior**
The image does not render the dynamic color changes set by JavaScript, and only the static HTML styles are applied.
The text was updated successfully, but these errors were encountered: