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
Currently, when rendering DOM elements containing images, the resulting canvas output often has anti-aliasing/image smoothing applied. This is problematic for use cases where a pixelated or "crisp-edge" rendering style is desired, such as for pixel art, retro-style graphics, or when upscaling low-resolution assets without blurring.
While CSS properties like image-rendering: pixelated; can be applied to elements in the DOM, html2canvas-pro doesn't seem to consistently honor this for its internal rendering process or its final scaling, leading to a smoothed output.